mcelog: Kick build to satisfy osci

Resolves: bz2094575

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
This commit is contained in:
Prarit Bhargava 2022-06-15 13:36:25 -04:00
parent 6cf2567318
commit fab288dc45

View File

@ -1,7 +1,7 @@
Summary: Tool to translate x86-64 CPU Machine Check Exception data
Name: mcelog
Version: 182
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 3
License: GPLv2
URL: https://github.com/andikleen/mcelog
@ -63,6 +63,9 @@ install -p -m644 mcelog*.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
%{_mandir}/*/*
%changelog
* Wed Jun 15 2022 Prarit Bhargava <prarit@redhat.com> - 3:182-2
* Bump NVR to kick build
* Mon Jun 13 2022 Prarit Bhargava <prarit@redhat.com> - 3:182-1
- Change CE threshhold from 10/day to 2/day [2094574]