- Make it explicit that the build requires foomatic-db. This is needed for

postscriptdriver tags.
This commit is contained in:
Tim Waugh 2010-02-25 15:56:18 +00:00
parent aa624fd70c
commit 09b8469a34
1 changed files with 6 additions and 2 deletions

View File

@ -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 <twaugh@redhat.com> - 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 <jpopelka@redhat.com> - 4.0.4-1
- 4.0.4
- build no more requires ghostscript-devel