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).