Remove redundant useradd from %%pre

epel9
Todd Zullinger 16 years ago
parent 79c31eb8eb
commit c0270277a4

@ -3,7 +3,7 @@
Name: puppet Name: puppet
Version: 0.24.7 Version: 0.24.7
Release: 3%{?dist} Release: 4%{?dist}
Summary: A network tool for managing many disparate systems Summary: A network tool for managing many disparate systems
License: GPLv2+ License: GPLv2+
URL: http://puppet.reductivelabs.com/ URL: http://puppet.reductivelabs.com/
@ -156,7 +156,6 @@ touch %{buildroot}%{_sysconfdir}/puppet/puppetd.conf
getent group puppet >/dev/null || groupadd -r puppet -g 52 getent group puppet >/dev/null || groupadd -r puppet -g 52
getent passwd puppet >/dev/null || \ getent passwd puppet >/dev/null || \
useradd -r -u 52 -g puppet -d %{_localstatedir}/lib/puppet -s /sbin/nologin \ useradd -r -u 52 -g puppet -d %{_localstatedir}/lib/puppet -s /sbin/nologin \
useradd -r -g puppet -d %{_localstatedir}/lib/puppet -s /sbin/nologin \
-c "Puppet" puppet || : -c "Puppet" puppet || :
# ensure that old setups have the right puppet home dir # ensure that old setups have the right puppet home dir
if [ $1 -gt 1 ] ; then if [ $1 -gt 1 ] ; then
@ -195,6 +194,9 @@ fi
rm -rf %{buildroot} rm -rf %{buildroot}
%changelog %changelog
* Tue Dec 16 2008 Todd Zullinger <tmz@pobox.com> - 0.24.7-4
- Remove redundant useradd from %%pre
* Tue Dec 16 2008 Jeroen van Meeuwen <kanarip@kanarip.com> - 0.24.7-3 * Tue Dec 16 2008 Jeroen van Meeuwen <kanarip@kanarip.com> - 0.24.7-3
- New upstream version - New upstream version
- Set a static uid and gid (#472073, #471918, #471919) - Set a static uid and gid (#472073, #471918, #471919)

Loading…
Cancel
Save