[salt/el5] Fix incorrect conditional

Erik Johnson terminalmage at fedoraproject.org
Sun Aug 10 05:19:22 UTC 2014


commit 03fc543e0d5b5e5adc314d93c2c23979a53f6019
Author: Erik Johnson <erik at saltstack.com>
Date:   Sun Aug 10 00:19:20 2014 -0500

    Fix incorrect conditional

 salt.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/salt.spec b/salt.spec
index 0fcbe3c..4723469 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
 


More information about the scm-commits mailing list