On Fri, May 19, 2023 at 12:46:08PM +0200, Fabio Valentini wrote:
> Notably, this list includes things like libdnf and dnf5, and does
> *not* include rust-rpm-sequoia.

Yup, I omitted the DNF stack deliberately from the original list as those
packages we've rebuilt ourselves already in the side-tag.  Same goes for some
other packages on the list like drpm which we also own.

As for rust-rpm-sequoia, indeed, that one got onto the list by accident.  In
fact, the query we used was similar to yours, it just incorporated globs and
some additional sed filtering:

$ repoquery --whatrequires "librpm*.so*" --qf "%{source_name}" \
  | sed -e 's/-[^-]*-[^-]*[.]rpm//' | sort -u

I guess the wildcards in there caused rpm-sequoia to show up too.

Thanks for noticing!

-- 
Michal Domonkos / RPM dev team / Red Hat, Inc.
_______________________________________________
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to