BuildRequires: python3-cups

This commit is contained in:
Jiri Popelka 2015-11-26 11:18:44 +01:00
parent b32fefc9e9
commit 7dc2f4a153
1 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
Summary: Database of printers and printer drivers
Name: foomatic-db
Version: %{dbver_rel}
Release: 48.%{dbver_snap}%{?dist}
Release: 49.%{dbver_snap}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Requires: %{name}-filesystem = %{version}-%{release}
@ -21,7 +21,7 @@ Url: http://www.openprinting.org
BuildArch: noarch
# Make sure we get postscriptdriver tags.
BuildRequires: python-cups
BuildRequires: python3-cups
# Build requires cups so that configure knows where to put PPDs.
BuildRequires: cups
@ -171,6 +171,9 @@ ln -sf ../../foomatic/db/source/PPD %{buildroot}%{_datadir}/cups/model/foomatic-
%{_datadir}/cups/model/foomatic-db-ppds
%changelog
* Thu Nov 26 2015 Jiri Popelka <jpopelka@redhat.com> - 4.0-49.20150819
- BuildRequires: python3-cups
* Fri Nov 13 2015 Jiri Popelka <jpopelka@redhat.com> - 4.0-48.20150819
- make filesystem sub-package own more dirs (#970393#c22)