Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-10 00:17:45 +00:00
parent 6c1b29b8de
commit e94837584b

View File

@ -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 <mboddu@redhat.com> - 2.2.3-12
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jun 17 2021 Christian Heimes <cheimes@redhat.com> - 2.2.3-11
- Switch the test run from nose to pytest, related: rhbz#1916787