e2fsprogs => 1.47.3 — e2fsprogs → 1.47.3 (#12851)

* e2fsprogs => 1.47.3

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* updater-e2fsprogs-1.47.3: Build Run on linux/arm/v7.

* updater-e2fsprogs-1.47.3: Build Run on linux/386.

* updater-e2fsprogs-1.47.3: Build Run on linux/amd64.

* updater-e2fsprogs-1.47.3: Package File Update Run on linux/386 container.

* Update anitya exclusions.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-19 09:42:17 +10:00
committed by GitHub
parent cca915675a
commit f816e0a018
5 changed files with 12 additions and 11 deletions

View File

@@ -181,11 +181,9 @@ end
# Some packges need manual adjustments of URLS for different versions.
unless defined?(CREW_UPDATER_EXCLUDED_PKGS)
CREW_UPDATER_EXCLUDED_PKGS = Set[
{ pkg_name: 'e2fsprogs', comments: 'Upstream issue: https://github.com/tytso/e2fsprogs/issues/240' },
{ pkg_name: 'glibc', comments: 'Requires manual update' },
{ pkg_name: 'py3_ldapdomaindump', comments: 'Build is broken.' },
{ pkg_name: 'ruby', comments: 'i686 needs building with GCC 14.' },
{ pkg_name: 'tika', comments: 'Versioning issue: https://github.com/fedora-infra/anitya/issues/1944' }
{ pkg_name: 'ruby', comments: 'i686 needs building with GCC 14.' }
].to_h { |h| [h[:pkg_name], h[:comments]] }
end
CREW_AUTOMATIC_VERSION_UPDATE_EXCLUSION_REGEX = "(#{CREW_UPDATER_EXCLUDED_PKGS.keys.map { |p| "^#{p}$" }.join('|')})" unless defined?(CREW_AUTOMATIC_VERSION_UPDATE_EXCLUSION_REGEX)