The branch, master has been updated via a1985a4ad2fa7446088a1fc005ee004a85866d05 (commit) from eb25b6f09d544a7380aff5ae84627ff9b7c7ed7a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a1985a4ad2fa7446088a1fc005ee004a85866d05 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Dec 8 12:31:32 2013 +0100 only set up BuildRoot: manually for epel-5 builds ----------------------------------------------------------------------- Summary of changes: cups-x2go.spec | 2 ++ 1 file changed, 2 insertions(+) The diff of changes is: diff --git a/cups-x2go.spec b/cups-x2go.spec index 72180a0..4d1c3a2 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -12,8 +12,10 @@ BuildArch: noarch Requires: cups Requires: ghostscript +%if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%endif %description CUPS backend for printing from X2Go. hooks/post-receive -- cups-x2go.git (CUPS Backend for X2Go Printing) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "cups-x2go.git" (CUPS Backend for X2Go Printing).