The branch, master has been updated via 06cf8f9f877034d0f2db7ed86a406fecd55e1b22 (commit) from 805c727d10d219ad88d40fb1e83a1de330acd612 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 06cf8f9f877034d0f2db7ed86a406fecd55e1b22 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 18 21:00:12 2013 +0100 x2gobroker.spec: drop permissions.d stuff ----------------------------------------------------------------------- Summary of changes: x2gobroker.spec | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) The diff of changes is: diff --git a/x2gobroker.spec b/x2gobroker.spec index fb25116..5ac7f1b 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -20,7 +20,6 @@ BuildRequires: python-setuptools %if 0%{?fedora} BuildRequires: systemd %endif -PreReq: permissions Requires: logrotate Requires: python-argparse Requires: python-netaddr @@ -239,20 +238,20 @@ install -pm0755 "init/x2gobroker-daemon.init" \ # # Totally distro-specific # -mkdir -p "$b/%_sysconfdir/permissions.d" -pushd "$b/%_sysconfdir/permissions.d/" -cat >"%name.easy" <<-EOF - %_localstatedir/log/x2gobroker x2gobroker.x2gobroker 02750 - %_localstatedir/lib/x2gobroker x2gobroker.x2gobroker 00750 -EOF -cp "%name.easy" "%name.secure" -cp "%name.easy" "%name.paranoid" -cat >"%name-agent.easy" <<-EOF - %_libexecdir/x2go/x2gobroker-agent root.x2gobroker 04750 -EOF -cp "%name-agent.easy" "%name-agent.secure" -cp "%name-agent.easy" "%name-agent.paranoid" -popd +#mkdir -p "$b/%_sysconfdir/permissions.d" +#pushd "$b/%_sysconfdir/permissions.d/" +#cat >"%name.easy" <<-EOF +# %_localstatedir/log/x2gobroker x2gobroker.x2gobroker 02750 +# %_localstatedir/lib/x2gobroker x2gobroker.x2gobroker 00750 +#EOF +#cp "%name.easy" "%name.secure" +#cp "%name.easy" "%name.paranoid" +#cat >"%name-agent.easy" <<-EOF +# %_libexecdir/x2go/x2gobroker-agent root.x2gobroker 04750 +#EOF +#cp "%name-agent.easy" "%name-agent.secure" +#cp "%name-agent.easy" "%name-agent.paranoid" +#popd %if 0%{?fdupes:1} %fdupes %buildroot/%_prefix %endif hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).