[openstack-keystone/el6] fix bad merge from master: add /var/run/keystone

Alan Pevec apevec at fedoraproject.org
Wed Nov 30 22:49:04 UTC 2011


commit 142932e7a0e360513b166ef43be3309e532d6bc9
Author: Alan Pevec <apevec at redhat.com>
Date:   Fri Nov 25 12:47:37 2011 +0100

    fix bad merge from master: add /var/run/keystone
    
    /var/run is tmpfs on >f15

 openstack-keystone.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index 10863e8..3f2e6f8 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -93,6 +93,7 @@ install -p -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/openstack
 install -p -D -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/openstack-keystone
 install -d -m 755 %{buildroot}%{_sharedstatedir}/keystone
 install -d -m 755 %{buildroot}%{_localstatedir}/log/keystone
+install -d -m 755 %{buildroot}%{_localstatedir}/run/keystone
 
 rm -rf %{buildroot}%{python_sitelib}/tools
 rm -rf %{buildroot}%{python_sitelib}/examples
@@ -156,6 +157,7 @@ fi
 %config(noreplace) %{_sysconfdir}/logrotate.d/openstack-keystone
 %dir %attr(-, keystone, keystone) %{_sharedstatedir}/keystone
 %dir %attr(-, keystone, keystone) %{_localstatedir}/log/keystone
+%dir %attr(-, keystone, keystone) %{_localstatedir}/run/keystone
 
 %changelog
 * Thu Nov 24 2011 Alan Pevec <apevec at redhat.com> 2011.3.1-2


More information about the scm-commits mailing list