Accepting request 1217001 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/1217001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=86
This commit is contained in:
Ana Guerrero 2024-10-23 19:09:26 +00:00 committed by Git OBS Bridge
commit db49d71ae9
8 changed files with 42 additions and 20 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/anchore/syft</param> <param name="url">https://github.com/anchore/syft</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="revision">v1.14.1</param> <param name="revision">v1.14.2</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/anchore/syft</param> <param name="url">https://github.com/anchore/syft</param>
<param name="changesrevision">754cebee6414c614acf03ee0f87abfcf6176e051</param></service></servicedata> <param name="changesrevision">e4e985b9b05b9570648399adf292ab7f659b4cef</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eefc0cec9db00f232dfefedaf4286efcbae1e924c1e4d7fa34518fcc8562911a
size 26564109

3
syft-1.14.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a026a256beb316951d44dd8178d189cd643ede6bff88a3d11acd610ecf1eb4c
size 26572301

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Oct 22 07:09:11 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 1.14.2:
* Create single license scanner for all catalogers (#3348)
* chore(deps): update stereoscope to
a38c93517fc7d67ca1af826ac529a06c05b571d2 (#3357)
* chore(deps): update CPE dictionary index (#3358)
* chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.0 to
6.6.1 (#3361)
* update to latest packageurl-go (#3347)
* chore(deps): update tools to latest versions (#3342)
* chore(deps): update stereoscope to
9e57bce5efeb0ffe27770dd0b8eb2eef8b38512f (#3338)
* chore(deps): bump github.com/adrg/xdg from 0.5.0 to 0.5.1
(#3344)
* fix: use official CPE for linux kernel (#3343)
* chore(deps): bump anchore/sbom-action from 0.17.3 to 0.17.4
(#3340)
* fix: improve mariadb binary classifer to detect older versions
(#3339)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 15 15:36:18 UTC 2024 - opensuse_buildservice@ojkastl.de Tue Oct 15 15:36:18 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: syft name: syft
version: 1.14.1 version: 1.14.2
mtime: 1728996647 mtime: 1729527432
commit: 754cebee6414c614acf03ee0f87abfcf6176e051 commit: e4e985b9b05b9570648399adf292ab7f659b4cef

View File

@ -19,17 +19,22 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: syft Name: syft
Version: 1.14.1 Version: 1.14.2
Release: 0 Release: 0
Summary: CLI tool and library for generating a Software Bill of Materials Summary: CLI tool and library for generating a Software Bill of Materials
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/anchore/syft URL: https://github.com/anchore/syft
Source: syft-%{version}.tar.gz Source: syft-%{version}.tar.gz
Source1: vendor.tar.gz Source1: vendor.tar.gz
BuildRequires: bash-completion
BuildRequires: fish
BuildRequires: go >= 1.22 BuildRequires: go >= 1.22
BuildRequires: zsh
%description %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 %package -n %{name}-bash-completion
Summary: Bash Completion for %{name} Summary: Bash Completion for %{name}
@ -94,8 +99,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
%{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish %{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
# create the zsh completion file # create the zsh completion file
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/ mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name} %{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
%files %files
%doc README.md %doc README.md
@ -103,17 +108,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{_bindir}/%{name} %{_bindir}/%{name}
%files -n %{name}-bash-completion %files -n %{name}-bash-completion
%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/%{name} %{_datarootdir}/bash-completion/completions/%{name}
%files -n %{name}-fish-completion %files -n %{name}-fish-completion
%dir %{_datarootdir}/fish
%dir %{_datarootdir}/fish/vendor_completions.d
%{_datarootdir}/fish/vendor_completions.d/%{name}.fish %{_datarootdir}/fish/vendor_completions.d/%{name}.fish
%files -n %{name}-zsh-completion %files -n %{name}-zsh-completion
%defattr(-,root,root) %{_datarootdir}/zsh/site-functions/_%{name}
%dir %{_datarootdir}/zsh_completion.d/
%{_datarootdir}/zsh_completion.d/_%{name}
%changelog %changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e53b144429ebb3219a13fb6e26aa53f980ef91bf468e892779313d7f230a4c44 oid sha256:1697291f16f119deb97722a5e6e1497c84be7eea3baa4b5d77d47fefb2c1db86
size 51724551 size 51726927