Compare commits
56 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7d23f7080a | |||
| 228e7be59d | |||
| 1c0596e2a8 | |||
| d35f677246 | |||
| e19ddaad43 | |||
| 4386ec84ab | |||
| cd59e96b2c | |||
| d001b2ba3b | |||
| c5682eb2c9 | |||
| 170529534f | |||
| 6873264646 | |||
| e154a7b5bc | |||
| d220a900fe | |||
| 5305dfa3e2 | |||
| 168031bfd2 | |||
| 8ff5661e9f | |||
| 90a465aea7 | |||
| 9133751b67 | |||
| 3e59205e7b | |||
| fc39065750 | |||
| 23e3ea54d0 | |||
| c2642e9a40 | |||
| e3259604fa | |||
| 73509dad30 | |||
| 1350ca4c56 | |||
| 61fafb57e9 | |||
| bf8973b55a | |||
| 8519fd1744 | |||
| 1142f2c98c | |||
| 2be5f1600b | |||
| 3f405997f7 | |||
| c50294a020 | |||
| e5bd2493d9 | |||
| 6f28990860 | |||
| 386d0085a2 | |||
| 27e1494f1c | |||
| 7d790097b2 | |||
| 4fbd613c27 | |||
| c3306841f4 | |||
| 6486568c22 | |||
| 5d132d53be | |||
| 6d8cdc536b | |||
| a755dfe540 | |||
| 1fe8c3285d | |||
| ada8f0c5b3 | |||
| 859b9c6932 | |||
| 015138cfd2 | |||
| a8b9d3157f | |||
| e9092c3dd0 | |||
| 3cd40d47a4 | |||
| a2ad9c3417 | |||
| 776b26664c | |||
| 6afeb5122f | |||
| 6be283da46 | |||
| db49d71ae9 | |||
|
|
b8455bad4b |
4
_service
4
_service
@@ -3,10 +3,10 @@
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.14.1</param>
|
||||
<param name="revision">v1.38.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">syft</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="changesrevision">754cebee6414c614acf03ee0f87abfcf6176e051</param></service></servicedata>
|
||||
<param name="changesrevision">bfe63f83dbaea88e22a5cfcd7d704c034c953730</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eefc0cec9db00f232dfefedaf4286efcbae1e924c1e4d7fa34518fcc8562911a
|
||||
size 26564109
|
||||
3
syft-1.38.2.obscpio
Normal file
3
syft-1.38.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:151a05940437b2a67361da4eeb8e8aec915a71ebbb0b845a304e2ace4d2775a3
|
||||
size 30989325
|
||||
1233
syft.changes
1233
syft.changes
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
name: syft
|
||||
version: 1.14.1
|
||||
mtime: 1728996647
|
||||
commit: 754cebee6414c614acf03ee0f87abfcf6176e051
|
||||
version: 1.38.2
|
||||
mtime: 1765313763
|
||||
commit: bfe63f83dbaea88e22a5cfcd7d704c034c953730
|
||||
|
||||
26
syft.spec
26
syft.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package syft
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,20 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 1.14.1
|
||||
Version: 1.38.2
|
||||
Release: 0
|
||||
Summary: CLI tool and library for generating a Software Bill of Materials
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/anchore/syft
|
||||
Source: syft-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.22
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: fish
|
||||
BuildRequires: go >= 1.24
|
||||
BuildRequires: zsh
|
||||
|
||||
%description
|
||||
A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. Exceptional for vulnerability detection when used with a scanner like Grype.
|
||||
A CLI tool and Go library for generating a Software Bill of Materials (SBOM)
|
||||
from container images and filesystems. Exceptional for vulnerability detection
|
||||
when used with a scanner like Grype.
|
||||
|
||||
%package -n %{name}-bash-completion
|
||||
Summary: Bash Completion for %{name}
|
||||
@@ -94,8 +97,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
|
||||
%{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
# create the zsh completion file
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
|
||||
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
|
||||
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
@@ -103,17 +106,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files -n %{name}-bash-completion
|
||||
%dir %{_datarootdir}/bash-completion/completions/
|
||||
%{_datarootdir}/bash-completion/completions/%{name}
|
||||
|
||||
%files -n %{name}-fish-completion
|
||||
%dir %{_datarootdir}/fish
|
||||
%dir %{_datarootdir}/fish/vendor_completions.d
|
||||
%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
%files -n %{name}-zsh-completion
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datarootdir}/zsh_completion.d/
|
||||
%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e53b144429ebb3219a13fb6e26aa53f980ef91bf468e892779313d7f230a4c44
|
||||
size 51724551
|
||||
oid sha256:c1452b308f9854f741c6bfbcdef6b781475e50b00532922f6509caac0f5ec65c
|
||||
size 59460139
|
||||
|
||||
Reference in New Issue
Block a user