[X2Go-Commits] [x2gobroker] 02/02: fix packaging failures on Fedora builds

git-admin at x2go.org git-admin at x2go.org
Thu Nov 6 06:24:18 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 2a08563e62603bf6b18f1fcd3ae662f432416443
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Nov 6 06:24:14 2014 +0100

    fix packaging failures on Fedora builds
---
 x2gobroker.spec |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x2gobroker.spec b/x2gobroker.spec
index 0307812..df42a3b 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -583,7 +583,7 @@ fi
 %exclude %_sysconfdir/x2go/x2gobroker-wsgi.apache.conf
 %exclude %_sysconfdir/x2go/x2gobroker-wsgi.apache.vhost
 %config %_sysconfdir/pam.d
-%if 0%{?el5} || 0%{?el6} || 0%{?suse_version} < 1140
+%if 0%{?el5} || 0%{?el6} || (0%{?suse_version} && 0%{?suse_version} < 1140)
 %config %_sysconfdir/default/python-x2gobroker
 %endif
 %python_sitelib/x2gobroker*
@@ -602,7 +602,7 @@ fi
 %if 0%{?fedora} || 0%{?el7} || 0%{?suse_version} >= 1230
 %{_unitdir}/x2gobroker-authservice.service
 %endif
-%if 0%{?el5} || 0%{?el6}
+%if 0%{?el5} || 0%{?el6} || (0%{?suse_version} && 0%{?suse_version} < 1140)
 %config %_sysconfdir/default/x2gobroker-authservice
 %endif
 %config %_sysconfdir/logrotate.d/x2gobroker-authservice
@@ -623,7 +623,7 @@ fi
 %if 0%{?fedora} || 0%{?el7} || 0%{?suse_version} >= 1230
 %{_unitdir}/x2gobroker-daemon.service
 %endif
-%if 0%{?el5} || 0%{?el6} || 0%{?suse_version} < 1140
+%if 0%{?el5} || 0%{?el6} || (0%{?suse_version} && 0%{?suse_version} < 1140)
 %config %_sysconfdir/default/x2gobroker-daemon
 %endif
 %_sbindir/x2gobroker-daemon-debug

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list