From ee04d20f5a992bf0e8bd9f8383b3eec51049a524 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Nov 29 2017 21:49:45 +0000 Subject: Cleanup spec file conditionals --- diff --git a/satyr.spec b/satyr.spec index ebe3bc0..49d3d3a 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+ @@ -146,6 +146,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