[openstack-swift] Add BuildRequires: systemd

Pete Zaitcev zaitcev at fedoraproject.org
Thu Apr 4 21:14:06 UTC 2013


commit 8c6d63748048b1775daa07916b3af440ba5eb632
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Tue Mar 26 16:35:53 2013 -0600

    Add BuildRequires: systemd
    
    Quoting http://fedoraproject.org/wiki/Packaging:Systemd
    
      Please note that in order for the %{_unitdir} macro to exist, your
      package must have:
    
      BuildRequires: systemd-units
    
      On Fedora 18 and newer, the systemd-units subpackage has been merged
      into the base systemd package, so your package for those targets can
      instead include:
    
      BuildRequires: systemd
    
    See, "must have".

 openstack-swift.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/openstack-swift.spec b/openstack-swift.spec
index eacec40..606299b 100644
--- a/openstack-swift.spec
+++ b/openstack-swift.spec
@@ -61,6 +61,7 @@ Requires:         pyxattr
 Requires:         python-setuptools
 Requires:         python-netifaces
 
+BuildRequires:    systemd
 Requires(post):   systemd
 Requires(preun):  systemd
 Requires(postun): systemd


More information about the scm-commits mailing list