[openstack-cinder/f18] maint: remove a TODO fixed in #902987

Pádraig Brady pbrady at fedoraproject.org
Wed Feb 6 10:22:50 UTC 2013


commit 3d408d2dc9e3d3b176c6b75f81f6a149eebdab5f
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Feb 6 10:17:44 2013 +0000

    maint: remove a TODO fixed in #902987
    
    http://git.fedorahosted.org/cgit/setup.git/diff/?id=66d488e4

 openstack-cinder.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 9a2d9b1..28f11cb 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -199,7 +199,6 @@ rm -fr %{buildroot}%{python_sitelib}/run_tests.*
 rm -f %{buildroot}/usr/share/doc/cinder/README*
 
 %pre
-#TODO:reserve 165 in the setup package
 getent group cinder >/dev/null || groupadd -r cinder --gid 165
 if ! getent passwd cinder >/dev/null; then
   useradd -u 165 -r -g cinder -G cinder,nobody -d %{_sharedstatedir}/cinder -s /sbin/nologin -c "OpenStack Cinder Daemons" cinder


More information about the scm-commits mailing list