mcelog: Fix annocheck errors

Fix annocheck errors to pass CI.

Resolves: bz2013002

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
This commit is contained in:
Prarit Bhargava 2021-10-18 12:21:04 -04:00
parent 20489869dc
commit 3caed3c056

View File

@ -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 <prarit@redhat.com> - 3:179-1
* Mon Oct 18 2021 Prarit Bhargava <prarit@redhat.com> - 3:179-2
- Update to v179 [2013002]
- fix annocheck errors found during CI [2013002]
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3:175-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags