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:20:51 +00:00
parent 3db6dfb99a
commit 3b9fde0d24

View File

@ -9,7 +9,7 @@
Name: python-%{pkgname}
Version: 6.1
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Python QR Code image generator
License: BSD
@ -116,6 +116,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 6.1-12
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Apr 22 2021 Christian Heimes <cheimes@redhat.com> - 6.1-11
- Build only python3-qrcode-core on RHEL
- Related: #1935839