[salt] removing spaces from Requires

Clint Savage herlo at fedoraproject.org
Wed Oct 24 17:29:16 UTC 2012


commit 8444fcb50348177cbd7abd3bba35d73e7664fdb6
Author: Clint Savage <herlo1 at gmail.com>
Date:   Wed Oct 24 11:29:12 2012 -0600

    removing spaces from Requires

 salt.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/salt.spec b/salt.spec
index 92344d8..d6afa3b 100644
--- a/salt.spec
+++ b/salt.spec
@@ -74,11 +74,14 @@ Requires(preun): initscripts
 Requires(postun): initscripts
 
 %else
-  %if 0%{?systemd_preun:1}
-    Requires(post): systemd-units
-    Requires(preun): systemd-units
-    Requires(postun): systemd-units
-  %endif
+
+%if 0%{?systemd_preun:1}
+
+Requires(post): systemd-units
+Requires(preun): systemd-units
+Requires(postun): systemd-units
+
+%endif
 
 BuildRequires: systemd-units
 


More information about the scm-commits mailing list