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
2 changes: 1 addition & 1 deletion ciq/SOURCES/bundle_bindgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BINDGEN_CLI_CRATE=bindgen-cli.crate
BINDGEN_CLI_SHA256="fded10ca0956afd0cbe5cf89cc71ae1a679e65b8216c651fca17ba7de8ac54dc"
CRATESIO_API_ENDPOINT=https://crates.io/api/v1/crates/bindgen-cli/${BINDGEN_CLI_VERSION}/download

curl -sfL $CRATESIO_API_ENDPOINT -o $SOURCES/$BINDGEN_CLI_CRATE
curl -sfL -A "bundle_bindgen/1.0" $CRATESIO_API_ENDPOINT -o $SOURCES/$BINDGEN_CLI_CRATE

echo "$BINDGEN_CLI_SHA256 $SOURCES/$BINDGEN_CLI_CRATE" | sha256sum -c - || {
echo "Error: SHA256 checksum mismatch for $BINDGEN_CLI_CRATE"
Expand Down
7 changes: 6 additions & 1 deletion ciq/SPECS/kernel-clk6.12.spec
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Summary: The Linux kernel
%define kernel_patch 89
%define buildid .1
%define specversion %{kernel_major_minor}.%{kernel_patch}
%define pkgrelease 1%{?buildid}
%define pkgrelease 2%{?buildid}
%define kversion %{lua:print((rpm.expand("%{kernel_major_minor}"):match("^(%d+)")))}

%define tarfile_release %{specversion}-%{pkgrelease}.el%{el_version}
Expand Down Expand Up @@ -4202,6 +4202,11 @@ fi\
#
#
%changelog
* Wed May 27 2026 Brett Mastbergen <bmastbergen@ciq.com> - 6.12.89-2.1.el9
-- bundle_bindgen: add User-Agent header to crates.io request (Brett Mastbergen)
-- smb: client: reject userspace cifs.spnego descriptions (Shreeya Patel)
-- net: gro: don't merge zcopy skbs (Sabrina Dubroca)

* Fri May 15 2026 Brett Mastbergen <bmastbergen@ciq.com> - 6.12.89-1.1.el9
-- Rebased changes for Linux 6.12.89 (https://github.com/ctrliq/kernel-src-tree/releases/tag/ciq_kernel-6.12.89-1)
-- [CIQ] v6.12.89 - rebased configs (Brett Mastbergen)
Expand Down
Loading