Projects
openEuler:24.03:SP1:Everything
kata-containers
_service:extract_file:kata-containers.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:extract_file:kata-containers.spec of Package kata-containers
#needsrootforbuild %global debug_package %{nil} %define VERSION 3.2.0 %define RELEASE 4 Name: kata-containers Version: %{VERSION} Release: %{RELEASE} Summary: Kata Container, the speed of containers, the security of VMs License: ISC and Apache-2.0 and GPL-2.0-or-later and CC-BY-SA-4.0 and MIT and MPL-2.0 URL: https://github.com/kata-containers Source0: kata_integration-openeuler.tar.gz Source1: kata-containers-openeuler.tar.gz Source2: kernel.tar.gz BuildRoot: %_topdir/BUILDROOT BuildRequires: automake golang gcc bc glibc-devel glibc-static busybox glib2-devel glib2 ipvsadm conntrack-tools nfs-utils BuildRequires: patch elfutils-libelf-devel openssl-devel bison flex rust cargo rust-packaging libgcc dtc-devel %ifarch riscv64 BuildRequires: protobuf-compiler dwarves %endif %description This is core component of Kata Container, to make it work, you need a isulad/docker engine. %prep %setup -T -c -a 0 -n kata_integration %setup -T -c -a 1 -n kata-containers %setup -T -c -a 2 -n kernel # extract the kata_integration.tar.gz file cd %{_builddir}/kata_integration # apply kata_integration patches sh apply-patches # build kernel cd %{_builddir}/kernel mv kernel linux cd %{_builddir}/kernel/linux/ %ifarch %{ix86} x86_64 cp %{_builddir}/kata_integration/hack/config-kata-x86_64 ./.config %elifarch riscv64 cp /boot/config* ./.config %else cp %{_builddir}/kata_integration/hack/config-kata-arm64 ./.config %endif %build cd %{_builddir}/kernel/linux/ make olddefconfig make %{?_smp_mflags} cd %{_builddir}/kata-containers/ sh -x apply-patches tar -xzf kata-containers-%{version}-vendor.tar.gz cd %{_builddir}/kata-containers/src/runtime make clean make cd %{_builddir}/kata-containers/src/agent cp %{_builddir}/kata-containers/version.rs ./src/ cat > .cargo/config << EOF [build] rustflags = ["-Clink-arg=-s","-Clink-arg=-lgcc","-Clink-arg=-lfdt"] [source.crates-io] replace-with = "vendored-sources" [source.vendored-sources] directory = "vendor" EOF /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 cargo build --release cd %{_builddir}/kata_integration mkdir -p -m 750 build cp %{_builddir}/kata-containers/src/agent/target/release/kata-agent ./build/ strip ./build/kata-agent make initrd %install mkdir -p -m 755 %{buildroot}/var/lib/kata %ifarch %{ix86} x86_64 install -p -m 755 -D %{_builddir}/kernel/linux/arch/x86_64/boot/bzImage %{buildroot}/var/lib/kata/kernel %elifarch riscv64 install -p -m 755 -D %{_builddir}/kernel/linux/arch/riscv/boot/Image %{buildroot}/var/lib/kata/kernel %else install -p -m 755 -D %{_builddir}/kernel/linux/arch/arm64/boot/Image %{buildroot}/var/lib/kata/kernel %endif cd %{_builddir}/kata_integration mkdir -p -m 750 %{buildroot}/usr/bin install -p -m 750 %{_builddir}/kata-containers/src/runtime/kata-runtime %{buildroot}/usr/bin/ install -p -m 750 %{_builddir}/kata-containers/src/runtime/kata-monitor %{buildroot}/usr/bin/ install -p -m 750 %{_builddir}/kata-containers/src/runtime/containerd-shim-kata-v2 %{buildroot}/usr/bin/ install -p -m 640 -D %{_builddir}/kata-containers/src/runtime/config/configuration-qemu.toml %{buildroot}/usr/share/defaults/kata-containers/configuration.toml %ifnarch riscv64 install -p -m 640 -D %{_builddir}/kata-containers/src/runtime/config/configuration-stratovirt.toml %{buildroot}/usr/share/defaults/kata-containers/configuration-stratovirt.toml %endif install -p -m 640 ./build/kata-containers-initrd.img %{buildroot}/var/lib/kata/ mkdir -p -m 750 %{buildroot}/usr/share/defaults/kata-containers/ strip %{buildroot}/usr/bin/kata* strip %{buildroot}/usr/bin/containerd-shim-kata-v2 %clean %files /usr/bin/kata-runtime /usr/bin/kata-monitor /usr/bin/containerd-shim-kata-v2 /var/lib/kata/kernel /var/lib/kata/kata-containers-initrd.img %config(noreplace) /usr/share/defaults/kata-containers/configuration.toml %ifnarch riscv64 %config(noreplace) /usr/share/defaults/kata-containers/configuration-stratovirt.toml %endif %doc %changelog * Wed May 8 2024 heruoqing <ruoqing@isrc.iscas.ac.cn> - 3.2.0-4 - Type:feature - ID:NA - SUG:NA - DESC:add riscv64 platform support for kata 3.2.0 * Tue May 7 2024 xuxuepeng <xuxuepeng1@huawei.com> - 3.2.0-3 - Type:bugfix - ID:NA - SUG:NA - DESC:allow swappiness to be -1 as default * Tue May 7 2024 wenyuanlau <liuwenyuan9@huawei.com> - 3.2.0-2 - Type:feature - ID:NA - SUG:NA - DESC:add stratovirt microvm support for kata 3.2.0 * Tue Feb 19 2024 Vanient <xidanni1@huawei.com> - 3.2.0-1 - Type:feature - ID:NA - SUG:NA - DESC:update to 3.2.0 * Tue Sep 5 2023 xiadanni <xiadanni1@huawei.com> - 2.1.0-33 - Type:bugfix - ID:NA - SUG:NA - DESC:update cgroup-rs crate to fix for set_kmem_limit error * Mon Mar 6 2023 zhukeqian <zhukeqian1@huawei.com> - 2.1.0-32 - Type:bugfix - ID:NA - SUG:NA - DESC:append readonly option when get pflash cmdline for stratovirt runtime * Thu Mar 02 2023 Vanient<xiadanni1@huawei.com> - 2.1.0-31 - Type:bugfix - CVE:NA - SUG:NA - DESC:make oldconfig to disable unuseable config * Thu Sep 8 2022 xiadanni <xiadanni1@huawei.com> - 2.1.0-30 - Type:enhancement - ID:NA - SUG:NA - DESC:optimize compile options * Fri Sep 2 2022 chengzeruizhi <chengzeruizhi@huawei.com> - 2.1.0-29 - Type:bugfix - ID:NA - SUG:NA - DESC:don't use props for object add * Tue Aug 23 2022 chengzeruizhi <chengzeruizhi@huawei.com> - 2.1.0-28 - Type:bugfix - ID:NA - SUG:NA - DESC:add explicit on for kernel_irqchip * Mon Aug 22 2022 chengzeruizhi <chengzeruizhi@huawei.com> - 2.1.0-27 - Type:bugfix - ID:NA - SUG:NA - DESC:use host device when adding block dev * Fri Mar 18 2022 Xinle.Guo <guoxinle1@huawei.com> - 2.1.0-26 - Type:bugfix - ID:NA - SUG:NA - DESC:fix startup failure that adding more than 16 root port devices in stratovirt * Wed Mar 2 2022 Xinle.Guo <guoxinle1@huawei.com> - 2.1.0-25 - Type:feature - ID:NA - SUG:NA - DESC:provide a way to dynomically obtain firmware in stratovirt * Sat Feb 26 2022 Xinle.Guo <guoxinle1@huawei.com> - 2.1.0-24 - Type:bugfix - ID:NA - SUG:NA - DESC:fix the problem that fails to plug net device to stratovirt * Mon Jan 17 2022 Xinle.Guo <guoxinle1@huawei.com> - 2.1.0-23 - Type:feature - ID:NA - SUG:NA - DESC:add the stratovirt standardVM sandbox type to kata container * Thu Jan 13 2022 Xinle.Guo <guoxinle1@huawei.com> - 2.1.0-22 - Type:feature - ID:NA - SUG:NA - DESC:refactor hypervisor type `stratovirt` and its methods * Tue Jan 11 2022 Xinle.Guo <guoxinle1@huawei.com> - 2.1.0-21 - Type:feature - ID:NA - SUG:NA - DESC:add stratovirt `vmConfig` struct and methods to get parameters of VM * Mon Jan 10 2022 Xinle.Guo <guoxinle1@huawei.com> - 2.1.0-20 - Type:feature - ID:NA - SUG:NA - DESC:update stratovirt configuration toml file * Fri Dec 10 2021 yangfeiyu <yangfeiyu2@huawei.com> - 2.1.0-19 - Type:bugfix - ID:NA - SUG:NA - DESC:modify stratovirt config file * Tue Dec 7 2021 jikui <jikui2@huawei.com> - 2.1.0-18 - Type:bugfix - ID:NA - SUG:NA - DESC:fix the block device not removed in devManager * Thu Dec 2 2021 jikui <jikui2@huawei.com> - 2.1.0-17 - Type:bugfix - ID:NA - SUG:NA - DESC:don't ignore updateInterface return error * Tue Nov 30 2021 jikui <jikui2@huawei.com> - 2.1.0-16 - Type:bugfix - ID:NA - SUG:NA - DESC:don't delete the exist tap device in the host * Tue Nov 30 2021 jikui <jikui2@huawei.com> - 2.1.0-15 - Type:bugfix - ID:NA - SUG:NA - DESC:check VFIO when create device * Mon Nov 29 2021 jikui <jikui2@huawei.com> - 2.1.0-14 - Type:bugfix - ID:NA - SUG:NA - DESC:fix delete sandbox failed problem * Sat Nov 27 2021 jikui <jikui2@huawei.com> - 2.1.0-13 - Type:bugfix - ID:NA - SUG:NA - DESC:validate sandbox cpu and memory size * Thu Nov 25 2021 jikui <jikui2@huawei.com> - 2.1.0-12 - Type:bugfix - ID:NA - SUG:NA - DESC:truncate the log.json file before kata-runtime subcommand executed * Thu Nov 25 2021 jikui <jikui2@huawei.com> - 2.1.0-11 - Type:bugfix - ID:NA - SUG:NA - DESC:fix umount container rootfs dir return invalid argument error * Wed Nov 24 2021 jikui <jikui2@huawei.com> - 2.1.0-10 - Type:bugfix - ID:NA - SUG:NA - DESC:increase delete cgroup retry times * Sat Nov 20 2021 yangfeiyu <yangfeiyu2@huawei.com> - 2.1.0-9 - Type:bugfix - ID:NA - SUG:NA - DESC:modify kernel and image path in configuration.toml * Sat Oct 16 2021 jikui <jikui2@huawei.com> - 2.1.0-8 - Type:bugfix - ID:NA - SUG:NA - DESC:keep the qemu process name same as the configured path * Fri Oct 15 2021 jikui <jikui2@huawei.com> - 2.1.0-7 - Type:bugfix - ID:NA - SUG:NA - DESC:fix kata-runtime skip read lines in /proc/mounts * Tue Oct 5 2021 jikui <jikui2@huawei.com> - 2.1.0-6 - Type:bugfix - ID:NA - SUG:NA - DESC:fix kata-runtime hungs when qemu process is D/T * Mon Sep 27 2021 yangfeiyu <yangfeiyu2@huawei.com> - 2.1.0-5 - Type:enhancement - ID:NA - SUG:NA - DESC:chmod agent exec fifo * Fri Sep 17 2021 yangfeiyu <yangfeiyu2@huawei.com> - 2.1.0-4 - Type:enhancement - ID:NA - SUG:NA - DESC:modify kata-agent build flags * Tue Aug 24 2021 yangfeiyu <yangfeiyu2@huawei.com> - 2.1.0-3 - Type:enhancement - ID:NA - SUG:NA - DESC:add configuration-stratovirt.toml * Fri Aug 20 2021 yangfeiyu <yangfeiyu2@huawei.com> - 2.1.0-2 - Type:enhancement - ID:NA - SUG:NA - DESC:support with stratovirt and isulad * Wed Aug 18 2021 yangfeiyu <yangfeiyu2@huawei.com> - 2.1.0-1 - Type:enhancement - ID:NA - SUG:NA - DESC:upgrade kata-containers * Fri Feb 19 2021 xinghe <xinghe1@huawei.com> - 1.11.1-10 - Type:CVE - ID:NA - SUG:NA - DESC:fix CVE-2020-28914 * Fri Jan 8 2021 LiangZhang<zhangliang5@huawei.com> - 1.11.1-9 - Type:bugfix - ID:NA - SUG:NA - DESC:fixup that the getPids functions returns pid * Thu Jan 7 2021 LiangZhang<zhangliang5@huawei.com> - 1.11.1-8 - Type:feature - ID:NA - SUG:NA - DESC:add suport for stratovirt of kata-check cli * Tue Dec 22 2020 jiangpengfei<jiangpengfei9@huawei.com> - 1.11.1-7 - Type:enhancement - ID:NA - SUG:update - DESC:update kata-containers source forms of organization to move all kata-containers related source repo into one repo kata-containers * Fri Nov 6 2020 yangfeiyu<yangfeiyu2@huawei.com> - 1.11.1-6 - Type:bugfix - ID:NA - SUG:NA - DESC:revert the kata-containers.spec to still build kata-containers components into one package * Fri Oct 9 2020 yangfeiyu<yangfeiyu2@huawei.com> - 1.11.1-5 - Type:enhancement - ID:NA - SUG:restart - DESC:directly copy kata binary files instead of building them * Wed Sep 30 2020 yangfeiyu<yangfeiyu2@huawei.com> - 1.11.1-4 - Type:bugfix - ID:NA - SUG:restart - DESC:kata-runtime retry inserting of CNI interface * Sun Sep 27 2020 LiangZhang<zhangliang5@Huawei.com> - 1.11.1-3 - Type:bugfix - ID:NA - SUG:NA - DESC:fix cmd params of direct use stratovirt binary * Sun Sep 20 2020 jiangpengf<jiangpengfei9@huawei.com> - 1.11.1-2 - Type:bugfix - ID:NA - SUG:NA - DESC:fix del-iface doesn't delete the tap interface in the host problem * Thu Aug 27 2020 jiangpengf<jiangpengfei9@huawei.com> - 1.11.1-1 - Type:enhancement - ID:NA - SUG:NA - DESC:update kata-containers version to v1.11.1-1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2