From 8a42dd111285c528a44085685aee22c4b5b16d3c Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:18:30 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-psutil.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index 775d8f0..34a1d91 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 5.8.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: %{sum} License: BSD @@ -79,6 +79,10 @@ make test CI_TESTING=1 PYTHON=%{__python3} PYTHONPATH=%{buildroot}/%{python3_sit %changelog +* Tue Aug 10 2021 Mohan Boddu - 5.8.0-10 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 5.8.0-9 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937