- New upstream release

- Actually add start-early.patch
This commit is contained in:
Colin Walters 2010-02-03 19:12:01 +00:00
parent 3bc596950b
commit 3e4c7fdb62
2 changed files with 17 additions and 1 deletions

12
bindir.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up dbus-1.2.1/bus/messagebus.in.start-early dbus-1.2.1/bus/messagebus.in
--- dbus-1.2.1/bus/messagebus.in.start-early 2008-04-04 11:24:08.000000000 -0400
+++ dbus-1.2.1/bus/messagebus.in 2008-07-18 19:50:19.000000000 -0400
@@ -21,7 +21,7 @@
### END INIT INFO
# 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

View File

@ -9,7 +9,7 @@
Summary: D-BUS message bus
Name: dbus
Epoch: 1
Version: 1.2.18
Version: 1.2.20
Release: 1%{?dist}
URL: http://www.freedesktop.org/software/dbus/
Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
@ -231,6 +231,10 @@ fi
%{_includedir}/*
%changelog
* Wed Feb 03 2010 Colin Walters <walters@verbum.org> - 1:1.2.20-1
- New upstream release
- Actually add start-early.patch
* Tue Feb 02 2010 Colin Walters <walters@verbum.org> - 1:1.2.18-1
- New upstream release
Drop all upstreamed patches.