From dd1a535a8e42b0b494927041c1e271f8af0bd979 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:19:09 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-pycdlib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pycdlib.spec b/python-pycdlib.spec index 30cece2..d1888e6 100644 --- a/python-pycdlib.spec +++ b/python-pycdlib.spec @@ -9,7 +9,7 @@ extensions, and UDF. Summary: A pure python ISO9660 read and write library Name: python-%{srcname} Version: 1.11.0 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2 URL: https://github.com/clalancette/%{srcname} Source0: https://github.com/clalancette/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz @@ -62,6 +62,10 @@ PYCDLIB_TRACK_WRITES=1 py.test-%{python3_version} -v \ %{_mandir}/man1/* %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.11.0-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Tue Jun 15 2021 Brian C. Lane - 1.11.0-4 - Disable tests that use genisoimage Resolves: rhbz#1972212