This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from fc35382 cups-x2go.spec: Fedora: require cups-filesystem for /lib/cups et al. new c7beb59 cups-x2go.spec: All but Fedora: require cups at build-time. Fedora: require cups-filesystem at build-time, too. 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 | 6 ++++++ debian/changelog | 2 ++ 2 files changed, 8 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 c7beb599dd1197779ee5e6a785db3a1909624bf8 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 05:52:25 2015 +0100 cups-x2go.spec: All but Fedora: require cups at build-time. Fedora: require cups-filesystem at build-time, too. --- cups-x2go.spec | 6 ++++++ debian/changelog | 2 ++ 2 files changed, 8 insertions(+) diff --git a/cups-x2go.spec b/cups-x2go.spec index 10755dc..8ec5c35 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -9,8 +9,14 @@ URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz Requires: cups +# Also needed at build-time as the package owning the common directories on SUSE. +%if 0%{?suse_version} || 0%{?el5} || 0%{?el6} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version} +BuildRequires: cups +%endif + %if 0%{?fedora} Requires: cups-filesystem +BuildRequires: cups-filesystem %endif Requires: ghostscript %if 0%{?fedora} || 0%{?el5} || 0%{?el6} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?rhel} diff --git a/debian/changelog b/debian/changelog index ee3e507..5307b89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ cups-x2go (3.0.1.2-0x2go1) UNRELEASED; urgency=low + 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. + + All but Fedora: require cups at build-time. + + Fedora: require cups-filesystem at build-time, too. -- 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