From 7b6d0a3a4e38e4bb702330bc374a33c444eeaf6c Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Mon, 1 Jun 2015 13:55:13 +0200 Subject: [PATCH] foomatic subpackage requires python3-cups (bug #1226871). --- gutenprint.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gutenprint.spec b/gutenprint.spec index 375d7bf..cc5ac96 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -3,7 +3,7 @@ Name: gutenprint Summary: Printer Drivers Package Version: 5.2.10 -Release: 10%{?dist} +Release: 11%{?dist} URL: http://gimp-print.sourceforge.net/ Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{version}.tar.bz2 # Post-install script to update foomatic PPDs. @@ -91,8 +91,8 @@ This package contains the gutenprint GIMP plug-in. Summary: Foomatic printer database information for gutenprint Requires: %{name}%{?_isa} = %{version}-%{release} Requires(post): foomatic -# python-cups is required for the update script (bug #246865) -Requires(post): python-cups +# python3-cups is required for the update script (bug #1226871) +Requires(post): python3-cups Requires: foomatic-db %description foomatic @@ -282,6 +282,9 @@ fi /bin/rm -f /var/cache/foomatic/* %changelog +* Mon Jun 01 2015 Jiri Popelka - 5.2.10-11 +- foomatic subpackage requires python3-cups (bug #1226871). + * Thu Jan 15 2015 Tim Waugh - 5.2.10-10 - Require python3-cups to get postscriptdriver() tags.