2025107 - cups-genppdupdate needs python3-chardet
This commit is contained in:
parent
9f0cb012c1
commit
e1a2dacca8
@ -4,7 +4,7 @@
|
|||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Summary: Printer Drivers Package
|
Summary: Printer Drivers Package
|
||||||
Version: 5.3.4
|
Version: 5.3.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
URL: http://gimp-print.sourceforge.net/
|
URL: http://gimp-print.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{version}.tar.xz
|
Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{version}.tar.xz
|
||||||
# Post-install script to update CUPS native PPDs.
|
# Post-install script to update CUPS native PPDs.
|
||||||
@ -109,6 +109,9 @@ that is used by gutenprint-devel package.
|
|||||||
Summary: CUPS drivers for Canon, Epson, HP and compatible printers
|
Summary: CUPS drivers for Canon, Epson, HP and compatible printers
|
||||||
Requires: cups
|
Requires: cups
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
# for cups-genppdupdate python script
|
||||||
|
Requires: python3
|
||||||
|
Requires: python3-chardet
|
||||||
|
|
||||||
%description cups
|
%description cups
|
||||||
This package contains native CUPS support for a wide range of Canon,
|
This package contains native CUPS support for a wide range of Canon,
|
||||||
@ -258,6 +261,9 @@ exit 0
|
|||||||
%{_mandir}/man8/cups-genppd*8*.gz
|
%{_mandir}/man8/cups-genppd*8*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 22 2021 Zdenek Dohnal <zdohnal@redhat.com> - 5.3.4-5
|
||||||
|
- 2025107 - cups-genppdupdate needs python3-chardet
|
||||||
|
|
||||||
* Wed Aug 11 2021 Zdenek Dohnal <zdohnal@redhat.com> - 5.3.4-4
|
* Wed Aug 11 2021 Zdenek Dohnal <zdohnal@redhat.com> - 5.3.4-4
|
||||||
- fix xml errors reported by rpminspect
|
- fix xml errors reported by rpminspect
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user