This commit is contained in:
Sergey Zhemoytel 2024-03-15 09:21:46 +00:00
parent fc77ecff97
commit 17094ad631

View file

@ -8,7 +8,7 @@ Release: 1
Summary: NSA and CISA kubernetes securely tests Summary: NSA and CISA kubernetes securely tests
URL: https://github.com/armosec/kubescape URL: https://github.com/armosec/kubescape
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz 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 License: ASL 2.0
Group: Development/Other Group: Development/Other
BuildRequires: go >= 1.11 BuildRequires: go >= 1.11
@ -25,8 +25,8 @@ specifications evolve.
%prep %prep
%setup -q %setup -q
tar -xf %{SOURCE1} #tar -xf %{SOURCE1}
cp -a git2go-%{git2go_rev}/* git2go/ #cp -a git2go-%{git2go_rev}/* git2go/
%build %build
export GOPROXY=direct export GOPROXY=direct