Uses uid/gid pair assigned in BZ#457593

epel9
Emily Ratliff 17 years ago
parent e854b2cda5
commit 2d87cfedcf

@ -3,7 +3,7 @@
%define name trousers %define name trousers
%define version 0.3.1 %define version 0.3.1
%define release 9 %define release 10
Name: %{name} Name: %{name}
Summary: TCG's Software Stack v1.2 Summary: TCG's Software Stack v1.2
@ -77,9 +77,9 @@ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/libtspi.la
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%pre %pre
getent group tss >/dev/null || groupadd -r tss getent group tss >/dev/null || groupadd -g 59 r tss
getent passwd tss >/dev/null || \ 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 -c "Account used by the trousers package to sandbox the tcsd daemon" tss
exit 0 exit 0
@ -125,6 +125,9 @@ fi
%{_libdir}/libtddl.a %{_libdir}/libtddl.a
%changelog %changelog
* Wed Aug 08 2008 Emily Ratliff <ratliff@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@austin.ibm.com> - 0.3.1-9 * Fri Aug 01 2008 Emily Ratliff <ratliff@austin.ibm.com> - 0.3.1-9
- Incorporated changes from the RHEL package which were done by Steve Grubb - Incorporated changes from the RHEL package which were done by Steve Grubb

Loading…
Cancel
Save