From 3caed3c056c5682846f24cdd8f3d0c9f1652d166 Mon Sep 17 00:00:00 2001 From: Prarit Bhargava Date: Mon, 18 Oct 2021 12:21:04 -0400 Subject: [PATCH] mcelog: Fix annocheck errors Fix annocheck errors to pass CI. Resolves: bz2013002 Signed-off-by: Prarit Bhargava --- mcelog.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mcelog.spec b/mcelog.spec index 8f0e347..7953490 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -1,7 +1,7 @@ Summary: Tool to translate x86-64 CPU Machine Check Exception data Name: mcelog Version: 179 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 3 License: GPLv2 URL: https://github.com/andikleen/mcelog @@ -24,7 +24,7 @@ on x86-32 and x86-64 systems. %autosetup %build -%make_build CFLAGS="$RPM_OPT_FLAGS -fpie -pie" +%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %install mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man{5,8} @@ -60,8 +60,9 @@ install -p -m644 mcelog*.5 $RPM_BUILD_ROOT/%{_mandir}/man5/ %{_mandir}/*/* %changelog -* Mon Oct 11 2021 Prarit Bhargava - 3:179-1 +* Mon Oct 18 2021 Prarit Bhargava - 3:179-2 - Update to v179 [2013002] +- fix annocheck errors found during CI [2013002] * Mon Aug 09 2021 Mohan Boddu - 3:175-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags