From d278e742b1a43bea8364bda1538b0adef9b7b049 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:58:37 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- startup-notification.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/startup-notification.spec b/startup-notification.spec index 371a540..a3c7308 100644 --- a/startup-notification.spec +++ b/startup-notification.spec @@ -1,7 +1,7 @@ Summary: Library for tracking application startup Name: startup-notification Version: 0.12 -Release: 22%{?dist} +Release: 23%{?dist} URL: http://www.freedesktop.org/software/startup-notification/ #VCS: git:git://git.freedesktop.org/git/startup-notification Source0: http://www.freedesktop.org/software/startup-notification/releases/%{name}-%{version}.tar.gz @@ -55,6 +55,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_includedir}/* %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.12-23 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.12-22 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937