rpms/system-config-services/F-12 .cvsignore, 1.88, 1.89 sources, 1.101, 1.102 system-config-services.spec, 1.103, 1.104

Nils Philippsen nphilipp at fedoraproject.org
Wed Jun 30 11:25:02 UTC 2010


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-services/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3580

Modified Files:
	.cvsignore sources system-config-services.spec 
Log Message:
veon 0.99.46


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/F-12/.cvsignore,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- .cvsignore	11 Mar 2010 14:51:39 -0000	1.88
+++ .cvsignore	30 Jun 2010 11:25:01 -0000	1.89
@@ -1 +1 @@
-system-config-services-0.99.43.tar.bz2
+system-config-services-0.99.46.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/F-12/sources,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -p -r1.101 -r1.102
--- sources	11 Mar 2010 14:51:39 -0000	1.101
+++ sources	30 Jun 2010 11:25:01 -0000	1.102
@@ -1 +1 @@
-67b1de51fac117531f5ea46d269bd7a9  system-config-services-0.99.43.tar.bz2
+0b6958e65092217bf73ddfe3e61e8eb2  system-config-services-0.99.46.tar.bz2


Index: system-config-services.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/F-12/system-config-services.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -p -r1.103 -r1.104
--- system-config-services.spec	11 Mar 2010 14:51:39 -0000	1.103
+++ system-config-services.spec	30 Jun 2010 11:25:02 -0000	1.104
@@ -5,13 +5,16 @@
 %bcond_without polkit1
 %endif
 
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 11 || 0%{?rhel} >= 6
-%bcond_without polkitauthagent
+# Enterprise versions pull in docs automatically
+%if 0%{?rhel} > 0
+%bcond_without require_docs
+%else
+%bcond_with require_docs
 %endif
 
 Summary: Utility to start and stop system services
 Name: system-config-services
-Version: 0.99.43
+Version: 0.99.46
 Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
@@ -36,16 +39,14 @@ Requires: dbus-python
 Requires: python-slip >= 0.1.11
 Requires: python-slip-dbus >= 0.2.8
 Requires: python-slip-gtk
-%if %{with polkitauthagent}
-Requires: PolicyKit-authentication-agent
-%else
-Requires: PolicyKit-gnome
-%endif
 # Until version 0.99.28, system-config-services contained online documentation.
 # From version 0.99.29 on, online documentation is split off into its own
 # package system-config-services-docs. The following ensures that updating from
 # earlier versions gives you both the main package and documentation.
 Obsoletes: system-config-services < 0.99.29
+%if %{with require_docs}
+Requires: system-config-services-docs
+%endif
 
 %description
 system-config-services is a utility which allows you to configure which
@@ -112,6 +113,22 @@ rm -rf %{buildroot}
 %{_mandir}/*/system-config-services.8*
 
 %changelog
+* Wed Jun 30 2010 Nils Philippsen <nils at redhat.com> - 0.99.46-1
+- require docs in enterprise builds
+
+* Fri Jun 25 2010 Nils Philippsen <nils at redhat.com>
+- don't needlessly trigger xinetd reloads (#583842)
+- make icon themeable
+
+* Tue Jun 22 2010 Nils Philippsen <nils at redhat.com> - 0.99.45-1
+- pick up translation updates
+
+* Mon Apr 12 2010 Nils Philippsen <nils at redhat.com>
+- remove obsolete PolicyKit-authentication-agent dependency (#581084)
+
+* Tue Mar 23 2010 Nils Philippsen <nils at redhat.com> - 0.99.44-1
+- pick up translation updates
+
 * Thu Mar 11 2010 Nils Philippsen <nils at redhat.com> - 0.99.43-1
 - use improved @polkit.enable_proxy decorator to gracefully catch some
   authorization failures (#543599)



More information about the scm-commits mailing list