From e6dac818f597ee37e38429464a4116d0121903f8 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:15:33 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-linux-procfs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 4d8c34e..ae29e18 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -5,7 +5,7 @@ Name: python-linux-procfs Version: 0.6.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Summary: Linux /proc abstraction classes URL: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git @@ -46,6 +46,10 @@ rm -rf %{buildroot} %license COPYING %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.6.3-2 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu May 27 2021 John Kacur - 0.6.3-1 - Rebase to latest upstream Resolves: rhbz#1890564