From 7dc2f4a15375a29f8977ffbd977754cdc076a4c5 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 26 Nov 2015 11:18:44 +0100 Subject: [PATCH] BuildRequires: python3-cups --- foomatic-db.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)