rpms/system-config-services/devel .cvsignore, 1.74, 1.75 sources, 1.87, 1.88 system-config-services.spec, 1.87, 1.88

Nils Philippsen nphilipp at fedoraproject.org
Mon Dec 22 18:15:31 UTC 2008


Author: nphilipp

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/.cvsignore,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- .cvsignore	20 Nov 2008 10:34:22 -0000	1.74
+++ .cvsignore	22 Dec 2008 18:15:01 -0000	1.75
@@ -1 +1 @@
-system-config-services-0.99.28.tar.bz2
+system-config-services-0.99.30.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/sources,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- sources	20 Nov 2008 10:34:22 -0000	1.87
+++ sources	22 Dec 2008 18:15:01 -0000	1.88
@@ -1 +1 @@
-2cf3515e3590d40f167fc01ef335354a  system-config-services-0.99.28.tar.bz2
+e15c4a21ccea6059cc0582dd387e17da  system-config-services-0.99.30.tar.bz2


Index: system-config-services.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/system-config-services.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- system-config-services.spec	29 Nov 2008 17:21:18 -0000	1.87
+++ system-config-services.spec	22 Dec 2008 18:15:01 -0000	1.88
@@ -1,40 +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: 2%{?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
+Version: 0.99.30
+Release: 1%{?dist}
+URL: http://fedorahosted.org/%{name}
+Source0: http://fedorahosted.org/releases/%(echo %{name} | %{__sed} 's@\(\(.\)\(.\).*\)@\2/\3/\1@')/%{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
@@ -49,6 +31,8 @@
 Requires: PolicyKit-gnome
 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
@@ -89,8 +73,6 @@
 %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
@@ -107,8 +89,18 @@
 %{_mandir}/*/system-config-services.8*
 
 %changelog
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.99.28-2
-- Rebuild for Python 2.6
+* 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




More information about the fedora-extras-commits mailing list