Requires python3-cups to get postscriptdriver() tags.

This commit is contained in:
Tim Waugh 2015-01-14 14:42:04 +00:00
parent edcb172947
commit 7060d1f47e

View File

@ -7,7 +7,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 3.14.10
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2+ and MIT
Url: http://hplip.sourceforge.net/
@ -57,7 +57,7 @@ BuildRequires: sane-backends-devel
BuildRequires: pkgconfig(dbus-1)
# Make sure we get postscriptdriver tags.
BuildRequires: python-cups, cups
BuildRequires: python3-cups, cups
# macros: %%{_tmpfilesdir}, %%{_udevrulesdir}
BuildRequires: systemd
@ -499,6 +499,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
%postun libs -p /sbin/ldconfig
%changelog
* Wed Jan 14 2015 Tim Waugh <twaugh@redhat.com> - 3.14.10-5
- Requires python3-cups to get postscriptdriver() tags.
* Tue Dec 23 2014 Tim Waugh <twaugh@redhat.com> - 3.14.10-4
- Fixed left/right margins for HP DeskJet 990C (LP #1405212).