From d096293e8fe48e4c080bfcf01ded177801a05494 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Nov 26 2010 15:01:25 +0000 Subject: The pycups requirement is now python-cups. --- diff --git a/foomatic.spec b/foomatic.spec index c05015c..3b94db7 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -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 - 4.0.5-4 +- The pycups requirement is now python-cups. + * Fri Oct 15 2010 Tim Waugh - 4.0.5-3 - Removed hard-coded perl paths from spec file.