On Wednesday, 25 September 2019 18:20:20 CEST Todd Zullinger wrote: > Hi Miro, > > Miro Hrončok wrote: > > > 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?) > > > Good question. I probably didn't need to limit it to that. > (Maybe I'm used to thinking of compiled code, where the BR > is the package which most likely needs to be aware of the > change.) > > Dropping that adds a few packages to the list: > > esh > libzypp > zipper > > Thanks for providing the examples and useful details. > Everytime I read about repoquery I learn a few new things. > > -- > Todd > _______________________________________________ > 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
Using Igor's whatrequires script (https://gist.github.com/ignatenkobrain/a2b21a4db497a2a4b441e3957fcc8483), we get: PACKAGE DEPENDENT DEPENDENCIES rubygem-asciidoctor-1.5.6.1-6.fc30.noarch rubygem-asciidoctor-pdf-1.5.0-0.10.alpha.18.fc31.noarch (rubygem(asciidoctor) >= 1.5.3 with rubygem(asciidoctor) < 3.0.0) rubygem-jekyll-asciidoc-2.1.1-3.fc31.noarch rubygem(asciidoctor) >= 1.5.0 awesome-4.3-2.fc31.src asciidoctor booth-1.0-3.f2d38ce.git.fc31.2.src asciidoctor esh-0.3.0-1.fc31.src /usr/bin/asciidoctor hugo-0.55.6-1.fc31.src rubygem-asciidoctor ipmctl-01.00.00.3469-1.fc32.src asciidoctor johnzon-0.9.4-7.fc30.src /usr/bin/asciidoctor js8call-1.1.0-2.fc31.src rubygem-asciidoctor libzypp-17.14.0-1.fc32.src /usr/bin/asciidoctor mod_auth_mellon-0.14.2-2.fc31.src rubygem-asciidoctor nanomsg-1.1.5-2.fc31.src rubygem-asciidoctor ndctl-66-1.fc31.src rubygem-asciidoctor nng-1.1.1-3.fc31.src rubygem-asciidoctor oidentd-2.4.0-1.fc32.src rubygem-asciidoctor qpid-dispatch-1.8.0-3.fc32.src rubygem-asciidoctor rubygem-chake-0.17.1-3.fc31.src rubygem(asciidoctor) rubygem-jekyll-asciidoc-2.1.1-3.fc31.src rubygem(asciidoctor) rubygem-slim-3.0.9-4.fc31.src rubygem(asciidoctor) rubygem-tilt-2.0.8-6.fc31.src rubygem(asciidoctor) tuned-2.12.0-3.fc32.src asciidoctor usbguard-0.7.2-8.fc31.src asciidoctor weechat-2.4-4.fc32.src asciidoctor >= 1.5.4 wiki2beamer-0.10.0-2.fc31.src rubygem-asciidoctor wsjtx-2.1.0-2.fc31.src rubygem-asciidoctor zypper-1.14.29-1.fc32.src /usr/bin/asciidoctor _______________________________________________ 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