Hello community, here is the log from the commit of package dbus-1 for openSUSE:Factory checked in at 2018-03-19 23:32:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old) and /work/SRC/openSUSE:Factory/.dbus-1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dbus-1" Mon Mar 19 23:32:38 2018 rev:150 rq:587171 version:1.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes 2017-12-15 14:02:14.945700550 +0100 +++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes 2018-03-19 23:32:40.125711259 +0100 @@ -1,0 +2,6 @@ +Thu Mar 8 15:24:54 UTC 2018 - [email protected] + +- Don't spit out a warning if /usr/bin/dbus-daemon does not exist + when we run the pre-script. + +------------------------------------------------------------------- @@ -9,0 +16,5 @@ + +------------------------------------------------------------------- +Thu Nov 23 10:04:03 UTC 2017 - [email protected] + +- Fix dbus-daemon-launch-helper to use proper ref to libexecdir --- /work/SRC/openSUSE:Factory/dbus-1/dbus-1.changes 2017-12-15 14:02:17.789563265 +0100 +++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1.changes 2018-03-19 23:32:40.373702313 +0100 @@ -1,0 +2,6 @@ +Thu Mar 8 15:24:54 UTC 2018 - [email protected] + +- Don't spit out a warning if /usr/bin/dbus-daemon does not exist + when we run the pre-script. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dbus-1-x11.spec ++++++ --- /var/tmp/diff_new_pack.476cQ6/_old 2018-03-19 23:32:41.581658736 +0100 +++ /var/tmp/diff_new_pack.476cQ6/_new 2018-03-19 23:32:41.585658591 +0100 @@ -1,7 +1,7 @@ # # spec file for package dbus-1-x11 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,9 +26,9 @@ Version: 1.12.2 Release: 0 Summary: D-Bus Message Bus System -License: GPL-2.0+ or AFL-2.1 +License: GPL-2.0-or-later OR AFL-2.1 Group: System/Daemons -Url: http://dbus.freedesktop.org/ +URL: http://dbus.freedesktop.org/ Source0: http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz Source2: dbus-1.desktop Source3: dbus_at_console.ck @@ -49,7 +49,6 @@ Requires(preun): update-alternatives Supplements: packageand(dbus-1:libX11-6) Provides: dbus-launch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with selinux} BuildRequires: libselinux-devel %endif ++++++ dbus-1.spec ++++++ --- /var/tmp/diff_new_pack.476cQ6/_old 2018-03-19 23:32:41.637656715 +0100 +++ /var/tmp/diff_new_pack.476cQ6/_new 2018-03-19 23:32:41.641656571 +0100 @@ -229,7 +229,7 @@ # removed reletavly soon. # Get the current version -CURRENT_VER=$(/usr/bin/dbus-daemon --version | sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/' | head -1) +CURRENT_VER=$(/usr/bin/dbus-daemon --version 2>/dev/null| sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/' | head -1) # If the current version is or less then 1.10.2 where this change was added then migration needs to be run # The following line will return 1.10.2 if its newer then the current version
