[ladvd/f19] unwind systemd_requires macro

Tomasz Torcz ttorcz at fedoraproject.org
Tue Sep 17 10:48:05 UTC 2013


commit 8b20ccd85c455090bbd31ae4b57628416906e211
Author: Tomasz Torcz <tomek at pipebreaker.pl>
Date:   Tue Sep 17 12:05:30 2013 +0200

    unwind systemd_requires macro

 ladvd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ladvd.spec b/ladvd.spec
index 35d057b..e12f2b2 100644
--- a/ladvd.spec
+++ b/ladvd.spec
@@ -36,7 +36,10 @@ BuildRequires:  fedora-usermgmt-devel
 Provides:       group(%username) = %uid
 Provides:       user(%username)  = %uid
 
-%systemd_requires
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
+BuildRequires: systemd
 
 %description 
 ladvd uses CDP / LLDP frames to inform switches about connected hosts, which
@@ -176,6 +179,7 @@ fi
 - apply SELinux policy patch by Daniel J Walsh (#975959)
 - add BR: systemd, as it not longer pulled by default
   (https://lists.fedoraproject.org/pipermail/devel/2013-August/187299.html)
+- unwind systemd_requires macro
 - "policyhelp" file was moved into selinux-policy-doc
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-3


More information about the scm-commits mailing list