diff --git a/python-pid.spec b/python-pid.spec index 08d11f3..a1479f0 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -26,7 +26,7 @@ PidFile can also be used as a context manager or a decorator.} Name: python-%{srcname} Version: 2.2.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: PID file management library License: ASL 2.0 @@ -118,6 +118,10 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} nosetests-%{python2_version} --verbose %endif %changelog +* Tue Aug 10 2021 Mohan Boddu - 2.2.3-12 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Jun 17 2021 Christian Heimes - 2.2.3-11 - Switch the test run from nose to pytest, related: rhbz#1916787