From 76631e3811fb02681127ba3f7a9f3bad179c39eb Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Thu, 12 Aug 2021 10:42:43 -0700 Subject: [PATCH] NVR bump for inclusion of gating.yaml Related: rhbz#1943531 --- libipt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libipt.spec b/libipt.spec index 58b2018..c79721b 100644 --- a/libipt.spec +++ b/libipt.spec @@ -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 - 2.0.4-5 +- Rebuilt for CI verification of 1943531. + * Mon Aug 09 2021 Mohan Boddu - 2.0.4-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688