#3 Support EPEL8 builds
Closed 3 years ago by kevin. Opened 4 years ago by elyscape.
rpms/ elyscape/python-feedparser support-epel8  into  rawhide

file modified
+6 -3
@@ -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 @@ 

  %endif

  

  %changelog

+ * Mon Oct 07 2019 Eli Young <elyscape@gmail.com> - 5.2.1-13

+ - Support EPEL8 builds

+ 

  * Thu Oct 03 2019 Miro HronĨok <mhroncok@redhat.com> - 5.2.1-12

  - Rebuilt for Python 3.8.0rc1 (#1748018)

  

no initial comment

Pull-Request has been closed by kevin

3 years ago
Metadata