[openstack-swift] add swift home directory for signing_dir

Pádraig Brady pbrady at fedoraproject.org
Fri Oct 18 12:30:00 UTC 2013


commit b5317a26e34ab37884392aaaab64a041f79193bc
Author: Alan Pevec <apevec at redhat.com>
Date:   Wed Oct 9 16:23:02 2013 +0100

    add swift home directory for signing_dir
    
    Related: rhbz#967631
    
    Conflicts:
    
    	openstack-swift.spec

 openstack-swift.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openstack-swift.spec b/openstack-swift.spec
index 054a306..442faf3 100644
--- a/openstack-swift.spec
+++ b/openstack-swift.spec
@@ -4,7 +4,7 @@
 
 Name:             openstack-swift
 Version:          1.10.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack Object Storage (Swift)
 
 Group:            Development/Languages
@@ -247,6 +247,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
 install -p -m 0644 %{SOURCE20} %{buildroot}%{_sysconfdir}/tmpfiles.d/openstack-swift.conf
 # Install recon directory
 install -d -m 755 %{buildroot}%{_localstatedir}/cache/swift
+# Install home directory
+install -d -m 755 %{buildroot}%{_sharedstatedir}/swift
 # man pages
 install -d -m 755 %{buildroot}%{_mandir}/man5
 for m in doc/manpages/*.5; do
@@ -351,6 +353,7 @@ exit 0
 %config(noreplace) %attr(660, root, swift) %{_sysconfdir}/swift/swift.conf
 %dir %attr(0755, swift, root) %{_localstatedir}/run/swift
 %dir %attr(0755, swift, root) %{_localstatedir}/cache/swift
+%dir %attr(0755, swift, root) %{_sharedstatedir}/swift
 %dir %{python_sitelib}/swift
 %{_bindir}/swift-account-audit
 %{_bindir}/swift-bench
@@ -458,9 +461,10 @@ exit 0
 %doc LICENSE doc/build/html
 
 %changelog
-* Fri Oct 18 2013 Pádraig Brady <pbrady at redhat.com> 1.10.0-1
+* Fri Oct 18 2013 Pádraig Brady <pbrady at redhat.com> 1.10.0-2
 - Update to Havana GA
 - Fix service startup issue due to bad depencency checking (#1020449)
+- add swift home directory for signing_dir (#967631)
 
 * Wed Oct 09 2013 Pádraig Brady <pbrady at redhat.com> 1.10.0-0.1.rc1
 - Update to 1.10.0 RC1


More information about the scm-commits mailing list