Accepting request 1059929 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1059929 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=21
This commit is contained in:
commit
1fc5b8d4ef
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.66.1</param>
|
||||
<param name="revision">v0.66.2</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.66.1.tar.gz</param>
|
||||
<param name="archive">syft-0.66.2.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">ac94bf530c7b1e6ee5df1ed0f9f6454fca8bc918</param></service></servicedata>
|
||||
<param name="changesrevision">03971ace43b877e371c13e3f786c1f6c3a4ec507</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d228414155116ae83a156730535fab082b3a464bfeec53a9a14c5ec8741e7d8b
|
||||
size 5485587
|
3
syft-0.66.2.tar.gz
Normal file
3
syft-0.66.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80a2060f6c186c40aa1f2bb1e3d0efb89b54af0a8e0e2115aea9af7ac4fbbea4
|
||||
size 5490405
|
14
syft.changes
14
syft.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 09:56:19 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.66.2:
|
||||
* chore: use checkout v3 with new depth (#1471)
|
||||
* chore: use checkout v2 for tag depth (#1470)
|
||||
* fix: nil panic in graalvm cataloger (#1468)
|
||||
* add linter for type assertion checks (#1469)
|
||||
* fix: bump golang.org/x/net to v0.4.0 (#1467)
|
||||
* fix: bump golang.org/x/text to v0.3.8 (#1466)
|
||||
* bootstrap within composite action (#1461)
|
||||
* chore: revert GolangBinMetadata name and make analogous GolangModMetadata (#1458)
|
||||
* README: update Nix installation instructions (#1455)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 06:11:18 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.66.1
|
||||
Version: 0.66.2
|
||||
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:3cd5d99e739490e56778f27f8203915dd21f0d6153bece71890ebc4e996d8b56
|
||||
size 41074427
|
||||
oid sha256:f1ff5bb4303af43798e547c3dc407fca39d8eb153246b78b637679078353d062
|
||||
size 41152379
|
||||
|
Loading…
x
Reference in New Issue
Block a user