Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2012-11-12 11:31:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old)
 and      /work/SRC/openSUSE:Factory/.dbus-1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbus-1", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1.changes    2012-11-05 
06:47:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1.changes       2012-11-12 
11:31:45.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov  8 15:38:22 UTC 2012 - [email protected]
+
+- Link /usr/bin/dbus-send to /bin/dbus-send. Upower uses
+  dbus-send to receive signals from systemd regarding resuming,
+  however looks for the moment in the wrong directory. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dbus-1.spec ++++++
--- /var/tmp/diff_new_pack.3svzCA/_old  2012-11-12 11:31:46.000000000 +0100
+++ /var/tmp/diff_new_pack.3svzCA/_new  2012-11-12 11:31:46.000000000 +0100
@@ -208,6 +208,11 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
 touch %{buildroot}/%{_localstatedir}/lib/dbus/machine-id
 
+# Link the /bin/dbus-send binary to /usr/bin/dbus-send. This should be removed 
once dbus has been fully migrated to /usr
+# Currently required to make upower work together with systemd
+mkdir -p %{buildroot}/usr/bin
+ln -sf /bin/dbus-send %{buildroot}/usr/bin/dbus-send
+
 %pre
 /usr/sbin/groupadd -r messagebus 2> /dev/null || :
 /usr/sbin/useradd -r -o -s /bin/false -c "User for D-Bus" -d /var/run/dbus -g 
messagebus messagebus 2> /dev/null || :
@@ -245,6 +250,7 @@
 /bin/dbus-daemon
 /bin/dbus-monitor
 /bin/dbus-send
+/usr/bin/dbus-send
 /bin/dbus-uuidgen
 %{_mandir}/man1/dbus-cleanup-sockets.1.*
 %{_mandir}/man1/dbus-daemon.1.*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to