Am Mittwoch, den 22.04.2020, 19:02 +0200 schrieb Dan Horák:
> On Wed, 22 Apr 2020 12:00:37 +0200
> Björn 'besser82' Esser <besse...@fedoraproject.org> wrote:
> 
> > The SONAME bump has been done, and the re-builds of all packages
> > have
> > finished successfully.
> 
> looks you have missed s390utils with the rebuilds and it's also
> missing
> in the initial list of packages. How did you created the list -
> searching for the library soname in binary rpms or for json-c-devel in
> source rpms? I took care of the rebuild, that's not a problem.


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.

Björn

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
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