[bird] spec: require systemd rather than systemd-units

Michal Sekletar msekleta at fedoraproject.org
Thu Oct 17 13:46:01 UTC 2013


commit c348e57e3c2219c74a1c1f1770550cb842356d34
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Thu Oct 17 13:57:13 2013 +0200

    spec: require systemd rather than systemd-units
    
    Nowadays systemd-units is a virtual provide in systemd package, we should
    require directly systemd than systemd-units.

 bird.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/bird.spec b/bird.spec
index db77b00..231df95 100644
--- a/bird.spec
+++ b/bird.spec
@@ -12,9 +12,9 @@ Source2:        bird.service
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  flex bison ncurses-devel readline-devel sed systemd
-Requires(post): systemd-units
-Requires(preun):systemd-units
-Requires(postun):   systemd-units
+Requires(post):   systemd
+Requires(preun):  systemd
+Requires(postun): systemd
 
 %description
 BIRD is dynamic routing daemon supporting IPv4 and IPv6 versions of routing
@@ -26,9 +26,9 @@ This package contains IPv4 version.
 %package -n bird6
 Summary:        BIRD Internet Routing Daemon
 Group:          System Environment/Daemons
-Requires(post): systemd-units
-Requires(preun):systemd-units
-Requires(postun):   systemd-units
+Requires(post):   systemd
+Requires(preun):  systemd
+Requires(postun): systemd
 
 %description -n bird6
 BIRD is dynamic routing daemon supporting IPv4 and IPv6 versions of routing
@@ -192,6 +192,7 @@ fi
 * Thu Oct 17 2013 Michal Sekletar <msekleta at redhat.com> - 1.3.11-1
 - update to 1.3.11
 - add systemd to BuildRequires
+- change scriptlet Requires to systemd
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list