Accepting request 1064147 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.71.0 OBS-URL: https://build.opensuse.org/request/show/1064147 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=54
This commit is contained in:
parent
71983ff082
commit
fd3bba2ade
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.70.0</param>
|
||||
<param name="revision">v0.71.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.70.0.tar.gz</param>
|
||||
<param name="archive">syft-0.71.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">9995950c70e849f9921919faffbfcf46401f71f3</param></service></servicedata>
|
||||
<param name="changesrevision">88c81d33edc67b0b9636d0046417a9373ac8b74f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:974a413e4ed9ac957d241b6f7a50cd22ab2a5d8c97997d4d2163b97c6454503c
|
||||
size 5483859
|
3
syft-0.71.0.tar.gz
Normal file
3
syft-0.71.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fd8251994c6e28dc0b3e10003a229092389d578755c16557253d2a2f094ff71
|
||||
size 5476463
|
19
syft.changes
19
syft.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 06:19:19 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.71.0:
|
||||
* switch from trigger-release target to release target (#1560)
|
||||
* Speed up cataloging by replacing globs searching with index lookups (#1510)
|
||||
* Update syft bootstrap tools to latest versions. (#1549)
|
||||
* Fix installed versions (#1556)
|
||||
* chore(deps): bump golang.org/x/net from 0.5.0 to 0.6.0 (#1558)
|
||||
* feat: add postgresql classifier (#1536)
|
||||
* Add release trigger (#1501)
|
||||
* chore(deps): bump golang.org/x/mod from 0.7.0 to 0.8.0 (#1552)
|
||||
* chore(deps): bump golang.org/x/term from 0.4.0 to 0.5.0 (#1551)
|
||||
* fix: add support for licenses not found on list (#1540)
|
||||
* Update syft bootstrap tools to latest versions. (#1541)
|
||||
* feat: Allow specific versions of formats to be specified (#1543)
|
||||
* Update Stereoscope to c49244e4d66f1ee789027ea23acc746968799c3b (#1539)
|
||||
* source: when base is set, responsePath should be absolute (#1542)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 04 07:45:37 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.70.0
|
||||
Version: 0.71.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:1ca46797d316b22414f4063edb7bd17c3de3e6d7f33ec8927685d492b104052d
|
||||
size 41260960
|
||||
oid sha256:e4c9362d6115898e10d421b9fe72b2e35bf74104ad5d79d5a0403f143ef460f2
|
||||
size 41285170
|
||||
|
Loading…
Reference in New Issue
Block a user