This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from bb502ea cups-x2go.spec: re-add ${_datadir}/ppd/cups-x2go as owned directory. Use slashes to correctly mark directories. new 2217687 cups-x2go.spec: fix typo in el6 macro check. 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 22176875423430aae0d2bd903d2e7c2ddd5d200e Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 04:38:16 2015 +0100 cups-x2go.spec: fix typo in el6 macro check. --- cups-x2go.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cups-x2go.spec b/cups-x2go.spec index eccb66f..9c71559 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -10,7 +10,7 @@ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}. Requires: cups Requires: ghostscript -%if 0%{?fedora} || 0%{?el5} || 0%{el6} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?rhel} +%if 0%{?fedora} || 0%{?el5} || 0%{?el6} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?rhel} Requires: openssh-clients %else Requires: openssh -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git