rpms/trousers/devel trousers.spec,1.8,1.9

Emily Ratliff (ejratl) fedora-extras-commits at redhat.com
Wed Aug 13 16:02:09 UTC 2008


Author: ejratl

Update of /cvs/pkgs/rpms/trousers/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29104

Modified Files:
	trousers.spec 
Log Message:
Uses uid/gid pair assigned in BZ#457593



Index: trousers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trousers/devel/trousers.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- trousers.spec	1 Aug 2008 20:16:11 -0000	1.8
+++ trousers.spec	13 Aug 2008 16:01:39 -0000	1.9
@@ -3,7 +3,7 @@
 
 %define name		trousers
 %define version		0.3.1
-%define release		9
+%define release		10
 
 Name:			%{name}
 Summary:		TCG's Software Stack v1.2 
@@ -77,9 +77,9 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %pre
-getent group tss >/dev/null || groupadd -r tss
+getent group tss >/dev/null || groupadd -g 59 r tss
 getent passwd tss >/dev/null || \
-useradd -r -g tss -d /dev/null -s /sbin/nologin \
+useradd -r -u 59 -g tss -d /dev/null -s /sbin/nologin \
         -c "Account used by the trousers package to sandbox the tcsd daemon" tss
 exit 0
 
@@ -125,6 +125,9 @@
 %{_libdir}/libtddl.a
 
 %changelog
+* Wed Aug 08 2008 Emily Ratliff <ratliff at austin.ibm.com> - 0.3.1-10
+- Use the uid/gid pair assigned to trousers from BZ#457593
+
 * Fri Aug 01 2008 Emily Ratliff <ratliff at austin.ibm.com> - 0.3.1-9
 - Incorporated changes from the RHEL package which were done by Steve Grubb
 




More information about the fedora-extras-commits mailing list