From 26d6a23fe929af2b0d3a5a06995b1b6dd233f2c2 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 15 Jan 2015 09:31:10 +0000 Subject: [PATCH] Only ship the postscriptdriver rpm-provides script in python3-cups. --- python-cups.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-cups.spec b/python-cups.spec index 57d166b..73567b4 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -6,7 +6,7 @@ Summary: Python bindings for CUPS Name: python-cups Version: 1.9.70 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://cyberelk.net/tim/software/pycups/ Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2 Patch1: python-cups-ipp-constants.patch @@ -71,8 +71,6 @@ popd %doc COPYING README NEWS TODO %{python_sitearch}/cups.so %{python_sitearch}/pycups*.egg-info -%{_rpmconfigdir}/fileattrs/psdriver.attr -%{_rpmconfigdir}/postscriptdriver.prov %files -n python3-cups %doc COPYING README NEWS @@ -85,6 +83,10 @@ popd %doc examples html %changelog +* Thu Jan 15 2015 Tim Waugh - 1.9.70-3 +- Only ship the postscriptdriver rpm-provides script in python3-cups + as it is a python3 script. + * Mon Jan 12 2015 Tim Waugh - 1.9.70-2 - Fixes for IPP constants (bug #1181043, bug #1181055).