This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 506db3b x2gobroker.spec: re-enable debug file generation to see which OS versions still fail. new 35bed11 x2gobroker.spec: %exclude does not work with curly braces, revert. new 708b736 x2gobroker.spec: remove %debug_package macro usage, breaks builds nowadays. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ x2gobroker.spec | 12 ++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 708b73631a4f12b46a12f9ea0349fd4811f20fd6 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 13 04:44:20 2018 +0100 x2gobroker.spec: remove %debug_package macro usage, breaks builds nowadays. --- debian/changelog | 1 + x2gobroker.spec | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6dbcf18..26ed551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -128,6 +128,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium - 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. + - Remove %debug_package macro usage, breaks builds nowadays. -- X2Go Release Manager <git-admin@x2go.org> Wed, 05 Apr 2017 20:01:48 +0000 diff --git a/x2gobroker.spec b/x2gobroker.spec index 1edafd5..dbf196d 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -67,10 +67,6 @@ BuildRequires: gcc BuildRequires: redhat-rpm-config %endif -# Try to have the system automatically add debug sub-packages. Should happen -# automatically, but for some reason it doesn't. -%debug_package - %description X2Go is a server based computing environment with - session resuming -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git