From 3a2a835d580721a0935556a7022e53ce0789cd0a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 06 2019 15:02:51 +0000 Subject: Fix inverted %if Signed-off-by: Igor Gnatenko --- diff --git a/blueberry.spec b/blueberry.spec index 3adde59..f8b55fc 100644 --- a/blueberry.spec +++ b/blueberry.spec @@ -91,7 +91,7 @@ done %find_lang %{name} -%if (0%{?rhel} && 0%{?rhel} >= 7) +%if (0%{?rhel} && 0%{?rhel} <= 7) %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -111,7 +111,7 @@ fi &>/dev/null || : %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas \ &> /dev/null || : -%endif # (0%%{?rhel} && 0%%{?rhel} >= 7) +%endif # (0%%{?rhel} && 0%%{?rhel} <= 7) %files -f %{name}.lang