Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions base/comps/bash/bash.comp.toml
Original file line number Diff line number Diff line change
@@ -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" }
4 changes: 2 additions & 2 deletions locks/bash.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion specs/b/bash/bash.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading