This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 7fd5299b892a13bcf3ae8f95327b9fc49a7ab80c Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 13:21:17 2015 +0100 cups-x2go.spec: SUSE: require cups-backends for /ppd/ for older release versions. --- cups-x2go.spec | 6 ++++++ debian/changelog | 2 ++ 2 files changed, 8 insertions(+) diff --git a/cups-x2go.spec b/cups-x2go.spec index 162d263..fae9fee 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -22,6 +22,12 @@ BuildRequires: cups-filesystem %else Requires: cups BuildRequires: cups + +# Additionally require cups-backends on older SUSE versions for /usr/share/ppd/. +%if 0%{?suse_version} +Requires: cups-backends +BuildRequires: cups-backends +%endif %endif %endif diff --git a/debian/changelog b/debian/changelog index 84e717f..4054ad1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ cups-x2go (3.0.1.2-0x2go1) UNRELEASED; urgency=low + All but Fedora: require cups or cups-filters at build-time. + Fedora: require cups-filesystem at build-time, too. + SUSE: require cups-filters at build- and run-time for ${_datadir}/ppd/. + + SUSE: require cups-backends for ${_datadir}/ppd/ for older release + versions. -- 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