mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +00:00
obs-packaging/qemu-vanilla: include patches
Create symlink to patches directory, the list of patches will be included in the spec and rules files. Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -23,6 +23,9 @@ SCRIPT_DIR=$(dirname $0)
|
||||
PKG_NAME="qemu-vanilla"
|
||||
VERSION=$qemu_vanilla_version
|
||||
|
||||
PATCHES_VERSION="$(echo $VERSION | cut -d "." -f 1,2).x"
|
||||
ln -sfT "${SCRIPT_DIR}/../../qemu/patches/${PATCHES_VERSION}" "${SCRIPT_DIR}/patches"
|
||||
|
||||
GENERATED_FILES=(qemu-vanilla.dsc qemu-vanilla.spec debian.rules _service debian.control)
|
||||
STATIC_FILES=(debian.compat "${SCRIPT_DIR}/../../scripts/configure-hypervisor.sh" qemu-vanilla-rpmlintrc)
|
||||
|
||||
|
Reference in New Issue
Block a user