[openstack-swift/el6] fix typo from 3216a70f

Alan Pevec apevec at fedoraproject.org
Wed Jan 18 22:48:40 UTC 2012


commit f87dcd49327059dae544c8afb5ced8371c918c21
Author: Alan Pevec <apevec at redhat.com>
Date:   Wed Jan 18 23:46:50 2012 +0100

    fix typo from 3216a70f

 openstack-swift.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openstack-swift.spec b/openstack-swift.spec
index e813736..7d57145 100644
--- a/openstack-swift.spec
+++ b/openstack-swift.spec
@@ -210,7 +210,7 @@ if [ $1 = 0 ] ; then
     /sbin/chkconfig --del openstack-swift-container
 fi
 
-/%postun container
+%postun container
 if [ "$1" -ge "1" ] ; then
     /sbin/service openstack-swift-container condrestart >/dev/null 2>&1 || :
 fi


More information about the scm-commits mailing list