rpms/ice/F-12 Ice-rpmbuild-change-user.patch, NONE, 1.1 ice.spec, 1.35, 1.36

mef mef at fedoraproject.org
Mon Feb 1 14:37:03 UTC 2010


Author: mef

Update of /cvs/pkgs/rpms/ice/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16227/F-12

Modified Files:
	ice.spec 
Added Files:
	Ice-rpmbuild-change-user.patch 
Log Message:
Fix the user name in the server scripts (bug 557411)

Ice-rpmbuild-change-user.patch:
 glacier2router.redhat  |    2 +-
 icegridnode.redhat     |    2 +-
 icegridregistry.redhat |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE Ice-rpmbuild-change-user.patch ---
diff -u Ice-rpmbuild-3.3.1.orig/glacier2router.redhat Ice-rpmbuild-3.3.1/glacier2router.redhat
--- Ice-rpmbuild-3.3.1.orig/glacier2router.redhat	2010-02-01 14:31:01.809694649 +0000
+++ Ice-rpmbuild-3.3.1/glacier2router.redhat	2010-02-01 14:31:49.156694764 +0000
@@ -19,7 +19,7 @@
 # The Glacier2 router user; root is allowed, but not necessary, therefore
 # it is recommended to use a non-root account.
 #
-user=ice
+user=iceuser
 
 #
 # Ask for a password at startup?
diff -u Ice-rpmbuild-3.3.1.orig/icegridnode.redhat Ice-rpmbuild-3.3.1/icegridnode.redhat
--- Ice-rpmbuild-3.3.1.orig/icegridnode.redhat	2010-02-01 14:31:01.809694649 +0000
+++ Ice-rpmbuild-3.3.1/icegridnode.redhat	2010-02-01 14:31:25.039757166 +0000
@@ -20,7 +20,7 @@
 # The IceGrid node user; root is allowed, but not necessary, therefore
 # it is recommended to use a non-root account.
 #
-user=ice
+user=iceuser
 
 #
 # Ask for a password at startup?
diff -u Ice-rpmbuild-3.3.1.orig/icegridregistry.redhat Ice-rpmbuild-3.3.1/icegridregistry.redhat
--- Ice-rpmbuild-3.3.1.orig/icegridregistry.redhat	2010-02-01 14:31:01.809694649 +0000
+++ Ice-rpmbuild-3.3.1/icegridregistry.redhat	2010-02-01 14:31:58.924756281 +0000
@@ -20,7 +20,7 @@
 # The IceGrid registry user; root is allowed, but not necessary, therefore
 # it is recommended to use a non-root account.
 #
-user=ice
+user=iceuser
 
 #
 # Ask for a password at startup?


Index: ice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ice/F-12/ice.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- ice.spec	22 Aug 2009 15:16:23 -0000	1.35
+++ ice.spec	1 Feb 2010 14:37:03 -0000	1.36
@@ -38,6 +38,10 @@ Patch6:         ice-php53.patch
 
 Patch7:         Ice-3.3.1-openssl.patch
 
+# Change user in server scripts from "ice" to "iceuser" to match the config
+# Fixed bug 557411
+Patch8:		Ice-rpmbuild-change-user.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Ice doesn't officially support ppc64 at all
@@ -190,6 +194,7 @@ The Ice runtime for PHP applications.
 %patch6 -p1
 %patch7 -p1
 %setup -q -n Ice-rpmbuild-%{version} -T -b 1
+%patch8 -p1
 %setup -q -n Ice-3.3.0-man-pages -T -b 2
 
 %build
@@ -550,6 +555,9 @@ fi
 %config(noreplace) %{_sysconfdir}/php.d/ice.ini
 
 %changelog
+* Mon Feb  1 2010 Mary Ellen Foster <mefoster at gmail.com> - 3.3.1-6
+- Fix the user name in the server scripts (bug 557411)
+
 * Sat Aug 22 2009 Tomas Mraz <tmraz at redhat.com> - 3.3.1-5
 - rebuilt with new openssl
 



More information about the scm-commits mailing list