rpms/system-config-services/devel .cvsignore, 1.63, 1.64 sources, 1.76, 1.77 system-config-services.spec, 1.75, 1.76

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Wed Jul 23 09:32:22 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-services/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13179

Modified Files:
	.cvsignore sources system-config-services.spec 
Log Message:
require PolicyKit-gnome instead of usermode



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/.cvsignore,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- .cvsignore	21 Jul 2008 22:51:30 -0000	1.63
+++ .cvsignore	23 Jul 2008 09:31:38 -0000	1.64
@@ -1 +1 @@
-system-config-services-0.99.17.tar.bz2
+system-config-services-0.99.18.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/sources,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- sources	21 Jul 2008 22:51:30 -0000	1.76
+++ sources	23 Jul 2008 09:31:38 -0000	1.77
@@ -1 +1 @@
-150a2c566ab6f72b01741117a2d7da53  system-config-services-0.99.17.tar.bz2
+e12c0b9c32087d84af95f327eb003c0d  system-config-services-0.99.18.tar.bz2


Index: system-config-services.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/system-config-services.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- system-config-services.spec	21 Jul 2008 22:51:30 -0000	1.75
+++ system-config-services.spec	23 Jul 2008 09:31:38 -0000	1.76
@@ -14,15 +14,9 @@
 %bcond_with rarian_compat
 %endif
 
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 9 || 0%{?rhel} >= 6
-%bcond_without console_util
-%else
-%bcond_with console_util
-%endif
-
 Summary: system-config-services is an initscript and xinetd configuration utility
 Name: system-config-services
-Version: 0.99.17
+Version: 0.99.18
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/services
 # We are upstream, thus the source is only available from within this source
@@ -53,15 +47,10 @@
 Requires: pygtk2
 Requires: pygtk2-libglade
 Requires: python >= 2.3.0
-%if %{with console_util}
-Requires: usermode >= 1.94
-%else
-Requires: usermode >= 1.36
-%endif
-Requires: usermode-gtk
 Requires: dbus-python
 Requires: python-slip-dbus >= 0.1.4
 Requires: python-slip-gtk
+Requires: PolicyKit-gnome
 Obsoletes: serviceconf <= 0.8.1
 Obsoletes: redhat-config-services <= 0.8.5
 
@@ -73,7 +62,7 @@
 %setup -q
 
 %build
-make %{?with_console_util:CONSOLE_USE_CONFIG_UTIL=1} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -122,6 +111,9 @@
 %{_mandir}/*/system-config-services.8*
 
 %changelog
+* Wed Jul 23 2008 Nils Philippsen <nphilipp at redhat.com> - 0.99.18-1
+- require PolicyKit-gnome instead of usermode
+
 * Tue Jul 22 2008 Nils Philippsen <nphilipp at redhat.com> - 0.99.17-1
 - remove pam/consolehelper cruft
 




More information about the fedora-extras-commits mailing list