On 22/07/14 07:32PM, Vitaly Zaitsev via devel wrote: > On 11/07/2022 18:21, Ben Beasley wrote: > > I don’t believe this list is nearly complete. Two packages I maintain > > that would be affected (fmidi and giada) are absent from the list. > > It's very strange: > > $ dnf repoquery -q --releasever=rawhide --disablerepo="*" --qf="%{name}" > --enablerepo=fedora-source --enablerepo=updates-source > --enablerepo=updates-testing-source --archlist=src > --whatrequires="fmt-devel" Use the command from https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx/message/X5MOIWN3TTUOOUKVV545SYNSOS7SJWQW/. If you only enable the *-source repositories, it won't include fmt-devel's virtual Provides. ``` $ diff -u <(echo "0ad OpenImageIO cantera ceph dolphin-emu domoticz folly libsonata mkvtoolnix sdrpp spdlog vcpkg zswap-cli" | sort) <(sudo dnf repoquery --repo=rawhide{,-source} -q --whatrequires fmt-devel | grep '\.src' | pkgname | sort | uniq) --- /proc/self/fd/12 2022-07-14 12:51:17.366920423 -0500 +++ /proc/self/fd/13 2022-07-14 12:51:17.366920423 -0500 @@ -1,13 +1,27 @@ 0ad +bear cantera ceph dolphin-emu domoticz +easyeffects +easyrpg-player +fcitx5 +fcitx5-chinese-addons +fcitx5-gtk +fcitx5-m17n +fcitx5-zhuyin +fmidi folly +giada +libsemigroups libsonata mkvtoolnix +ntfs2btrfs OpenImageIO sdrpp spdlog vcpkg +waybar zswap-cli +zxing-cpp $ sudo dnf repoquery --repo=rawhide-source -q --requires bear | grep fmt cmake(fmt) ``` -- Thanks, Maxwell G (@gotmax23) Pronouns: He/Him/His
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ 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 Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure