diff --git a/foomatic-db.spec b/foomatic-db.spec index 6de2bb3..5be8d35 100644 --- a/foomatic-db.spec +++ b/foomatic-db.spec @@ -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 - 4.0-49.20150819 +- BuildRequires: python3-cups + * Fri Nov 13 2015 Jiri Popelka - 4.0-48.20150819 - make filesystem sub-package own more dirs (#970393#c22)