From 3b9fde0d240a0044e1ba415e9c9e587eb9472abe Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:20:51 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-qrcode.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-qrcode.spec b/python-qrcode.spec index 87a038f..e532055 100644 --- a/python-qrcode.spec +++ b/python-qrcode.spec @@ -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 - 6.1-12 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Apr 22 2021 Christian Heimes - 6.1-11 - Build only python3-qrcode-core on RHEL - Related: #1935839