Only ship the postscriptdriver rpm-provides script in python3-cups.

This commit is contained in:
Tim Waugh 2015-01-15 09:31:10 +00:00
parent 777e7369ac
commit 26d6a23fe9

View File

@ -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 <twaugh@redhat.com> - 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 <twaugh@redhat.com> - 1.9.70-2
- Fixes for IPP constants (bug #1181043, bug #1181055).