rpms/trousers/F-11 trousers.spec,1.14,1.15

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


Author: mjakubicek

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

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-11/trousers.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- trousers.spec	27 Apr 2009 16:07:23 -0000	1.14
+++ trousers.spec	6 May 2009 21:55:58 -0000	1.15
@@ -3,7 +3,7 @@
 
 %define name		trousers
 %define version		0.3.1
-%define release		15
+%define release		16
 
 Name:			%{name}
 Summary:		TCG's Software Stack v1.2 
@@ -87,7 +87,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
@@ -135,6 +135,9 @@ fi
 %{_libdir}/libtddl.a
 
 %changelog
+* Wed May 06 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.3.1-16
+- Fix a typo in groupadd causing the %%pre scriptlet to fail (resolves BZ#486155).
+
 * Mon Apr 27 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.3.1-15
 - Fix FTBFS: added trousers-0.3.1-gcc44.patch
 




More information about the fedora-extras-commits mailing list