rpms/dbus/devel dbus-0.60-start-early.patch, 1.1, 1.2 dbus.spec, 1.66, 1.67

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 20 23:05:56 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/dbus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25538

Modified Files:
	dbus-0.60-start-early.patch dbus.spec 
Log Message:
- Fix up patch to init script so it refrences /bin not /usr/bin



dbus-0.60-start-early.patch:
 messagebus.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Index: dbus-0.60-start-early.patch
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus-0.60-start-early.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbus-0.60-start-early.patch	20 Jan 2006 22:14:27 -0000	1.1
+++ dbus-0.60-start-early.patch	20 Jan 2006 23:05:51 -0000	1.2
@@ -1,5 +1,5 @@
---- dbus-0.60/bus/messagebus.in.start-early	2006-01-20 16:39:46.000000000 -0500
-+++ dbus-0.60/bus/messagebus.in	2006-01-20 16:42:06.000000000 -0500
+--- dbus-0.60/bus/messagebus.in.start-early	2005-01-18 17:20:38.000000000 -0500
++++ dbus-0.60/bus/messagebus.in	2006-01-20 18:03:33.000000000 -0500
 @@ -2,7 +2,7 @@
  #
  # messagebus:   The D-BUS systemwide message bus
@@ -9,3 +9,12 @@
  # description:  This is a daemon which broadcasts notifications of system events \
  #               and other messages. See http://www.freedesktop.org/software/dbus/
  #
+@@ -11,7 +11,7 @@
+ #
+ 
+ # Sanity checks.
+-[ -x @EXPANDED_BINDIR@/dbus-daemon ] || exit 0
++[ -x /bin/dbus-daemon ] || exit 0
+ 
+ # Source function library.
+ . @EXPANDED_SYSCONFDIR@/rc.d/init.d/functions


Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- dbus.spec	20 Jan 2006 22:14:27 -0000	1.66
+++ dbus.spec	20 Jan 2006 23:05:51 -0000	1.67
@@ -19,7 +19,7 @@
 Summary: D-BUS message bus
 Name: dbus
 Version: 0.60
-Release: 5 
+Release: 6 
 URL: http://www.freedesktop.org/software/dbus/
 Source0: %{name}-%{version}.tar.gz
 License: AFL/GPL
@@ -318,6 +318,9 @@
 %endif
 
 %changelog
+* Fri Jan 20 2006 John (J5) Palmieri <johnp at redhat.com> 0.60-6
+- Fix up patch to init script so it refrences /bin not /usr/bin
+
 * Fri Jan 20 2006 John (J5) Palmieri <johnp at redhat.com> 0.60-5
 - move base libraries and binaries to /bin and /lib so they can be started
   before /usr is mounted on network mounted /usr systems




More information about the fedora-cvs-commits mailing list