[hplip/f21] Requires python3-cups to get postscriptdriver() tags.

Tim Waugh twaugh at fedoraproject.org
Wed Jan 14 17:51:35 UTC 2015


commit 7060d1f47e88a580157ba58e9f1ad70b4e82e748
Author: Tim Waugh <twaugh at redhat.com>
Date:   Wed Jan 14 14:42:04 2015 +0000

    Requires python3-cups to get postscriptdriver() tags.

 hplip.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hplip.spec b/hplip.spec
index 11c4831..9c7aa94 100644
--- a/hplip.spec
+++ b/hplip.spec
@@ -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 at redhat.com> - 3.14.10-5
+- Requires python3-cups to get postscriptdriver() tags.
+
 * Tue Dec 23 2014 Tim Waugh <twaugh at redhat.com> - 3.14.10-4
 - Fixed left/right margins for HP DeskJet 990C (LP #1405212).
 


More information about the scm-commits mailing list