File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414Name: kata-containers-cc
1515Version: 3.2.0.azl2
16- Release: 2 %{?dist }
16+ Release: 3 %{?dist }
1717Summary: Kata Confidential Containers package developed for Confidential Containers on AKS
1818License: ASL 2.0
1919Vendor: Microsoft Corporation
116116
117117pushd %{_builddir }/%{name }-%{version }/src/tarfs
118118make 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
120120popd
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
You can’t perform that action at this time.
0 commit comments