From 5745796af02f97a277710623a5235de2dfdbe36d Mon Sep 17 00:00:00 2001 From: Martin Kutlak Date: Aug 01 2019 15:10:38 +0000 Subject: Drop python2 from epel8 Signed-off-by: Martin Kutlak --- diff --git a/ratelimitingfilter.spec b/ratelimitingfilter.spec index 83f8758..fab84ab 100644 --- a/ratelimitingfilter.spec +++ b/ratelimitingfilter.spec @@ -2,7 +2,7 @@ %global pypi_name ratelimitingfilter # Disable python2 subpackage from F29+ -%if 0%{?fedora} > 28 +%if 0%{?fedora} > 28 || 0%{?rhel} > 7 %bcond_with python2 %else %bcond_without python2 @@ -10,7 +10,7 @@ Name: python-%{pypi_name} Version: 1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A rate limiting filter for the Python logging system License: MIT @@ -92,6 +92,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Thu Aug 01 2019 Martin Kutlak - 1.1-3 +- Drop python2 from epel8 + * Fri Jul 26 2019 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild