Skip to content

Commit a900416

Browse files
kata-containers-cc: Adapt tarfs make install trgt (#9829)
Signed-off-by: Manuel Huber <mahuber@microsoft.com> Co-authored-by: Christopher Co <35273088+christopherco@users.noreply.github.com>
1 parent 77d1924 commit a900416

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

SPECS/kata-containers-cc/kata-containers-cc.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: kata-containers-cc
1515
Version: 3.2.0.azl2
16-
Release: 2%{?dist}
16+
Release: 3%{?dist}
1717
Summary: Kata Confidential Containers package developed for Confidential Containers on AKS
1818
License: ASL 2.0
1919
Vendor: Microsoft Corporation
@@ -116,7 +116,7 @@ popd
116116

117117
pushd %{_builddir}/%{name}-%{version}/src/tarfs
118118
make KDIR=/usr/src/linux-headers-${KERNEL_VER}
119-
make KDIR=/usr/src/linux-headers-${KERNEL_VER} install
119+
make KDIR=/usr/src/linux-headers-${KERNEL_VER} KVER=${KERNEL_MODULE_VER} install
120120
popd
121121
%global KERNEL_MODULES_DIR %{_builddir}/%{name}-%{version}/src/tarfs/_install/lib/modules/${KERNEL_MODULE_VER}
122122

@@ -288,6 +288,10 @@ install -D -m 0755 %{_builddir}/%{name}-%{version}/tools/osbuilder/image-builder
288288
%exclude %{osbuilder}/tools/osbuilder/rootfs-builder/ubuntu
289289

290290
%changelog
291+
* Fri Jul 12 2024 Manuel Huber <mahuber@microsoft.com> - 3.2.0.azl2-3
292+
- Adapt make install target parameters to cope with upstream
293+
fork Makefile changes
294+
291295
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.2.0.azl2-2
292296
- Bump release to rebuild with go 1.21.11
293297

0 commit comments

Comments
 (0)