On Mon, 20 Apr 2015 10:55:34 -0700, Gerald B. Cox wrote: > I have done a search to see if these rpms are build requires for other > packages: > dnf repoquery --whatrequires qt-examples > dnf repoquery --whatrequires libqxt-devel > > In both cases I receive zero hits. Just as a side-note, it's a faulty query. You need to query src.rpm repositories if you want to examine BuildRequires. If you don't want to do that, examine dependencies on libqxt to get a first overview. Those likely are the result of a build dependency: # repoquery --whatrequires libqxt clementine-0:1.2.3-4.fc22.x86_64 libqxt-devel-0:0.6.2-7.fc22.i686 libqxt-devel-0:0.6.2-7.fc22.x86_64 qlipper-0:2.0.1-5.fc22.x86_64 qterminal-0:0.6.0-1.fc22.x86_64 qterminal-0:0.6.0-2.fc22.x86_64 qutim-0:0.3.2-2.git.6f3a98a.fc21.i686 qutim-0:0.3.2-2.git.6f3a98a.fc21.x86_64 qutim-kde-0:0.3.2-2.git.6f3a98a.fc21.x86_64 qutim-quetzal-0:0.3.2-2.git.6f3a98a.fc21.x86_64 screengrab-0:1.2-1.fc22.x86_64 tepsonic-0:0.98.3-7.fc22.x86_64 yarock-0:0.9.67-3.fc22.x86_64 Here's a repoquery for BuildRequires: # repoquery --archlist=src --whatrequires libqxt-devel --enablerepo=fedora-source cantata-0:1.4.1-2.fc22.src clementine-0:1.2.3-4.fc22.src qlipper-0:2.0.1-5.fc22.src qterminal-0:0.6.0-1.fc22.src qutim-0:0.3.2-2.git.6f3a98a.fc21.src screengrab-0:1.2-1.fc22.src tepsonic-0:0.98.3-7.fc22.src yarock-0:0.9.67-3.fc22.src -- packaging mailing list packaging@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/packaging