On Wed, 22 Apr 2020 20:27:29 +0200
Miro Hrončok <mhron...@redhat.com> wrote:

> On 22. 04. 20 20:16, Björn 'besser82' Esser wrote:
> > Am Mittwoch, den 22.04.2020, 20:02 +0200 schrieb Miro Hrončok:
> >> On 22. 04. 20 19:47, Björn 'besser82' Esser wrote:
> >>> Hi Dan,
> >>>
> >>> I created the list of packages with the following chain of
> >>> commands:
> >>>
> >>> dnf --releasever=rawhide repoquery --whatrequires json-c | \
> >>> xargs dnf --releasever=rawhide info | \
> >>> grep -i 'source' | sed -e 's!^.*: !!g' | sort -u;
> >>>
> >>> I ran that on Fedora 32 x86_64, and unfortunately the `s390utils`
> >>> was
> >>> not amoung the listed packages for some reason.
> >>
> >> Because it has:
> >>
> >> ExclusiveArch:  s390 s390x
> > 
> > 
> > Is there any better command that will work regardless of the
> > system's arch?
> 
> I ma not aware of such, unfortunately.

dnf repoquery --disablerepo=\* --enablerepo=rawhide-source --arch=src 
--whatrequires json-c-devel

This "source" list should be the same as the "binary" one, except some
corner cases.


                Dan
_______________________________________________
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