diff --git a/python-yubico.spec b/python-yubico.spec index b815f43..c138368 100644 --- a/python-yubico.spec +++ b/python-yubico.spec @@ -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 - 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 - 1.3.3-5 - Use pytest instead of nose (#1918336) - Don't use is to compare literals (#1749216)