Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cri-o patches #10460

Draft
wants to merge 2 commits into
base: fasttrack/2.0
Choose a base branch
from
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
7 changes: 5 additions & 2 deletions SPECS/cri-o/cri-o.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Summary: OCI-based implementation of Kubernetes Container Runtime Interfa
# Define macros for further referenced sources
Name: cri-o
Version: 1.22.3
Release: 8%{?dist}
Release: 9%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -115,8 +115,8 @@ This package provides the CRI-O container runtime configuration for kubeadm

%prep
%setup -q
%autopatch -p1
tar -xf %{SOURCE1} --no-same-owner
%autopatch -p1

%build

Expand Down Expand Up @@ -220,6 +220,9 @@ mkdir -p /opt/cni/bin
%{_fillupdir}/sysconfig.kubelet

%changelog
* Mon Sep 16 2024 Sindhu Karri <[email protected]> - 1.22.3-9
- Moved autopatching step to occur after vendor tarball extraction to ensure that all CVE patches are applied

* Thu Sep 12 2024 Sindhu Karri <[email protected]> - 1.22.3-8
- Patch CVE-2022-32149

Expand Down
Loading