From 09b8469a34269a19aee61766a2f1392c0b681e7c Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 25 Feb 2010 15:56:18 +0000 Subject: [PATCH] - Make it explicit that the build requires foomatic-db. This is needed for postscriptdriver tags. --- foomatic.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/foomatic.spec b/foomatic.spec index 7901fbd..7ea943d 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -4,7 +4,7 @@ Summary: Database of printers and printer drivers Name: foomatic Version: %{enginever} -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -51,7 +51,7 @@ BuildRequires: mpage # Make sure we get postscriptdriver tags. Safe to comment out when # bootstrapping a new architecture. -BuildRequires: pycups, foomatic +BuildRequires: pycups, cups, foomatic, foomatic-db Requires: foomatic-db Requires: cups @@ -164,6 +164,10 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_var}/cache/foomatic %changelog +* Thu Feb 25 2010 Tim Waugh - 4.0.4-2 +- Make it explicit that the build requires foomatic-db. This is + needed for postscriptdriver tags. + * Tue Feb 16 2010 Jiri Popelka - 4.0.4-1 - 4.0.4 - build no more requires ghostscript-devel