[dbus/f21] Remove obsolete dbus.target.wants (#1084087)

David King amigadave at fedoraproject.org
Wed Dec 17 09:04:54 UTC 2014


commit 710ced9b08a2c0fe3e407097bbcdd8cecc1b53bb
Author: David King <amigadave at amigadave.com>
Date:   Thu Dec 4 16:37:42 2014 +0000

    Remove obsolete dbus.target.wants (#1084087)

 dbus.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
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 <amigadave at amigadave.com> - 1:1.8.12-1
 - Update to 1.8.12 (#1168438)


More information about the scm-commits mailing list