This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit dee442f8e75994748792b32ac7a411e4089003d4 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jan 24 12:14:07 2018 +0100 x2goserver.spec: actually install /etc/sudoers.d/x2goserver conffile on non-SuSE systems. Got broken accidentally a while ago. --- debian/changelog | 2 ++ x2goserver.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 596cfac..d3be853 100644 --- a/debian/changelog +++ b/debian/changelog @@ -96,6 +96,8 @@ x2goserver (4.0.1.23-0x2go1) UNRELEASED; urgency=medium - Fix logic when checking for "distro version lower than X". - Add new conffile /etc/tmpfiles.d/x2goserver.conf on systems that actually use/have systemd. + - Actually install /etc/sudoers.d/x2goserver conffile on non-SuSE systems. + Got broken accidentally a while ago. * debian/x2goserver.install: - Install new /etc/tmpfiles.d/x2goserver.conf conffile. diff --git a/x2goserver.spec b/x2goserver.spec index 47c3345..d98422d 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -646,7 +646,7 @@ fi %if 0%{?suse_version} %config(noreplace) %{_sysconfdir}/permissions.d/%name %endif -%if 0%{?suse_version} >= 1210 +%if ( ! 0%{?suse_version} ) || 0%{?suse_version} >= 1210 %config(noreplace) %{_sysconfdir}/sudoers.d/x2goserver %endif %dir %{_sysconfdir}/x2go/ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git