- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 01:19:27 +00:00
parent 0688c487e0
commit 3461db0664

View File

@ -5,7 +5,7 @@
Name: libipt
Version: 2.0.4
Release: 2%{?dist}
Release: 3%{?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
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.4-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Mar 30 2021 Keith Seitz <keiths@redhat.com> - 2.0.4-2
- Add support for pre-generated documenation, allowing removal
of pandoc dependency. (RHBZ 1943531, Keith Seitz)