[openstack-swift/el6: 14/14] packaging fixes

Derek Higgins derekh at fedoraproject.org
Tue Oct 9 11:33:22 UTC 2012


commit a1bbdbd732e159ebcbd24aec6a4a033471a9588e
Author: Derek Higgins <derekh at redhat.com>
Date:   Tue Oct 9 05:26:26 2012 -0400

    packaging fixes
    
    removing reference to tmpfiles.d/openstack-swift.conf in packaging
    adding python-swiftclient as a BuildRequires

 openstack-swift.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openstack-swift.spec b/openstack-swift.spec
index 6589494..73a42ea 100644
--- a/openstack-swift.spec
+++ b/openstack-swift.spec
@@ -6,7 +6,7 @@
 
 Name:             openstack-swift
 Version:          1.7.4
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack Object Storage (swift)
 
 Group:            Development/Languages
@@ -141,6 +141,7 @@ BuildRequires:    python-sphinx >= 1.0
 # Required for generating docs
 BuildRequires:    python-eventlet
 BuildRequires:    python-simplejson
+BuildRequires:    python-swiftclient
 BuildRequires:    python-webob1.0
 BuildRequires:    pyxattr
 
@@ -300,7 +301,6 @@ fi
 %{_mandir}/man1/swift-orphans.1*
 %{_mandir}/man1/swift-recon.1*
 %{_mandir}/man1/swift-ring-builder.1*
-%config(noreplace) %{_sysconfdir}/tmpfiles.d/openstack-swift.conf
 %dir %{_datarootdir}/%{name}/functions
 %dir %attr(0755, swift, swift) %{_localstatedir}/run/swift
 %dir %{_sysconfdir}/swift
@@ -410,6 +410,10 @@ fi
 %doc LICENSE doc/build/html
 
 %changelog
+* Tue Oct 09 2012 Derek Higgins <derekh at redhat.com> - 1.7.4-2
+- removing reference to tmpfiles.d/openstack-swift.conf in packaging
+- adding python-swiftclient as a BuildRequires
+
 * Thu Sep 27 2012 Derek Higgins <derekh at redhat.com> - 1.7.4-1
 - Update to 1.7.4
 


More information about the scm-commits mailing list