Require python3-cups to get postscriptdriver() tags.

This commit is contained in:
Tim Waugh 2015-01-15 08:51:39 +00:00
parent c36e3ae500
commit 102b0d83a3

View File

@ -3,7 +3,7 @@
Name: gutenprint
Summary: Printer Drivers Package
Version: 5.2.10
Release: 6%{?dist}
Release: 7%{?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.
@ -35,7 +35,7 @@ BuildRequires: gimp
BuildRequires: chrpath
# Make sure we get postscriptdriver tags.
BuildRequires: python-cups
BuildRequires: python3-cups
# autoreconf
BuildRequires: autoconf automake libtool
@ -282,6 +282,9 @@ fi
/bin/rm -f /var/cache/foomatic/*
%changelog
* Thu Jan 15 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-7
- Require python3-cups to get postscriptdriver() tags.
* Mon Dec 8 2014 Tim Waugh <twaugh@redhat.com> - 5.2.10-6
- Fix tagging of language-specific files (bug #1157347).