[openvswitch] Require systemd instead of systemd-units to use F18+ helper macros (#850258)

Thomas Graf tgraf at fedoraproject.org
Tue Oct 16 07:50:01 UTC 2012


commit fd36fef0ea5914f0fd84a4ad379198616a249098
Author: Thomas Graf <tgraf at suug.ch>
Date:   Tue Oct 16 09:48:54 2012 +0200

    Require systemd instead of systemd-units to use F18+ helper macros (#850258)

 openvswitch.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openvswitch.spec b/openvswitch.spec
index 447765a..2f23043 100644
--- a/openvswitch.spec
+++ b/openvswitch.spec
@@ -28,9 +28,9 @@ BuildRequires:  groff graphviz
 
 Requires:       openssl iproute module-init-tools
 
-Requires(post):  systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+Requires(post):  systemd
+Requires(preun): systemd
+Requires(postun): systemd
 
 %description
 Open vSwitch provides standard network bridging functions and


More information about the scm-commits mailing list