[system-config-printer/f21] Also require python3 bindings for pycurl (bug #1121177).

Tim Waugh twaugh at fedoraproject.org
Sun Jul 20 19:00:42 UTC 2014


commit d2bbe950c8eed1401a9663417563964a62e5326b
Author: Tim Waugh <twaugh at redhat.com>
Date:   Sun Jul 20 19:48:52 2014 +0100

    Also require python3 bindings for pycurl (bug #1121177).
    
    Resolves: rhbz#1121177

 system-config-printer.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 91a1b0e..5f83e12 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -4,7 +4,7 @@
 Summary: A printer administration tool
 Name: system-config-printer
 Version: 1.5.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -45,6 +45,7 @@ the user to configure a CUPS print server.
 Summary: Libraries and shared code for printer administration tool
 Group: System Environment/Base
 Requires: python3-cups >= 1.9.60
+Requires: python3-pycurl
 Requires: gobject-introspection
 Requires: pygobject3-base
 Requires: gtk3
@@ -169,6 +170,9 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
 exit 0
 
 %changelog
+* Sun Jul 20 2014 Tim Waugh <twaugh at redhat.com> 1.5.0-3
+- Also require python3 bindings for pycurl (bug #1121177).
+
 * Sat Jul 19 2014 Tim Waugh <twaugh at redhat.com> 1.5.0-2
 - Require python3 bindings for cups and dbus (bug #1121177).
 


More information about the scm-commits mailing list