From 1152b0f4359178e98357fadbba94a3197df08dfe Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Thu, 30 Nov 2017 15:38:08 -0600 Subject: [PATCH] Cleanup spec file conditionals --- libpeas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libpeas.spec b/libpeas.spec index f2781bb..5b83692 100644 --- a/libpeas.spec +++ b/libpeas.spec @@ -1,4 +1,4 @@ -%if 0%{?rhel} == 0 +%if 0%{?fedora} || 0%{?rhel} > 7 %global use_python3 1 %else %global use_python3 0 @@ -8,7 +8,7 @@ Name: libpeas Version: 1.22.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plug-ins implementation convenience library License: LGPLv2+ @@ -150,6 +150,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_datadir}/glade/catalogs/libpeas-gtk.xml %changelog +* Thu Nov 30 2017 Merlin Mathesius - 1.22.0-2 +- Cleanup spec file conditionals + * Sun Sep 10 2017 Kalev Lember - 1.22.0-1 - Update to 1.22.0