rpms/system-config-services/F-10 .cvsignore, 1.74, 1.75 sources, 1.87, 1.88 system-config-services.spec, 1.88, 1.89

Nils Philippsen nphilipp at fedoraproject.org
Tue Aug 11 12:55:50 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-services/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19558

Modified Files:
	.cvsignore sources system-config-services.spec 
Log Message:
version 0.99.34



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/F-10/.cvsignore,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- .cvsignore	20 Nov 2008 10:35:42 -0000	1.74
+++ .cvsignore	11 Aug 2009 12:55:50 -0000	1.75
@@ -1 +1 @@
-system-config-services-0.99.28.tar.bz2
+system-config-services-0.99.34.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/F-10/sources,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- sources	20 Nov 2008 10:35:42 -0000	1.87
+++ sources	11 Aug 2009 12:55:50 -0000	1.88
@@ -1 +1 @@
-2cf3515e3590d40f167fc01ef335354a  system-config-services-0.99.28.tar.bz2
+f4726b434ec23571233c2b039be35529  system-config-services-0.99.34.tar.bz2


Index: system-config-services.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/F-10/system-config-services.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- system-config-services.spec	10 Dec 2008 13:53:40 -0000	1.88
+++ system-config-services.spec	11 Aug 2009 12:55:50 -0000	1.89
@@ -1,41 +1,22 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
-# Command line configurables
-
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 8 || 0%{?rhel} >= 6
-%bcond_without rarian_compat
-%else
-%bcond_with rarian_compat
-%endif
-
-Summary: system-config-services is an initscript and xinetd configuration utility
+Summary: Utility to start and stop system services
 Name: system-config-services
-Version: 0.99.28
-Release: 3%{?dist}
-URL: http://fedoraproject.org/wiki/SystemConfig/services
-# We are upstream, thus the source is only available from within this source
-# package.
-Source0: %{name}-%{version}.tar.bz2
-Patch0: system-config-services-0.99.28-dbus.patch
+Version: 0.99.34
+Release: 1%{?dist}
+URL: http://fedorahosted.org/%{name}
+Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
 License: GPLv2+
 Group: Applications/System
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python
 BuildRequires: python-devel
+BuildRequires: gettext
 BuildRequires: intltool
 BuildRequires: sed
 BuildRequires: desktop-file-utils
-BuildRequires: perl(XML::Parser)
-BuildRequires: gettext
-BuildRequires: gnome-doc-utils
-BuildRequires: docbook-dtds
-%if %{with rarian_compat}
-BuildRequires: rarian-compat
-%else
-BuildRequires: scrollkeeper
-%endif
 Requires: chkconfig
 Requires: gamin-python
 Requires: hicolor-icon-theme
@@ -47,9 +28,15 @@ Requires: dbus-python
 Requires: python-slip >= 0.1.11
 Requires: python-slip-dbus >= 0.1.15
 Requires: python-slip-gtk
+%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
+Requires: PolicyKit-authentication-agent
+%else
 Requires: PolicyKit-gnome
+%endif
 Obsoletes: serviceconf <= 0.8.1
 Obsoletes: redhat-config-services <= 0.8.5
+Obsoletes: system-config-services < 0.99.29
+Conflicts: system-config-services < 0.99.29
 
 %description
 system-config-services is a utility which allows you to configure which services
@@ -57,7 +44,6 @@ should be enabled on your machine.
 
 %prep
 %setup -q
-%patch0 -p1 -b .dbus
 
 %build
 make %{?_smp_mflags}
@@ -91,8 +77,6 @@ rm -rf %{buildroot}
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING
-%doc %{_datadir}/omf/system-config-services
-%doc %{_datadir}/gnome/help/system-config-services
 %{_sbindir}/*
 %{_bindir}/*
 %{_datadir}/applications/system-config-services.desktop
@@ -109,12 +93,38 @@ rm -rf %{buildroot}
 %{_mandir}/*/system-config-services.8*
 
 %changelog
-* Wed Dec 10 2008 Nils Philippsen <nils at redhat.com> - 0.99.28-3
-- allow root to send dbus signals (#475203)
+* Tue Aug 11 2009 Nils Philippsen <nils at redhat.com> - 0.99.34-1
+- avoid unnecessary recursions (#504964)
+- fix DeprecationWarning in dbus mechanism
 
-* Tue Dec 09 2008 Nils Philippsen <nils at redhat.com> - 0.99.28-2
+* Wed Jun 10 2009 Nils Philippsen <nils at redhat.com>
+- improve xinetd service description text (#441258)
+
+* Thu May 28 2009 Nils Philippsen <nils at redhat.com>
+- use simplified source URL
+
+* Tue Apr 14 2009 Nils Philippsen <nils at redhat.com> - 0.99.33-1
+- pick up updated translations
+
+* Mon Mar 01 2009 Nils Philippsen <nils at redhat.com> - 0.99.32-1
+- require PolicyKit-authentication-agent from F-11 on (#487200)
+
+* Thu Feb 19 2009 Nils Philippsen <nils at redhat.com> - 0.99.31-1
+- don't traceback on chkconfig errors (#467871)
+
+* Mon Dec 22 2008 Nils Philippsen <nils at redhat.com> - 0.99.30-1
+- fix typo in Source0 URL
+
+* Tue Dec 09 2008 Nils Philippsen <nils at redhat.com>
 - allow anyone to invoke dbus methods (#475203)
 
+* Fri Nov 28 2008 Nils Philippsen <nils at redhat.com> - 0.99.29-1
+- split off documentation
+- remove obsolete build requirement perl(XML::Parser)
+
+* Mon Nov 24 2008 Nils Philippsen <nils at redhat.com>
+- improve summary
+
 * Thu Nov 20 2008 Nils Philippsen <nils at redhat.com> - 0.99.28-1
 - improve fixing runlevels hookable set updates
 - pick up updated translations




More information about the fedora-extras-commits mailing list