mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 07:02:34 +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:
parent
a753f39541
commit
3730e51bf1
@ -18340,3 +18340,5 @@
|
||||
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdpadengined(8) that caused PyPAD script errors
|
||||
to fail to be logged.
|
||||
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a rule to the RPM package to create a PyPAD user and group.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user