From a91926c675473ea96b4a0910cf059bc194c0dc8f Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Tue, 14 Jul 2020 12:47:58 -0500 Subject: [PATCH] Minor conditional fix for ELN Signed-off-by: Merlin Mathesius --- libindicator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libindicator.spec b/libindicator.spec index e27e8c5..528a0be 100644 --- a/libindicator.spec +++ b/libindicator.spec @@ -1,6 +1,6 @@ Name: libindicator Version: 12.10.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Shared functions for Ayatana indicators License: GPLv3 @@ -79,7 +79,7 @@ tools for the GTK+3 build of %{name}. %prep %setup -q -%if 0%{?fedora} >= 31 +%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9 %patch1 -p2 -b .orig %endif @@ -214,6 +214,9 @@ find %{buildroot} -type f -name '*.la' -delete %{_libexecdir}/indicator-loader3 %changelog +* Tue Jul 14 2020 Merlin Mathesius - 12.10.1-18 +- Minor conditional fix for ELN + * Wed Jan 29 2020 Fedora Release Engineering - 12.10.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild