From 0209b5c44409321f0eb26b2073e10be205a4d657 Mon Sep 17 00:00:00 2001 From: Eli Young Date: Oct 07 2019 20:40:50 +0000 Subject: Support EPEL8 builds --- diff --git a/python-feedparser.spec b/python-feedparser.spec index e0ef24a..c049663 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -2,7 +2,7 @@ # https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 %global _python_bytecompile_extra 1 -%if 0%{?fedora} > 12 +%if 0%{?fedora} > 12 || 0%{?rhel} >= 8 %global with_python3 1 %endif @@ -13,7 +13,7 @@ # -doc package generation # EL6: python-sphinx is not new enough -%if 0%{?fedora} > 16 +%if 0%{?fedora} > 16 || 0%{?rhel} >= 8 %global with_docpkg 1 %endif @@ -21,7 +21,7 @@ Name: python-feedparser Version: 5.2.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Parse RSS and Atom feeds in Python License: BSD @@ -174,6 +174,9 @@ popd %endif %changelog +* Mon Oct 07 2019 Eli Young - 5.2.1-13 +- Support EPEL8 builds + * Thu Oct 03 2019 Miro HronĨok - 5.2.1-12 - Rebuilt for Python 3.8.0rc1 (#1748018)