From b3e07f2505e051c329ce8c34004e7b02a61cc46f81535299dd45a20ddb8bae75 Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Wed, 18 Jan 2023 14:41:54 +0000 Subject: [PATCH] Added update-vendoring.sh to source list OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=28 --- velociraptor-client.spec | 1 + velociraptor.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/velociraptor-client.spec b/velociraptor-client.spec index 8578337..a40c803 100644 --- a/velociraptor-client.spec +++ b/velociraptor-client.spec @@ -31,6 +31,7 @@ Source1: vendor-golang-%{vendor_version}.tar.xz Source2: %{name}.service Source3: %{name}.config.placeholder Source4: vmlinux.h-%{vmlinux_h_version}.tar.xz +Source5: update-vendoring.sh Patch1: velociraptor-golang-mage-vendoring.diff Patch2: velociraptor-skip-git-submodule-import-for-OBS-build.patch Patch4: libbpfgo-i386.patch diff --git a/velociraptor.spec b/velociraptor.spec index 31fb431..9e6de77 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -35,6 +35,7 @@ Source5: %{name}-server.config.placeholder Source6: %{name}-client.service Source7: %{name}-client.config.placeholder Source8: vmlinux.h-%{vmlinux_h_version}.tar.xz +Source9: update-vendoring.sh Patch1: velociraptor-golang-mage-vendoring.diff Patch2: velociraptor-skip-git-submodule-import-for-OBS-build.patch Patch4: libbpfgo-i386.patch