!123 [sync] PR-122: kata-containers:make oldconfig to disable unuseable config

From: @openeuler-sync-bot 
Reviewed-by: @flyflyflypeng, @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2023-03-06 11:08:16 +00:00 committed by Gitee
commit 8c20c60b8d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%global debug_package %{nil}
%define VERSION 2.1.0
%define RELEASE 30
%define RELEASE 31
Name: kata-containers
Version: %{VERSION}
@ -43,6 +43,7 @@ cp %{_builddir}/kata_integration/hack/config-kata-arm64 ./.config
%build
cd %{_builddir}/kernel/linux/
make olddefconfig
make %{?_smp_mflags}
mv %{_builddir}/kata-containers-%{version} %{_builddir}/kata-containers
@ -108,6 +109,12 @@ strip %{buildroot}/usr/bin/containerd-shim-kata-v2
%doc
%changelog
* 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