#2 Cleanup spec file conditionals
Closed 6 years ago by msuchy. Opened 6 years ago by merlinm.
Unknown source f27  into  f27

file modified
+5 -2
@@ -7,7 +7,7 @@

    %define enable_python_manpage 1

  %endif

  

- %if 0%{?fedora}

+ %if 0%{?fedora} || 0%{?rhel} > 7

    %define with_python3 1

  %else

    # EL doesn't have Python 3
@@ -26,7 +26,7 @@

  

  Name: satyr

  Version: 0.24

- Release: 1%{?dist}

+ Release: 2%{?dist}

  Summary: Tools to create anonymous, machine-friendly problem reports

  Group: System Environment/Libraries

  License: GPLv2+
@@ -146,6 +146,9 @@

  %endif

  

  %changelog

+ * Wed Nov 29 2017 Merlin Mathesius <mmathesi@redhat.com> - 0.24-2

+ - Cleanup spec file conditionals

+ 

  * Wed Nov 1 2017 Julius Milan <jmilan@redhat.com> 0.24-1

  - New upstream version

    - Allow to report unpackaged problems

Pull-Request has been closed by msuchy

6 years ago
Metadata