You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
3.6 KiB
103 lines
3.6 KiB
## START: Set by rpmautospec
|
|
## (rpmautospec version 0.6.3)
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
release_number = 1;
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
print(release_number + base_release_number - 1);
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
## END: Set by rpmautospec
|
|
|
|
%define bash_completions_dir /usr/share/bash-completion/completions
|
|
%define fish_completions_dir /usr/share/fish/vendor_completions.d
|
|
%define zsh_completions_dir /usr/share/zsh/site-functions
|
|
|
|
# Generated by go2rpm 1.10.0
|
|
%bcond_without check
|
|
|
|
# https://github.com/aquasecurity/trivy
|
|
%global goipath github.com/aquasecurity/trivy
|
|
Version: 0.50.4
|
|
|
|
%gometa
|
|
|
|
%global common_description %{expand:
|
|
Find vulnerabilities, misconfigurations, secrets, SBOM in containers,
|
|
Kubernetes, code repositories, clouds and more.}
|
|
|
|
Name: trivy
|
|
Release: 1%{dist}.inferit
|
|
Summary: Vulnerability and license scanner
|
|
|
|
# Generated with go-vendor-tools
|
|
License: Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND BSL-1.0 AND ISC AND MIT AND MPL-2.0 AND OFL-1.1-RFN AND Unicode-DFS-2016 AND Unlicense AND (Apache-2.0 OR GPL-2.0-or-later)
|
|
URL: %{gourl}
|
|
Source0: %{gosource}
|
|
Source1: trivy-%{version}-vendor.tar.xz
|
|
Source2: go-vendor-tools.toml
|
|
|
|
BuildRequires: go-vendor-tools
|
|
BuildRequires: sqlite-devel
|
|
|
|
%description %{common_description}
|
|
|
|
%prep
|
|
%goprep
|
|
%setup -q -T -D -a1 %{forgesetupargs}
|
|
%autopatch -p1
|
|
# Keep in sync with go-vendor-tools.toml
|
|
sed -i 's|_ "modernc.org/sqlite"|_ "github.com/mattn/go-sqlite3"|' \
|
|
$(grep -rl '_ "modernc.org/sqlite"' pkg/ cmd/ integration/)
|
|
|
|
%build
|
|
# Set the package version in the binary
|
|
# Change go-sqlite3 driver name for compatibility with modernc sqlite
|
|
export GO_LDFLAGS="-X=github.com/aquasecurity/trivy/pkg/version.ver=%{version} -X=github.com/mattn/go-sqlite3.driverName=sqlite"
|
|
# Do not use the bundled sqlite
|
|
export CGO_CFLAGS="-D USE_LIBSQLITE3=1 %{build_cflags}" CGO_LDFLAGS=" -lsqlite3 %{build_ldflags}"
|
|
# This package does not build without go modules enabled
|
|
%global gomodulesmode GO111MODULE=on
|
|
%gobuild -o trivy %{goipath}/cmd/trivy
|
|
|
|
./trivy completion bash > trivy.bash
|
|
./trivy completion fish > trivy.fish
|
|
./trivy completion zsh > trivy.zsh
|
|
|
|
%install
|
|
install -m 0755 -vd %{buildroot}%{_bindir}
|
|
install -m 0755 -vp trivy %{buildroot}%{_bindir}/
|
|
install -Dpm 0755 trivy.bash %{buildroot}%{bash_completions_dir}/trivy
|
|
install -Dpm 0755 trivy.fish %{buildroot}%{fish_completions_dir}/trivy.fish
|
|
install -Dpm 0755 trivy.zsh %{buildroot}%{zsh_completions_dir}/_trivy
|
|
%go_vendor_license_install -c %{SOURCE2} -d trivy -D "trivy_path=$(pwd)/trivy"
|
|
|
|
|
|
%files -f %{go_vendor_license_filelist}
|
|
%doc CONTRIBUTING.md README.md SECURITY.md
|
|
%{_bindir}/trivy
|
|
%{bash_completions_dir}/trivy
|
|
%{fish_completions_dir}/trivy.fish
|
|
%{zsh_completions_dir}/_trivy
|
|
|
|
%changelog
|
|
* Fri Jul 19 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.50.4-1.inferit
|
|
- Adapted for MSVphere 9 build
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
## START: Generated by rpmautospec
|
|
* Thu May 02 2024 Maxwell G <maxwell@gtmx.me> - 0.50.4-1
|
|
- Update to 0.50.4. Fixes rhbz#2277210.
|
|
|
|
* Tue Apr 23 2024 Maxwell G <maxwell@gtmx.me> - 0.50.2-1
|
|
- Update to 0.50.2. Fixes rhbz#2276563.
|
|
|
|
* Sat Apr 13 2024 Maxwell G <maxwell@gtmx.me> - 0.50.1-2
|
|
- Enable i686 builds
|
|
|
|
* Sat Apr 06 2024 Maxwell G <maxwell@gtmx.me> - 0.50.1-1
|
|
- Update to 0.50.1.
|
|
|
|
* Sat Apr 06 2024 Maxwell G <maxwell@gtmx.me> - 0.50.0-1
|
|
- Initial import (rhbz#2272258)
|
|
## END: Generated by rpmautospec
|