Hi,

We'd like to remove the dependency of the dbus-libs package on dbus
(which will run even if the app doesn't need the daemon).

As part of this though we need to ensure the bus is available if
you've done a default workstation (desktop needs it) or server (want
admin tools etc. to use) install.  In practice, since NetworkManager
is in base, dbus gets pulled in, but we should make this explicit.
Index: comps-f13.xml.in
===================================================================
RCS file: /cvs/pkgs/comps/comps-f13.xml.in,v
retrieving revision 1.144
diff -u -r1.144 comps-f13.xml.in
--- comps-f13.xml.in	20 Jan 2010 19:50:23 -0000	1.144
+++ comps-f13.xml.in	21 Jan 2010 21:33:33 -0000
@@ -219,6 +219,7 @@
       <packagereq type="mandatory">lsof</packagereq>
       <packagereq type="mandatory">mailcap</packagereq>
       <packagereq type="mandatory">man</packagereq>
+      <packagereq type="mandatory">dbus</packagereq>
       <packagereq type="mandatory">NetworkManager</packagereq>
       <packagereq type="mandatory">ntsysv</packagereq>
       <packagereq type="mandatory">parted</packagereq>
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to