This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 2f8f9b08e6aac1b4e497d938c2539819662aa603 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 16:22:27 2015 +0100 cups-x2go.spec: actually check if suse_version is defined first (i.e., skip check completely on non-SUSE patforms.) --- cups-x2go.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cups-x2go.spec b/cups-x2go.spec index 4919926..8fdb320 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -83,7 +83,7 @@ install -pm0644 VERSION.cups-x2go "$c/"; # SLES < 12 only has an arch-dependent CUPS tree in %%{_libdir}. # We need to own %%{_prefix}/lib here. -%if 0%{?suse_version} < 1200 +%if 0%{?suse_version} && 0%{?suse_version} < 1200 %{_prefix}/lib/cups %endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git