On Sat, Jul 11, 2020 at 6:22 AM Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> wrote: > Repoquery: > $ for i in xorg-x11-{apps,font-utils,server-utils,utils,xkb-utils}; do echo == $i; dnf repoquery --whatrequires $i; echo; done This is a bit of an overcount since you're not using --exactdeps. datura:~% for i in xorg-x11-{apps,font-utils,server-utils,utils,xkb-utils}; do echo == $i; dnf -q repoquery --exactdeps --whatrequires $i --qf %{sourcerpm} | sort -u; echo; done == xorg-x11-apps arcem-1.50.2-6.fc31.src.rpm ddd-3.3.12-33.fc31.src.rpm freenx-server-0.7.3-47.fc31.src.rpm squeak-vm-4.10.2.2614-22.fc31.src.rpm xmonad-0.15-3.fc31.src.rpm == xorg-x11-font-utils nethack-3.6.6-1.fc31.src.rpm nx-libs-3.5.99.24-1.fc31.src.rpm urw-base35-fonts-20170801-13.fc31.src.rpm == xorg-x11-server-utils arandr-0.1.10-1.fc31.src.rpm classification-banner-1.7.0-4.fc31.src.rpm gdm-3.34.1-1.fc31.src.rpm i-nex-7.6.1-1.fc31.src.rpm lutris-0.5.7-1.fc31.src.rpm lxde-common-0.99.2-8.fc31.src.rpm lxrandr-0.3.2-2.fc31.src.rpm ocaml-camlimages-4.2.5-11.fc31.src.rpm plasma-workspace-5.18.5-2.fc31.src.rpm urw-base35-fonts-20170801-13.fc31.src.rpm xfce4-session-4.14.2-1.fc31.src.rpm xkeycaps-2.46-26.fc31.src.rpm == xorg-x11-utils backintime-1.2.0-6.fc31.src.rpm boswars-2.7-19.svn160110.fc31.src.rpm compiz-manager-0.7.0-9.fc31.src.rpm compton-0.1-0.5.beta3.fc31.src.rpm cros-guest-tools-1.0-0.35.20200611git5ab8724.fc31.src.rpm ddd-3.3.12-33.fc31.src.rpm gnome-shell-extension-unite-8-5.fc31.src.rpm gyazo-1.2-9.fc31.src.rpm inxi-3.1.03-1.fc31.src.rpm java-atk-wrapper-0.33.2.1-0.pre01.fc31.src.rpm kodi-18.6-1.fc31.src.rpm lxde-common-0.99.2-8.fc31.src.rpm plasma-workspace-5.18.5-2.fc31.src.rpm surf-2.0-8.fc31.src.rpm wallpapoz-0.6.2-11.fc31.src.rpm == xorg-x11-xkb-utils bicon-0.5-9.fc31.src.rpm calamares-3.2.11-7.fc31.src.rpm ibus-1.5.21-9.fc31.src.rpm tigervnc-1.10.1-5.fc31.src.rpm x2goserver-4.1.0.3-5.fc31.src.rpm 36 packages is a little more than I was hoping for, but still not bad. I'll start going through this list to figure out what needs to change. - ajax _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx