This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from 6d9bf62 cups-x2go.spec: also own %{_prefix}/lib for SLES < 12, as previous versions ship the arch-dependent %{_libdir}/cups only. new 2f8f9b0 cups-x2go.spec: actually check if suse_version is defined first (i.e., skip check completely on non-SUSE patforms.) The 1 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: cups-x2go.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git
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