Skip to content
Draft
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
18 changes: 12 additions & 6 deletions SPECS/kata-containers/kata-containers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Vendor: Microsoft Corporation
Distribution: Azure Linux
Source0: https://github.com/microsoft/kata-containers/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}-cargo.tar.gz
Patch0: CVE-2026-24054.patch
Patch1: rust-1.90-fixes.patch
Patch2: CVE-2026-24834.patch
Patch3: CVE-2026-25727.patch
Patch4: CVE-2026-25541.patch
Patch5: CVE-2025-11065.patch
# Patch0: CVE-2026-24054.patch
# Patch1: rust-1.90-fixes.patch
# Patch2: CVE-2026-24834.patch
# Patch3: CVE-2026-25727.patch
# Patch4: CVE-2026-25541.patch
# Patch5: CVE-2025-11065.patch
BuildRequires: azurelinux-release
BuildRequires: golang
BuildRequires: protobuf-compiler
Expand Down Expand Up @@ -67,11 +67,17 @@ popd
%{kata_bin}/kata-collect-data.sh
%{kata_bin}/kata-monitor
%{kata_bin}/kata-runtime
%{kata_bin}/kata-ctl

%{defaults_kata}/configuration.toml
%{defaults_kata}/configuration-clh.toml
%{defaults_kata}/configuration-clh-debug.toml
%{defaults_kata}/configuration-cloud-hypervisor.toml
%{defaults_kata}/configuration-cloud-hypervisor-debug.toml

%{kata_shim_bin}/containerd-shim-kata-v2
%{kata_shim_bin}/containerd-shim-kata-v2-go
%{kata_shim_bin}/containerd-shim-kata-v2-rs

%license LICENSE
%doc CONTRIBUTING.md
Expand Down
Loading