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

Reply via email to