From 17094ad631a2312aaacf6d3d95377f1f7da3379b Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Fri, 15 Mar 2024 09:21:46 +0000 Subject: [PATCH] 3.0.6 --- kubescape.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubescape.spec b/kubescape.spec index 8960706..f270ef3 100644 --- a/kubescape.spec +++ b/kubescape.spec @@ -8,7 +8,7 @@ Release: 1 Summary: NSA and CISA kubernetes securely tests URL: https://github.com/armosec/kubescape Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -Source1: https://github.com/libgit2/git2go/archive/%{git2go_rev}/git2go-%{git2go_rev}.tar.gz +#Source1: https://github.com/libgit2/git2go/archive/%{git2go_rev}/git2go-%{git2go_rev}.tar.gz License: ASL 2.0 Group: Development/Other BuildRequires: go >= 1.11 @@ -25,8 +25,8 @@ specifications evolve. %prep %setup -q -tar -xf %{SOURCE1} -cp -a git2go-%{git2go_rev}/* git2go/ +#tar -xf %{SOURCE1} +#cp -a git2go-%{git2go_rev}/* git2go/ %build export GOPROXY=direct