diff --git a/SPECS/python-jwcrypto.spec b/SPECS/python-jwcrypto.spec index fec9c7e..c772b96 100644 --- a/SPECS/python-jwcrypto.spec +++ b/SPECS/python-jwcrypto.spec @@ -16,7 +16,7 @@ Name: python-%{srcname} Version: 0.5.0 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Implements JWK, JWS, JWE specifications using python-cryptography License: LGPLv3+ @@ -114,6 +114,9 @@ rm -rf %{buildroot}/usr/share/doc/jwcrypto %changelog +* Fri Jun 17 2022 Christian Heimes - 0.5.0-1.1 +- Bump dist to solve version sorting issue, fixes RHBZ#2097800 + * Thu Jun 28 2018 Christian Heimes - 0.5.0-1 - New upstream release 0.5.0 - Fixes Coverity scan issue