From c42f485bb8e84a0145ae61c11646b86010dd03ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Jakub=C3=AD=C4=8Dek?= Date: Wed, 6 May 2009 21:55:58 +0000 Subject: [PATCH] - Fix a typo in groupadd causing the %%pre scriptlet to fail (resolves BZ#486155). --- trousers.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/trousers.spec b/trousers.spec index 73c4ea5..44d4781 100644 --- a/trousers.spec +++ b/trousers.spec @@ -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}/libtspi.la 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 - 0.3.1-16 +- Fix a typo in groupadd causing the %%pre scriptlet to fail (resolves BZ#486155). + * Mon Apr 27 2009 Milos Jakubicek - 0.3.1-15 - Fix FTBFS: added trousers-0.3.1-gcc44.patch