diff --git a/satyr.spec b/satyr.spec index 6c6f89d..f39216c 100644 --- a/satyr.spec +++ b/satyr.spec @@ -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+ @@ -156,6 +156,9 @@ make check || { %endif %changelog +* Wed Nov 29 2017 Merlin Mathesius - 0.24-2 +- Cleanup spec file conditionals + * Wed Nov 1 2017 Julius Milan 0.24-1 - New upstream version - Allow to report unpackaged problems