Add support for an override file, patch-git-override.txt, in order
to allow correcting typos or mistakes in commit messages.
If the file exists, it is parsed and used to replace matching
commits in patch-git-generated-log.txt. Also generate a Source line
for it in the spec file.
Resolves: RHEL-173107
Assisted-by: LLM
RPM-Changelog: -
RPM-Skip-Release: yes
The patch-git tool now ignores commonly used Git trailers (Acked-by,
Assisted-by, Reviewed-by, Reported-by, Signed-off-by, Suggested-by)
instead of rejecting them as unrecognized tags.
Resolves: RHEL-173109
Assisted-by: LLM
RPM-Changelog: -
RPM-Skip-Release: yes
Long lines in changelogs are now word-wrapped automatically, unless
the changelog is explicitly formatted using "- " lines.
RPM-Changelog: -
RPM-Skip-Release: yes
Related: RHEL-111490
After this, patch order follows commit order. As a result,
some early patches get reordered from
Patch4: glibc-fedora-linux-tcsetattr.patch
Patch8: glibc-fedora-manual-dircategory.patch
Patch9: glibc-rh827510.patch
Patch13: glibc-fedora-localedata-rh61908.patch
Patch17: glibc-cs-path.patch
Patch23: glibc-python3.patch
Patch24: glibc-upstream-2.39-1.patch
to:
Patch1: glibc-rh827510.patch
Patch2: glibc-fedora-linux-tcsetattr.patch
Patch3: glibc-fedora-localedata-rh61908.patch
Patch4: glibc-fedora-manual-dircategory.patch
Patch5: glibc-cs-path.patch
Patch6: glibc-python3.patch
Patch7: glibc-upstream-2.39-1.patch
This still produces the same tree, so the reordering is harmless.
Resolves: RHEL-111490
Parent: 92dfd986b2
Patch-Git-Version: 1
RPM-Version: 2.39
RPM-Release: 60%{?dist}
RPM-Changelog-Stop: yes