Accepting request 1177968 from home:amanzini:branches:devel:kubic
- Update to version 1.5.0: * feat: detect fluent-bit binaries (#2905) * bump dependencies * Add python wheel egg relationships (#2903) * feat: Add Lua cataloger (#2613) * feat: add config command (#2892) * feat: Added functionality to convert major, minor, patch to version for binary classifier (#2864) * Go Mod Cataloger: Remove Replaced Packages (#2891) * chore: Reduce length of readme, moving lengthy content to the wiki (#2882) * fix: DecoderCollection discarding input from non-seekable Readers (#2878) * Fix outdated spdx links (#2865) * Use values in relationship To/From fields (#2871) * add support for RPM DB package relationships (#2872) * fix: capture dependencies when parsing SPDX SBOMs (#2869) * Add abstraction for adding relationships from package cataloger results (#2853) * chore: fix small tooling error for go.mod (#2868) OBS-URL: https://build.opensuse.org/request/show/1177968 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=151
This commit is contained in:
parent
d9ebe25cdb
commit
1387567937
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.4.1</param>
|
||||
<param name="revision">v1.5.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="changesrevision">c200896a9644f9b6bd4bc3785c848276c33bb53c</param></service></servicedata>
|
||||
<param name="changesrevision">ac34808b9c55bb274b1205f9b5d9cf495239577d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63ce97a98ae1240795d15223abfd15983e8995571d5b68df9be4b2c64ab3cf5f
|
||||
size 24392205
|
3
syft-1.5.0.obscpio
Normal file
3
syft-1.5.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:829b3fe726e8322bb6c4f916eab239a8297f2f27d0776dbd4e52f7d59d1dcffc
|
||||
size 24702477
|
3
syft-1.5.0.tar.gz
Normal file
3
syft-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b474419ca29e6413ad02414b7bd0849ef2d1faa51657073c42b8f19748a60651
|
||||
size 5737109
|
20
syft.changes
20
syft.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 14:28:58 UTC 2024 - andrea.manzini@suse.com
|
||||
|
||||
- Update to version 1.5.0:
|
||||
* feat: detect fluent-bit binaries (#2905)
|
||||
* bump dependencies
|
||||
* Add python wheel egg relationships (#2903)
|
||||
* feat: Add Lua cataloger (#2613)
|
||||
* feat: add config command (#2892)
|
||||
* feat: Added functionality to convert major, minor, patch to version for binary classifier (#2864)
|
||||
* Go Mod Cataloger: Remove Replaced Packages (#2891)
|
||||
* chore: Reduce length of readme, moving lengthy content to the wiki (#2882)
|
||||
* fix: DecoderCollection discarding input from non-seekable Readers (#2878)
|
||||
* Fix outdated spdx links (#2865)
|
||||
* Use values in relationship To/From fields (#2871)
|
||||
* add support for RPM DB package relationships (#2872)
|
||||
* fix: capture dependencies when parsing SPDX SBOMs (#2869)
|
||||
* Add abstraction for adding relationships from package cataloger results (#2853)
|
||||
* chore: fix small tooling error for go.mod (#2868)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 12 07:42:00 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: syft
|
||||
version: 1.4.1
|
||||
mtime: 1715283322
|
||||
commit: c200896a9644f9b6bd4bc3785c848276c33bb53c
|
||||
version: 1.5.0
|
||||
mtime: 1716905586
|
||||
commit: ac34808b9c55bb274b1205f9b5d9cf495239577d
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 1.4.1
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: CLI tool and library for generating a Software Bill of Materials
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d92ffd51b023f31185aad909b9392e580957c1704c54e51febe4dc5edbdd4bb6
|
||||
size 49341392
|
||||
oid sha256:a8ab4ef414c9e0df5fd8d7c4aed69ead0b9e7df01da58d4d64b2e1461f00a5db
|
||||
size 49413210
|
||||
|
Loading…
Reference in New Issue
Block a user