This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 35bed11a4da0acb2b5495a749beb58e07def300e Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 13 04:42:06 2018 +0100 x2gobroker.spec: %exclude does not work with curly braces, revert. --- debian/changelog | 1 + x2gobroker.spec | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a5111a..6dbcf18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -127,6 +127,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium - Use more curly braces. - Pull in gcc and redhat-rpm-config. - Re-enable debug file generation to see which OS versions still fail. + - %exclude does not work with curly braces, revert. -- X2Go Release Manager <git-admin@x2go.org> Wed, 05 Apr 2017 20:01:48 +0000 diff --git a/x2gobroker.spec b/x2gobroker.spec index 9e5249e..1edafd5 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -683,8 +683,8 @@ fi %{_sbindir}/x2gobroker-keygen %{_sbindir}/x2gobroker-testagent %{_mandir}/man1/x2gobroker*.1* -%{exclude} %{_mandir}/man1/x2gobroker-ssh.1* -%{exclude} %{_mandir}/man1/x2gobroker-daemon.1* +%exclude %{_mandir}/man1/x2gobroker-ssh.1* +%exclude %{_mandir}/man1/x2gobroker-daemon.1* %{_mandir}/man8/x2gobroker-keygen.8* %{_mandir}/man8/x2gobroker-testagent.8* @@ -692,8 +692,8 @@ fi %files -n python3-x2gobroker %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/x2go -%{exclude} %{_sysconfdir}/x2go/x2gobroker-wsgi.apache.conf -%{exclude} %{_sysconfdir}/x2go/x2gobroker-wsgi.apache.vhost +%exclude %{_sysconfdir}/x2go/x2gobroker-wsgi.apache.conf +%exclude %{_sysconfdir}/x2go/x2gobroker-wsgi.apache.vhost %config %{_sysconfdir}/pam.d %if 0%{?el6} || (0%{?suse_version} && 0%{?suse_version} < 1140) %config %{_sysconfdir}/default/python-x2gobroker -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git