From 710ced9b08a2c0fe3e407097bbcdd8cecc1b53bb Mon Sep 17 00:00:00 2001 From: David King Date: Dec 09 2014 10:14:07 +0000 Subject: Remove obsolete dbus.target.wants (#1084087) --- diff --git a/dbus.spec b/dbus.spec index e7a8213..ecad8a3 100644 --- a/dbus.spec +++ b/dbus.spec @@ -158,6 +158,9 @@ install -pm 644 -t %{buildroot}%{_pkgdocdir} \ mkdir -p %{buildroot}%{_datadir}/gtk-doc/html ln -s %{_pkgdocdir} %{buildroot}%{_datadir}/gtk-doc/html/dbus +# dbus.target was removed, in favor of dbus.socket, from systemd 21. +rm -r %{buildroot}/lib/systemd/system/dbus.target.wants + %if %{with tests} %check @@ -236,7 +239,6 @@ fi %attr(4750,root,dbus) /%{_lib}/dbus-1/dbus-daemon-launch-helper /lib/systemd/system/dbus.service /lib/systemd/system/dbus.socket -/lib/systemd/system/dbus.target.wants/dbus.socket /lib/systemd/system/messagebus.service /lib/systemd/system/multi-user.target.wants/dbus.service /lib/systemd/system/sockets.target.wants/dbus.socket @@ -281,6 +283,7 @@ fi - Add some more documentation from the upstream tarball - Tighten subpackage dependencies by using %%{?_isa} - Use --with-tests to conditionalize test dependencies +- Remove obsolete dbus.target.wants (#1084087) * Wed Nov 26 2014 David King - 1:1.8.12-1 - Update to 1.8.12 (#1168438)