Description of problem: gnome-bluetooh-libs is requiring gnome-bluetooth. It seems that one dependency is manually added (for libs: Requires: %{name} = %{version}-%{release}) and another one is filled in by rpm (libgnome-bluetooth.so.7()(64bit)). The question here is why split the package into a libs subpkg when the normal package is needed, regardless of the split. Version-Release number of selected component (if applicable): gnome-bluetooth-2.27.9-1.fc12.i686 gnome-bluetooth-libs-2.27.9-1.fc12.i686 How reproducible: ever Steps to Reproduce: 1. repoquery --disablerepo=* --enablerepo=rawhide -q --requires gnome-bluetooth-libs Actual results: gnome-bluetooth is needed by gnome-bluetooth-libs Expected results: the split of the libs subpkg should be done without needing the normal package. Additional info: The KDE-SIG has re-added Networkmanager-gnome as the default networking applet in rawhide this evening. But adding Networkmanager-gnome to the KDE live images increased the size of the images too much (30 packages/~60 megs). This point could be a good start to break the dependency chain. Otherwise it could be: NetworkManager-Gnome -> gnome-bluetooth-libs > gnome-bluetooth > gvfs-obexftp > gvfs > libsoup > libproxy-bin > libproxy > libproxy-mozjs > xulunner
The icons need to be in the libs sub-package. I'll move then and respin a build.
> The KDE-SIG has re-added Networkmanager-gnome as the default networking applet > in rawhide this evening. I shall add that we had to do this after surveying the current state of kde-plasma-networkmanagement. This is already a contingency move, unfortunately it lead us right into the next mess. The problem is that this is causing a size overrun on the KDE spin.
(In reply to comment #2) > > The KDE-SIG has re-added Networkmanager-gnome as the default networking applet > > in rawhide this evening. > > I shall add that we had to do this after surveying the current state of > kde-plasma-networkmanagement. This is already a contingency move, unfortunately > it lead us right into the next mess. > > The problem is that this is causing a size overrun on the KDE spin. Was this really necessary when I already said I would fix it? Fixed in rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=1585909
Great thx. The splitted package decreased the additional pulled in packages rapidly. Now only gnome-bluetooth-libs and PolicyKit-gnome-libs are additionally pulled in for NetworkManager-gnome.
FYI, the fixed build has been tagged into the alpha as per https://fedorahosted.org/rel-eng/ticket/2042 .