NVR bump for inclusion of gating.yaml

Related: rhbz#1943531
This commit is contained in:
Keith Seitz 2021-08-12 10:42:43 -07:00
parent 1086ebdd23
commit 76631e3811

View File

@ -5,7 +5,7 @@
Name: libipt
Version: 2.0.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Intel Processor Trace Decoder Library
License: BSD
URL: https://github.com/intel/libipt
@ -81,6 +81,9 @@ ctest -V %{?_smp_mflags}
%{_mandir}/*/*.gz
%changelog
* Thu Aug 12 2021 Keith Seitz <keiths@redhat.com> - 2.0.4-5
- Rebuilt for CI verification of 1943531.
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.4-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688