update python dependencies accordingly Fedora Guideline for Python (python-cups -> python3-cups)
This commit is contained in:
parent
933a717e1a
commit
80c84f8105
@ -15,7 +15,7 @@ Summary: CUPS printing system
|
|||||||
Name: cups
|
Name: cups
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.2.3
|
Version: 2.2.3
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: http://www.cups.org/
|
Url: http://www.cups.org/
|
||||||
Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz
|
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
|
BuildRequires: automake
|
||||||
|
|
||||||
# Make sure we get postscriptdriver tags.
|
# Make sure we get postscriptdriver tags.
|
||||||
BuildRequires: python-cups
|
BuildRequires: python3-cups
|
||||||
|
|
||||||
%if %{lspp}
|
%if %{lspp}
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -623,6 +623,9 @@ rm -f %{cups_serverbin}/backend/smb
|
|||||||
%{_mandir}/man5/ipptoolfile.5.gz
|
%{_mandir}/man5/ipptoolfile.5.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 27 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-5
|
||||||
- copying cups-resolv_reload.patch from RHEL
|
- copying cups-resolv_reload.patch from RHEL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user