From c2af7d821ebe9fdc168f730bd7b67bb2de966a50 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Sun, 10 Aug 2014 00:19:20 -0500 Subject: [PATCH] Fix incorrect conditional --- salt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt.spec b/salt.spec index 0e1ef23..2fd301f 100644 --- a/salt.spec +++ b/salt.spec @@ -16,7 +16,7 @@ Name: salt Version: 2014.1.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A parallel remote execution system Group: System Environment/Daemons @@ -125,7 +125,7 @@ servers, handle them quickly and through a simple and manageable interface. Summary: Management component for salt, a parallel remote execution system Group: System Environment/Daemons Requires: salt = %{version}-%{release} -%if ! (0%{?rhel} >= 7 || 0%{?fedora} >= 15) +%if (0%{?rhel} >= 7 || 0%{?fedora} >= 15) Requires: systemd-python %endif