From ab5fc552f1d021874ffe17b6b0fe23b829ceae06 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:19:17 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-pycotap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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