mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-03 07:33:51 +01: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:
@@ -18340,3 +18340,5 @@
|
|||||||
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
|
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdpadengined(8) that caused PyPAD script errors
|
* Fixed a bug in rdpadengined(8) that caused PyPAD script errors
|
||||||
to fail to be logged.
|
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*
|
%{_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
|
%files select
|
||||||
@LOCAL_PREFIX@/bin/rdselect
|
@LOCAL_PREFIX@/bin/rdselect
|
||||||
%attr(4755,root,root) @LOCAL_PREFIX@/bin/rdselect_helper
|
%attr(4755,root,root) @LOCAL_PREFIX@/bin/rdselect_helper
|
||||||
|
|||||||
Reference in New Issue
Block a user