From d3e0207192ad043551eb1e2789a7b4f17a0017ed Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 01 2022 12:58:05 +0000 Subject: import opal-prd-6.7.1-7.el9 --- diff --git a/SPECS/opal-prd.spec b/SPECS/opal-prd.spec index 8c06617..272d7c3 100644 --- a/SPECS/opal-prd.spec +++ b/SPECS/opal-prd.spec @@ -2,7 +2,7 @@ Name: opal-prd Version: 6.7.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OPAL Processor Recovery Diagnostics Daemon License: ASL 2.0 @@ -65,7 +65,7 @@ OPAL_PRD_VERSION=%{version} make V=1 CC="gcc" CFLAGS="%{build_cflags}" LDFLAGS=" GARD_VERSION=%{version} make V=1 CC="gcc" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" -C external/gard PFLASH_VERSION=%{version} make V=1 CC="gcc" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" -C external/pflash XSCOM_VERSION=%{version} make V=1 CC="gcc" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" -C external/xscom-utils -FFSPART_VERSION=%{version} make V=1 CC="gcc" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" -C external/ffspart +FFSPART_VERSION=%{version} make V=1 CC="gcc" CFLAGS="%{build_cflags} -pie -Wl,-z,now" LDFLAGS="%{build_ldflags}" -C external/ffspart # build skiboot with a cross-compiler on Fedora and with system compiler otherwise # and always use upstream compiler flags for the firmware (no CFLAGS override) @@ -139,6 +139,9 @@ install -D -p -m 755 external/pci-scripts/phberr.py %{buildroot}%{_bindir}/phber %changelog +* Wed Feb 02 2022 Than Ngo - 6.7.1-7 +- Resolves: #2044883, annocheck FAIL + * Mon Aug 09 2021 Mohan Boddu - 6.7.1-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688