diff --git a/base/comps/bash/bash.comp.toml b/base/comps/bash/bash.comp.toml index c917f1bfe99..5ef0d2922be 100644 --- a/base/comps/bash/bash.comp.toml +++ b/base/comps/bash/bash.comp.toml @@ -1,3 +1,4 @@ [components.bash] -# Need build fixes in rawhide -spec = { type = "upstream", upstream-distro = { name = "fedora", version = "rawhide" } } +# Pin to Fedora 44 dist-git head as of the AZL4 Public Preview cutoff. +# F44 carries the build fixes we needed from rawhide; F43 does not. +spec = { type = "upstream", upstream-distro = { name = "fedora", version = "44" }, upstream-commit = "a6bcc6767229199f4f02b781d1d39df0835d894b" } diff --git a/locks/bash.lock b/locks/bash.lock index e356c4c9ea4..274bdbb1ba6 100644 --- a/locks/bash.lock +++ b/locks/bash.lock @@ -2,5 +2,5 @@ version = 1 import-commit = 'a6bcc6767229199f4f02b781d1d39df0835d894b' upstream-commit = 'a6bcc6767229199f4f02b781d1d39df0835d894b' -input-fingerprint = 'sha256:5da42a1ba96b29d4b926fac6c9689f10d74dc8c23b713d5f5c7bad47d53a4428' -resolution-input-hash = 'sha256:7e5cd346f3310fd2d008e0c6be719cc36a2f15e36de889eb223aa254029a877f' +input-fingerprint = 'sha256:8fb9363e5d04eb2b8085d3b1b7a0d45a89a8fc57f2b6d6d84750b5672145a278' +resolution-input-hash = 'sha256:ef62403ea2e7c722631124b96c620ff6da2f4a997d8dd81d6d1a52454f74b1b2' diff --git a/specs/b/bash/bash.spec b/specs/b/bash/bash.spec index b681a4f047d..74c053caca0 100644 --- a/specs/b/bash/bash.spec +++ b/specs/b/bash/bash.spec @@ -9,7 +9,7 @@ Version: %{baseversion}.%{patchlevel} Name: bash Summary: The GNU Bourne Again shell -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-3.0-or-later Url: https://www.gnu.org/software/bash Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz