From 94bedba6674eefcb53c6e3552ab986dd3e59ad10 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 12 Oct 2019 21:17:53 +0200 Subject: [PATCH] Drop Python 2 package Resolves: rhbz#1761084 --- python-asn1crypto.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)