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:06:05 +00:00
parent d0f0b49a38
commit 52f34d2f45

View File

@ -5,7 +5,7 @@
Name: pykickstart
Version: 3.32.2
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2 and MIT
Summary: Python utilities for manipulating kickstart files.
Url: http://fedoraproject.org/wiki/pykickstart
@ -79,6 +79,10 @@ make PYTHON=%{__python3} test
%{python3_sitelib}/pykickstart*.egg-info
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.32.2-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Jun 15 2021 Brian C. Lane <bcl@redhat.com> - 3.32.2-1
- Add RHEL 9 handler (mkolman)
Resolves: rhbz#1966730