mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
* Added a rule to the RPM package to create a PyPAD user and group.
This commit is contained in:
@@ -487,6 +487,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/python3.4/site-packages/__pycache__/pypad*
|
||||
|
||||
|
||||
%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 || :
|
||||
|
||||
|
||||
%files select
|
||||
@LOCAL_PREFIX@/bin/rdselect
|
||||
%attr(4755,root,root) @LOCAL_PREFIX@/bin/rdselect_helper
|
||||
|
Reference in New Issue
Block a user