diff --git a/python-pycotap.spec b/python-pycotap.spec index b8e0382..3d7b101 100644 --- a/python-pycotap.spec +++ b/python-pycotap.spec @@ -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 - 1.1.0-11 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Sat May 01 2021 Takao Fujiwara - 1.1.0-10 - Enable CI. Related: rhbz#1956213