rpms/dbus/devel dbus-1.0.2-lsb.patch, NONE, 1.1 dbus.spec, 1.122, 1.123

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sat Jul 7 02:44:12 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/dbus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5377

Modified Files:
	dbus.spec 
Added Files:
	dbus-1.0.2-lsb.patch 
Log Message:
add lsb header to init script


dbus-1.0.2-lsb.patch:

--- NEW FILE dbus-1.0.2-lsb.patch ---
diff -up dbus-1.0.2/bus/messagebus.in.lsb dbus-1.0.2/bus/messagebus.in
--- dbus-1.0.2/bus/messagebus.in.lsb	2007-07-06 22:13:15.000000000 -0400
+++ dbus-1.0.2/bus/messagebus.in	2007-07-06 22:15:54.000000000 -0400
@@ -9,6 +9,17 @@
 # processname: dbus-daemon
 # pidfile: @DBUS_SYSTEM_PID_FILE@
 #
+### BEGIN INIT INFO
+# Provides: messagebus
+# Required-Start: $syslog $local_fs
+# Required-Stop: $syslog $local_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: The D-Bus systemwide message bus
+# Description: This is a daemon which broadcasts notifications of system 
+#  events and other messages. See http://www.freedesktop.org/software/dbus
+### END INIT INFO
+
 
 # Sanity checks.
 [ -x /bin/dbus-daemon ] || exit 0


Index: dbus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbus/devel/dbus.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- dbus.spec	28 Jun 2007 15:34:05 -0000	1.122
+++ dbus.spec	7 Jul 2007 02:43:36 -0000	1.123
@@ -8,7 +8,7 @@
 Summary: D-BUS message bus
 Name: dbus
 Version: 1.1.1 
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.freedesktop.org/software/dbus/
 Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
 Source1: doxygen_to_devhelp.xsl
@@ -34,6 +34,8 @@
 
 Patch0: dbus-0.60-start-early.patch
 Patch1: dbus-1.0.1-generate-xml-docs.patch
+# https://bugs.freedesktop.org/show_bug.cgi?id=11491
+Patch2: dbus-1.0.2-lsb.patch
 
 %description
 
@@ -67,6 +69,7 @@
 
 %patch0 -p1 -b .start-early
 %patch1 -p1 -b .generate-xml-docs
+%patch2 -p1 -b .lsb
 
 autoreconf -f -i
 
@@ -177,6 +180,9 @@
 %{_datadir}/devhelp/books/dbus
 
 %changelog
+* Fri Jul  6 2007 Matthias Clasen <mclasen at redhat.com> - 1.1.1-3
+- Add LSB header to init script (#246902)
+
 * Thu Jun 28 2007 Ray Strode <rstrode at redhat.com> - 1.1.1-2
 - include session.d directory in package manifest
 




More information about the fedora-extras-commits mailing list