- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 04:57:22 +00:00
parent b08a633af6
commit b7416fd474

View File

@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 1.3.3
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Pure-python library for interacting with Yubikeys
License: BSD
@ -53,6 +53,9 @@ Pure-python library for interacting with Yubikeys. For Python 3.
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.3-6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Feb 03 18:03:23 CET 2021 Christian Heimes <cheimes@redhat.com> - 1.3.3-5
- Use pytest instead of nose (#1918336)
- Don't use is to compare literals (#1749216)