On 25. 09. 19 17:10, Todd Zullinger wrote:
dnf repoquery -q --qf '%{name}' --archlist=src --releasever=rawhide \
     --disablerepo='*' --enablerepo=rawhide-source \
     --whatrequires asciidoctor --whatrequires rubygem-asciidoctor

When you don't include the rawhide repo, virtual provides are not checked. The more correct (arguably still broken, due to boolean requires) query is:

$ repoquery --repo=rawhide{,-source} --whatrequires rubygem-asciidoctor

If you only need BuildRequires (why?), you still need to include the rawhide repo, but filter only what you need. I tend to use:

$ !! | grep src$

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to