[kdeadmin] - system-config-printer-kde: Requires: dbus-python PyQt4 python-cups

Rex Dieter rdieter at fedoraproject.org
Sat Dec 3 21:50:45 UTC 2011


commit 32f198d4afe86107e3a3eac34b1ba27648e1b418
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Dec 3 15:50:20 2011 -0600

    - system-config-printer-kde: Requires: dbus-python PyQt4 python-cups
    
    add explicit deps that were (mostly) implicit before

 kdeadmin.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/kdeadmin.spec b/kdeadmin.spec
index 368e7f0..7fdb3e4 100644
--- a/kdeadmin.spec
+++ b/kdeadmin.spec
@@ -7,7 +7,7 @@ Name:           kdeadmin
 Summary:        KDE Administrative tools
 Epoch:          7
 Version:        4.7.80
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Group:          User Interface/Desktops
 License:        GPLv2
@@ -47,7 +47,10 @@ The %{name} package includes administrative tools including:
 %package -n system-config-printer-kde
 Summary: A printer administration tool for KDE
 Group: System Environment/Base
-Requires: PyKDE4
+Requires: dbus-python
+Requires: PyKDE4 >= %{version}
+Requires: PyQt4
+Requires: python-cups
 Requires: system-config-printer-libs
 %description -n system-config-printer-kde
 A printer administration tool for KDE that allows the user to configure
@@ -127,6 +130,9 @@ fi
 
 
 %changelog
+* Sat Dec 03 2011 Rex Dieter <rdieter at fedoraproject.org> 7:4.7.80-2
+- system-config-printer-kde: Requires: dbus-python PyQt4 python-cups
+
 * Fri Nov 25 2011 Radek Novacek <rnovacek at redhat.com> 7:4.7.80-1
 - 4.7.80 (beta 1)
 


More information about the scm-commits mailing list