[openstack-glance] Remove unused systemd requirements

Haïkel Guémar hguemar at fedoraproject.org
Wed Sep 3 17:40:15 UTC 2014


commit 954e3b3cd780450137076685f0b1d52f3114146c
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Wed Sep 3 19:37:12 2014 +0200

    Remove unused systemd requirements
    
    Systemd is not shipped on EL6 and is already required properly for
    macroized systemd scriptlets

 openstack-glance.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 74abe3b..3ea9ffc 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,6 +1,6 @@
 Name:             openstack-glance
 Version:          2014.2
-Release:          0.2.b2%{?dist}
+Release:          0.3.b2%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -39,9 +39,6 @@ BuildRequires:    python2-devel
 BuildRequires:    python-setuptools
 BuildRequires:    intltool
 
-Requires(post):   systemd-units
-Requires(preun):  systemd-units
-Requires(postun): systemd-units
 Requires(pre):    shadow-utils
 Requires:         python-glance = %{version}-%{release}
 Requires:         python-glanceclient >= 1:0
@@ -389,6 +386,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Wed Sep 03 2014 Haïkel Guémar <hguemar at fedoraproject.org> - 2014.2-0.3.b2
+- Removed unused requirements on systemd
+
 * Wed Sep 03 2014 Flavio Percoco <flavio at redhat.com> 2014.2-0.3.b2
 - Merge spec from el6-icehouse
 


More information about the scm-commits mailing list