foomatic subpackage requires python3-cups (bug #1226871).
This commit is contained in:
parent
2a8ae5ed84
commit
7b6d0a3a4e
@ -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 <jpopelka@redhat.com> - 5.2.10-11
|
||||
- foomatic subpackage requires python3-cups (bug #1226871).
|
||||
|
||||
* Thu Jan 15 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-10
|
||||
- Require python3-cups to get postscriptdriver() tags.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user