diff --git a/python-asn1crypto.spec b/python-asn1crypto.spec index 7ce1699..557f7ae 100644 --- a/python-asn1crypto.spec +++ b/python-asn1crypto.spec @@ -8,7 +8,7 @@ %bcond_with python3 %endif -%if 0%{?rhel} > 7 +%if 0%{?fedora} > 31 || 0%{?rhel} > 7 # Disable python2 build by default %bcond_with python2 %else @@ -19,7 +19,7 @@ Name: python-%{pypi_name} Version: 0.24.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Fast Python ASN.1 parser and serializer License: MIT @@ -107,6 +107,10 @@ rm -rf %{pypi_name}.egg-info %endif %changelog +* Sat Oct 12 2019 Christian Heimes - 0.24.0-10 +- Drop Python 2 package +- Resolves: rhbz#1761084 + * Thu Oct 03 2019 Miro HronĨok - 0.24.0-9 - Rebuilt for Python 3.8.0rc1 (#1748018)