This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 1d544181875c1cab68ab8c272f0927efa83f23f3 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 06:16:14 2015 +0100 cups-x2go.spec: SUSE: require cups-filters at build- and run-time for /ppd/. --- cups-x2go.spec | 4 ++++ debian/changelog | 1 + 2 files changed, 5 insertions(+) diff --git a/cups-x2go.spec b/cups-x2go.spec index 8ec5c35..1163aec 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -10,6 +10,10 @@ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}. Requires: cups # Also needed at build-time as the package owning the common directories on SUSE. +%if 0%{?suse_version} +Requires: cups-filters +BuildRequires: cups-filters +%endif %if 0%{?suse_version} || 0%{?el5} || 0%{?el6} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version} BuildRequires: cups %endif diff --git a/debian/changelog b/debian/changelog index 5307b89..b275a7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ cups-x2go (3.0.1.2-0x2go1) UNRELEASED; urgency=low + Fedora: require cups-filesystem for ${_prefix}/lib/cups et al. + All but Fedora: require cups at build-time. + Fedora: require cups-filesystem at build-time, too. + + SUSE: require cups-filters at build- and run-time for ${_datadir}/ppd/. -- 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