2019-01-09 Fred Gleason <fredg@paravelsystems.com>

* Changed the value of RD_DEFAULT_PYPAD_OWNER to 'pypad'.
	* Changed the value of RD_DEFAULT_PYPAD_GROUP to 'pypad'.
	* Fixed a bug that caused creation of the 'pypad' system user
	to fail.
This commit is contained in:
Fred Gleason
2019-01-09 17:05:24 -05:00
parent 3730e51bf1
commit e8a14caf53
4 changed files with 9 additions and 4 deletions

View File

@@ -489,7 +489,7 @@ rm -rf $RPM_BUILD_ROOT
%post pypad
/usr/sbin/groupadd -r -g 151 pypad &>/dev/null || :
/usr/sbin/useradd -o -u 151 -g pypad -s /bin/false -r -c "Rivendell PyPAD scripts" -d /var/snd %{name} &>/dev/null || :
/usr/sbin/useradd -o -u 151 -g pypad -s /bin/false -r -c "Rivendell PyPAD scripts" -d /dev/null pypad &>/dev/null || :
%files select