On Tue, Dec 03, 2024 at 05:01:38PM +0000, Aoife Moloney via devel-announce wrote: > Wiki - https://fedoraproject.org/wiki/Changes/ChangeToGitCore > $ grep -E '^BuildRequires:\s*git$' *.spec |cut -d ":" -f1 |sed 's:.spec::' > 4Pane > accountsservice > adobe-mappings-cmap > adobe-mappings-pdf ... > xscreensaver > yajl > yara > </pre> I think this part should be noncontroversial. I'm expect that 99+% of those packages use 'git apply' or 'git am', both of which are in git-core. > === Require on git === > > <pre> > grep -E '^Requires:\s*git$' *.spec |cut -d ":" -f1 |sed 's:.spec::' Maybe: rg -l '^Requires\s*:.*\bgit\b' *.spec | sed -r 's/\.spec$//' (Some packages have multiple Requires on the same line…) > anjuta > bodhi-server > build2 > build2 > build2 ... > thunar-vcs-plugin > vcs-diff-lint > vcsh > xfce4-dev-tools > </pre> Looking at this list, it seems that most packages should be fine with git-core. But there might be packages where the full git package is wanted, so going via pull requests is good. +1 from me in general. Reducing the set of packages pulled into buildroots and installs is good. Zbyszek -- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue