On 2/20/25 8:02 AM, Neal Gompa wrote:
What does that number look like when we exclude rust2rpm managed packages?
$ rg -l '%\{?autorelease' | while read -r spec; do if ! grep -Fq
'Generated by rust2rpm' "${spec}"; then echo "${spec}"; fi; done | wc -l
6559
$ find . -name '*.spec' | while read -r spec; do if ! grep -Fq
'Generated by rust2rpm' "${spec}"; then echo "${spec}"; fi; done | wc -l
21404
So about 30% of non-rust2rpm packages employ rpmautospec, if my
heuristic is as reasonable as I think it is.
--
_______________________________________________
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