[openstack-neutron/f20] Fixed an error in %pre rule that adds neutron user that was introduced

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Fri Oct 10 09:13:25 UTC 2014


commit b0fc619d1fdadfb431fe36b205392891e3d55d5f
Author: Ihar Hrachyshka <ihrachys at redhat.com>
Date:   Fri Oct 10 11:07:30 2014 +0200

    Fixed an error in %pre rule that adds neutron user that was introduced
    
    Changelog:
    - Fixed an error in %pre rule that adds neutron user that was introduced
    - during el6-havana branch merged.

 openstack-neutron.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index 3df0840..ea0fe36 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2013.2.4
-Release:	5%{?dist}
+Release:	6%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -602,8 +602,7 @@ EOF
 %pre
 getent group neutron >/dev/null || groupadd -r neutron
 getent passwd neutron >/dev/null || \
-    useradd -r -g neutron -d %{_sharedstatedir}/neutron -s /sbin/nologin
-\
+    useradd -r -g neutron -d %{_sharedstatedir}/neutron -s /sbin/nologin \
     -c "OpenStack Neutron Daemons" neutron
 exit 0
 
@@ -1182,6 +1181,10 @@ fi
 
 
 %changelog
+* Fri Oct 10 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2013.2.4-6
+- Fixed an error in %pre rule that adds neutron user that was introduced
+  during el6-havana branch merged.
+
 * Wed Oct 08 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2013.2.4-5
 - use parallel installed versions in RHEL6
 


More information about the scm-commits mailing list