- Fix a typo in groupadd causing the %%pre scriptlet to fail (resolves

BZ#486155).
epel9
Miloš Jakubíček 16 years ago
parent ba42215932
commit c42f485bb8

@ -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 <xjakub@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@fi.muni.cz> - 0.3.1-15
- Fix FTBFS: added trousers-0.3.1-gcc44.patch

Loading…
Cancel
Save