mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 00:16:52 +00:00
obs-package: rename kernel to linux-container
We are using linux-container repo in the subproject. Signed-off-by: Peng Tao <bergwolf@gmail.com>
This commit is contained in:
parent
e30e2e8a01
commit
4338886211
@ -1,2 +1 @@
|
||||
usr/share/Kata-containers
|
||||
|
@ -79,7 +79,7 @@ BuildKernel() {
|
||||
|
||||
%if 0%{?fedora}
|
||||
#Fedora uses gcc 8, build is failing due to warnings.
|
||||
export CFLAGS="-Wno-error=restrict"
|
||||
export CFLAGS="-Wno-error=restrict"
|
||||
export EXTRA_CFLAGS="-Wno-format-truncation -Wno-cast-function-type -Wno-error=restrict -Wno-error"
|
||||
%endif
|
||||
|
@ -9,7 +9,7 @@
|
||||
OBS_PKGS_PROJECTS=(
|
||||
qemu-lite
|
||||
qemu-vanilla
|
||||
kernel
|
||||
linux-container
|
||||
kata-containers-image
|
||||
proxy
|
||||
shim
|
||||
|
Loading…
Reference in New Issue
Block a user