This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from 2217687 cups-x2go.spec: fix typo in el6 macro check. new fc35382 cups-x2go.spec: Fedora: require cups-filesystem for /lib/cups et al. 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 | 3 +++ debian/changelog | 1 + 2 files changed, 4 insertions(+) -- 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 fc35382dc56777a53d43ce9d70bc0623c4ef1760 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 04:58:01 2015 +0100 cups-x2go.spec: Fedora: require cups-filesystem for /lib/cups et al. --- cups-x2go.spec | 3 +++ debian/changelog | 1 + 2 files changed, 4 insertions(+) diff --git a/cups-x2go.spec b/cups-x2go.spec index 9c71559..10755dc 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -9,6 +9,9 @@ URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz Requires: cups +%if 0%{?fedora} +Requires: cups-filesystem +%endif Requires: ghostscript %if 0%{?fedora} || 0%{?el5} || 0%{?el6} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?rhel} Requires: openssh-clients diff --git a/debian/changelog b/debian/changelog index 42fe3c4..ee3e507 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ cups-x2go (3.0.1.2-0x2go1) UNRELEASED; urgency=low + Add docs. + Re-add ${_datadir}/ppd/cups-x2go as owned directory. + Use slashes to correctly mark directories. + + Fedora: require cups-filesystem for ${_prefix}/lib/cups et al. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 21:08:34 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git