From e8a14caf5323eba8be07b017354918956b366ae9 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 9 Jan 2019 17:05:24 -0500 Subject: [PATCH] 2019-01-09 Fred Gleason * 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. --- ChangeLog | 5 +++++ PACKAGE_VERSION | 2 +- lib/rd.h | 4 ++-- rivendell.spec.in | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7604d822..aaf74cf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18342,3 +18342,8 @@ to fail to be logged. 2019-01-09 Fred Gleason * Added a rule to the RPM package to create a PyPAD user and group. +2019-01-09 Fred Gleason + * 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. diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 6bb5e187..320e789e 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.0alpha04 \ No newline at end of file +3.0.0alpha04a \ No newline at end of file diff --git a/lib/rd.h b/lib/rd.h index 1dfcf573..6e67a91b 100644 --- a/lib/rd.h +++ b/lib/rd.h @@ -219,8 +219,8 @@ */ #define RD_DEFAULT_AUDIO_OWNER "user" #define RD_DEFAULT_AUDIO_GROUP "users" -#define RD_DEFAULT_PYPAD_OWNER "nobody" -#define RD_DEFAULT_PYPAD_GROUP "nobody" +#define RD_DEFAULT_PYPAD_OWNER "pypad" +#define RD_DEFAULT_PYPAD_GROUP "pypad" #define RD_DEFAULT_LABEL "Default Configuration" /* diff --git a/rivendell.spec.in b/rivendell.spec.in index f2d2730c..2be37fec 100644 --- a/rivendell.spec.in +++ b/rivendell.spec.in @@ -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