[system-config-date] require polkit instead of usermode-gtk

Nils Philippsen nphilipp at fedoraproject.org
Mon Oct 22 13:12:39 UTC 2012


commit 7eaf47fe7d26236ae2190d521f63adefbcaee77a
Author: Nils Philippsen <nils at redhat.com>
Date:   Mon Oct 22 15:12:29 2012 +0200

    require polkit instead of usermode-gtk

 sources                 |    2 +-
 system-config-date.spec |   15 +--------------
 2 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/sources b/sources
index 8d23ddb..5517738 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab061d69996e79198b23f6826b341cff  system-config-date-1.10.0.tar.bz2
+817b13cf9d0fb68f72434e9596ef905c  system-config-date-1.10.0.tar.bz2
diff --git a/system-config-date.spec b/system-config-date.spec
index 695695d..ec4c376 100644
--- a/system-config-date.spec
+++ b/system-config-date.spec
@@ -9,12 +9,6 @@
 %bcond_with newt_python
 %endif
 
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 9 || 0%{?rhel} >= 6
-%bcond_without console_util
-%else
-%bcond_with console_util
-%endif
-
 # Enterprise versions pull in docs automatically
 %if 0%{?rhel} > 0
 %bcond_without require_docs
@@ -58,11 +52,7 @@ Requires: python-slip >= 0.2.21
 Requires: pygtk2 >= 2.12.0
 Requires: pygtk2-libglade
 Requires: gnome-python2-canvas
-%if %{with console_util}
-Requires: usermode-gtk >= 1.94
-%else
-Requires: usermode-gtk >= 1.36
-%endif
+Requires: polkit
 
 %if %{with systemd}
 Requires: systemd-units
@@ -97,9 +87,6 @@ make \
 %if 0%{?rhel} > 0
     POOL_NTP_ORG_VENDOR=rhel \
 %endif
-%if %{with console_util}
-    CONSOLE_USE_CONFIG_UTIL=1 \
-%endif
     %{?_smp_mflags}
 
 %install


More information about the scm-commits mailing list