rpms/trousers/F-10 trousers.spec,1.11,1.12

Miloš Jakubíček mjakubicek at fedoraproject.org
Wed May 6 21:56:28 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/trousers/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31211/F-10

Modified Files:
	trousers.spec 
Log Message:
- Fix a typo in groupadd causing the %%pre scriptlet to fail (resolves BZ#486155).




Index: trousers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trousers/F-10/trousers.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- trousers.spec	16 Dec 2008 23:29:16 -0000	1.11
+++ trousers.spec	6 May 2009 21:55:58 -0000	1.12
@@ -3,7 +3,7 @@
 
 %define name		trousers
 %define version		0.3.1
-%define release		12
+%define release		13
 
 Name:			%{name}
 Summary:		TCG's Software Stack v1.2 
@@ -83,7 +83,7 @@ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/libts
 rm -rf ${RPM_BUILD_ROOT}
 
 %pre
-getent group tss >/dev/null || groupadd -g 59 r tss
+getent group tss >/dev/null || groupadd -g 59 -r tss
 getent passwd tss >/dev/null || \
 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
@@ -131,6 +131,9 @@ fi
 %{_libdir}/libtddl.a
 
 %changelog
+* Wed May 06 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.3.1-13
+- Fix a typo in groupadd causing the %%pre scriptlet to fail (resolves BZ#486155).
+
 * Tue Dec 16 2008 David Woodhouse <David.Woodhouse at intel.com> - 0.3.1-12
 - Bump release to avoid wrong tag in rawhide
 




More information about the scm-commits mailing list