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:09 +00:00
parent a31bbb3c5a
commit dd1a535a8e

View File

@ -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 <mboddu@redhat.com> - 1.11.0-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Jun 15 2021 Brian C. Lane <bcl@redhat.com> - 1.11.0-4
- Disable tests that use genisoimage
Resolves: rhbz#1972212