Commit Graph

2 Commits

Author SHA1 Message Date
Florian Weimer
f2ef13fb43 patch-git: Avoid Lua string/number arithmetic in release bump
Lua 5.3's string-to-number coercions always produce a float subtype,
which is formatted with an extra '.0'.  Calling tonumber earlier
avoids that because the number will be treated as an integer.

Resolves: RHEL-253644
2026-09-03 11:05:46 +02:00
Arjun Shankar
c9ef8e12a5 patch-git: Import from c10s and turn on (RHEL-173106)
Sync patch-git.lua, CONTRIBUTING.md, .gitignore with
commit 95397ac3f7 from c10s.

Update glibc.spec to auto-generate version, release patch list,
and changelog.

Some patches up to Patch409 (glibc-rh2129005.patch) require an ordering
that patch-git does not support.  Therefore they are left in.  Patches
410 onwards follow the intra-commit lexicographic order that patch-git
uses and can therefore be auto-generated by patch-git tooling.

Resolves: RHEL-173106
Parent: 3d8b6672a3
Patch-Git-Version: 1
RPM-Version: 2.28
RPM-Release: 251%{?dist}.41
RPM-Changelog-Stop: yes
2026-07-31 05:58:17 +02:00