update python dependencies accordingly Fedora Guideline for Python (python-cups -> python3-cups)

This commit is contained in:
Zdenek Dohnal 2017-06-29 08:49:58 +02:00
parent 933a717e1a
commit 80c84f8105

View File

@ -15,7 +15,7 @@ Summary: CUPS printing system
Name: cups
Epoch: 1
Version: 2.2.3
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2
Url: http://www.cups.org/
Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz
@ -85,7 +85,7 @@ BuildRequires: pkgconfig(dbus-1)
BuildRequires: automake
# Make sure we get postscriptdriver tags.
BuildRequires: python-cups
BuildRequires: python3-cups
%if %{lspp}
BuildRequires: libselinux-devel
@ -623,6 +623,9 @@ rm -f %{cups_serverbin}/backend/smb
%{_mandir}/man5/ipptoolfile.5.gz
%changelog
* Thu Jun 29 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-6
- update python dependencies accordingly Fedora Guideline for Python (python-cups -> python3-cups)
* Thu Apr 27 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-5
- copying cups-resolv_reload.patch from RHEL