The pycups requirement is now python-cups.

This commit is contained in:
Tim Waugh 2010-11-26 15:01:25 +00:00
parent 7a8d20f6e0
commit d096293e8f

View File

@ -6,7 +6,7 @@
Summary: Tools for using the foomatic database of printers and printer drivers
Name: foomatic
Version: %{enginever}
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -52,7 +52,7 @@ BuildRequires: mpage
# Make sure we get postscriptdriver tags. Safe to comment out when
# bootstrapping a new architecture.
BuildRequires: pycups, cups, foomatic, foomatic-db
BuildRequires: python-cups, cups, foomatic, foomatic-db
Requires: foomatic-db
Requires: cups
@ -197,6 +197,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_mandir}/man1/foomatic-rip.1*
%changelog
* Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-4
- The pycups requirement is now python-cups.
* Fri Oct 15 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-3
- Removed hard-coded perl paths from spec file.