Accepting request 1062288 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1062288 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=24
This commit is contained in:
commit
bc2dde0135
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.68.1</param>
|
||||
<param name="revision">v0.69.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.68.1.tar.gz</param>
|
||||
<param name="archive">syft-0.69.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">4c0aef09b8d7fb78200b04416f474b90b79370de</param></service></servicedata>
|
||||
<param name="changesrevision">b81c9805dcc9bf25dad7659fd9c2bbf7dd3f3d90</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dca80b308118811d01b7590b9e2f198a6a03c02acfa56fbabb6a70c99f005410
|
||||
size 5482954
|
3
syft-0.69.0.tar.gz
Normal file
3
syft-0.69.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f6353dbfe17a76dacf4d44d9b2a84aa13aa5cdc37807f99c910f9ccf76b20b0
|
||||
size 5483110
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 15:04:23 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.69.0:
|
||||
* Allow scanning unpacked container filesystems (#1485)
|
||||
* fix: allow template for syft convert (#1521)
|
||||
* 1465 attestation with private key (#1502)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 06:37:19 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.68.1
|
||||
Version: 0.69.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:ffe5acbd97367d433dd70ecd13c22f96dea8b67ad4a4ea40ea875c8f456015d9
|
||||
size 41215184
|
||||
oid sha256:ac05f18d2841a1f2c4ad7653df090b78534cf8d7ad76e6468dcd9a8b858e72bc
|
||||
size 41218929
|
||||
|
Loading…
Reference in New Issue
Block a user