diff --git a/libipt.spec b/libipt.spec index f1b967e..ecfbf75 100644 --- a/libipt.spec +++ b/libipt.spec @@ -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 - 2.0.4-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Mar 30 2021 Keith Seitz - 2.0.4-2 - Add support for pre-generated documenation, allowing removal of pandoc dependency. (RHBZ 1943531, Keith Seitz)