[Skiboot] [PATCH] opal-ci: Force mambo rpm install on fedora-rawhide
Dan Horák
dan at danny.cz
Sat May 17 02:36:23 AEST 2025
On Fri, 16 May 2025 11:30:06 -0500
Reza Arbab <arbab at linux.ibm.com> wrote:
> Starting with RPM v6, "packages built with RPM < 4.14.0 cannot be
> verified due to their use of weak, obsolete MD5 and SHA1 digests." [1]
>
> So, our ancient p9 mambo package is now failing to install on
> fedora-rawhide. Use the suggested workaround of setting
> %_pkgverify_flags to 0 to restore the old behavior.
>
> [1] https://rpm.org/releases/6.0.0#compatibility-notes
>
> Signed-off-by: Reza Arbab <arbab at linux.ibm.com>
LGTM
Reviewed-by: Dan Horák <dan at danny.cz>
Dan
> ---
> opal-ci/Dockerfile-fedora-rawhide | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/opal-ci/Dockerfile-fedora-rawhide b/opal-ci/Dockerfile-fedora-rawhide
> index b97ec50e38c4..43e6bf604161 100644
> --- a/opal-ci/Dockerfile-fedora-rawhide
> +++ b/opal-ci/Dockerfile-fedora-rawhide
> @@ -3,7 +3,7 @@ RUN dnf -y update
> RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
> # for building documentation and the coverage report
> RUN dnf -y install python-pip lcov
> -RUN if [ `arch` = "x86_64" ]; then dnf -y install https://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi
> +RUN if [ `arch` = "x86_64" ]; then rpm -i --define "_pkgverify_flags 0" https://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi
> RUN if [ `arch` = "x86_64" ]; then dnf -y install https://public.dhe.ibm.com/software/server/powerfuncsim/p10/packages/v1.2-1/rhel8/systemsim-p10-1.2-1.x86_64.rpm; fi
> COPY . /build/
> WORKDIR /build
> --
> 2.43.5
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
More information about the Skiboot
mailing list