Hello community, here is the log from the commit of package bluez for openSUSE:Factory checked in at 2013-10-08 12:50:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez (Old) and /work/SRC/openSUSE:Factory/.bluez.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez" Changes: -------- --- /work/SRC/openSUSE:Factory/bluez/bluez.changes 2013-09-17 15:01:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2013-10-08 12:50:36.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Oct 8 08:24:15 UTC 2013 - [email protected] + +- Do not package systemd user session service file. +- Change DBus user service to be self-contained, and not rely on + Systemd activation (bnc#842688). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez.spec ++++++ --- /var/tmp/diff_new_pack.WvUTWJ/_old 2013-10-08 12:50:40.000000000 +0200 +++ /var/tmp/diff_new_pack.WvUTWJ/_new 2013-10-08 12:50:40.000000000 +0200 @@ -18,6 +18,7 @@ Name: bluez +# FIXME: Do not mangle dbus service / systemd service once we support systemd user services BuildRequires: flex BuildRequires: libcap-ng-devel BuildRequires: systemd-devel @@ -118,6 +119,10 @@ cp %{SOURCE6} . mkdir dbus-apis cp -a doc/*.txt dbus-apis/ +# FIXME: Change the dbus service to be a real service, not systemd launched +sed -i "s:Exec=/bin/false:Exec=%{_libexecdir}/bluetooth/obexd:g" obexd/src/org.bluez.obex.service +sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service +# END FIXME %build # autoreconf -fiv @@ -148,6 +153,10 @@ # no idea why this is suddenly necessary... install --mode 0755 -d %{buildroot}%{_localstatedir}/lib/bluetooth +# FIXME: Do not delete the systemd service once we support systemd user/session services +rm %{buildroot}%{_prefix}/lib/systemd/user/obex.service +# end FIXME + %check %if ! 0%{?qemu_user_space_build} make check @@ -214,7 +223,6 @@ %dir %{_sysconfdir}/modprobe.d %config(noreplace) %{_sysconfdir}/modprobe.d/50-bluetooth.conf %{_unitdir}/bluetooth.service -/usr/lib/systemd/user/obex.service %{_datadir}/dbus-1/system-services/org.bluez.service %{_datadir}/dbus-1/services/org.bluez.obex.service -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
