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:19:17 +00:00
parent 1e48e99597
commit ab5fc552f1

View File

@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.1.0
Release: 10%{?dist}
Release: 11%{?dist}
Summary: A tiny test runner that outputs TAP results to standard output
License: MIT
@ -49,6 +49,10 @@ find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d'
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.0-11
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Sat May 01 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.1.0-10
- Enable CI. Related: rhbz#1956213