Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2012-11-17 07:20:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-x11.changes        2012-11-05 
06:47:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2012-11-17 
07:20:53.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Nov 16 11:57:13 UTC 2012 - [email protected]
+
+- Move default home from /var/run/dbus to /run/dbus
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+-------------------------------------------------------------------
+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. 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1.changes    2012-11-12 
11:31:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1.changes       2012-11-17 
07:20:53.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 16 11:57:13 UTC 2012 - [email protected]
+
+- Move default home from /var/run/dbus to /run/dbus
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dbus-1-x11.spec ++++++
--- /var/tmp/diff_new_pack.0YEbJV/_old  2012-11-17 07:20:55.000000000 +0100
+++ /var/tmp/diff_new_pack.0YEbJV/_new  2012-11-17 07:20:55.000000000 +0100
@@ -117,7 +117,7 @@
     --enable-systemd                                                   \
 %endif
     --enable-libaudit                                                  \
-    --with-console-auth-dir=/var/run/dbus/at_console/                  \
+    --with-console-auth-dir=/run/dbus/at_console/                      \
     --with-systemdsystemunitdir=%{_unitdir}                     
 make %{?_smp_mflags}
 doxygen -u && doxygen

++++++ dbus-1.spec ++++++
--- /var/tmp/diff_new_pack.0YEbJV/_old  2012-11-17 07:20:55.000000000 +0100
+++ /var/tmp/diff_new_pack.0YEbJV/_new  2012-11-17 07:20:55.000000000 +0100
@@ -168,7 +168,7 @@
     --enable-systemd                                                   \
 %endif
     --enable-libaudit                                                  \
-    --with-console-auth-dir=/var/run/dbus/at_console/                  \
+    --with-console-auth-dir=/run/dbus/at_console/                      \
     --with-systemdsystemunitdir=%{_unitdir}                     
 make %{?_smp_mflags}
 doxygen -u && doxygen
@@ -181,7 +181,7 @@
 mkdir -p %{buildroot}/usr/sbin
 install -m 755 %{SOURCE1} %{buildroot}/%{_sysconfdir}/init.d/dbus
 ln -sf %{_sysconfdir}/init.d/dbus %{buildroot}/%{_sbindir}/rcdbus
-install -d %{buildroot}/%{_localstatedir}/run/dbus
+install -d %{buildroot}/run/dbus
 mkdir -p %{buildroot}/%{_datadir}/susehelp/meta/Development/Libraries/
 install -m 0644 %SOURCE2 \
     %{buildroot}/%{_datadir}/susehelp/meta/Development/Libraries/dbus-1.desktop
@@ -215,7 +215,7 @@
 
 %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 || :
+/usr/sbin/useradd -r -s /bin/false -c "User for D-Bus" -d /run/dbus -g 
messagebus messagebus 2> /dev/null || :
 %if 0%{?suse_version:1}
 
 %preun
@@ -261,7 +261,7 @@
 # See doc/system-activation.txt in source tarball for the rationale
 # behind these permissions
 %attr(4750,root,messagebus) %verify(not mode) 
/lib/%{name}/dbus-daemon-launch-helper
-%ghost %{_localstatedir}/run/dbus
+%ghost /run/dbus
 %ghost %{_localstatedir}/lib/dbus/machine-id
 %if ! %{with_systemd}
 %if 0%{?suse_version} < 1230

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

Reply via email to