Accepting request 1005145 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.57.0 OBS-URL: https://build.opensuse.org/request/show/1005145 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=17
This commit is contained in:
parent
a549e2f840
commit
a7c3fa744e
4
_service
4
_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">v0.56.0</param>
|
||||
<param name="revision">v0.57.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">syft-0.56.0.tar.gz</param>
|
||||
<param name="archive">syft-0.57.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="changesrevision">c5dca001e267d2a91ff82e53ca72535ceef6af02</param></service></servicedata>
|
||||
<param name="changesrevision">04d288b3643f906255af88108f27712bb2be5b63</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cad49823084fb74048a9ae6c9b8289d6a2c65fb4978702fa886ba7af263595ad
|
||||
size 3824414
|
3
syft-0.57.0.tar.gz
Normal file
3
syft-0.57.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13af6523627376eb9216e57957d148368b494521b083d4639bdc194888256855
|
||||
size 3828694
|
13
syft.changes
13
syft.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 08:27:42 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.57.0:
|
||||
* feat: catalog python files for installed-files.txt file metadata (#1217)
|
||||
* Stabilize SPDX JSON output sorting (#1216)
|
||||
* bug: remove chance for panic; provide default attestation path (#1214)
|
||||
* refactor: update Makefile organization; update DEVELOPING.md instructions (#1212)
|
||||
* refactor: replace ioutil=>io; update linter (#1211)
|
||||
* Update bootstrap tools to latest versions. (#1204)
|
||||
* Add gosimports (#1205)
|
||||
* refactor: move formats from internal into syft module (#1172)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 12:42:32 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.56.0
|
||||
Version: 0.57.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:ca805bec09d50245e7b04ad8bdf95c17402c93156b702760801adce3200a8c45
|
||||
size 51413033
|
||||
oid sha256:a8b868ba66ebf9a0df69aeef9adab3382c8af650800bcd5b9e5e93195dbfc4a8
|
||||
size 51637912
|
||||
|
Loading…
Reference in New Issue
Block a user