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:11:24 +00:00
parent bbb145d3a1
commit c509ece7cb

View File

@ -6,7 +6,7 @@
Name: python-%{pypi_name}
Version: 0.14
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Python module to interface with %{pypi_name}
License: GPLv2
@ -76,6 +76,10 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-11
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-10
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937