Accepting request 1037138 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1037138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=14
This commit is contained in:
commit
a1e9daaa5c
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.62.0</param>
|
||||
<param name="revision">v0.62.1</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.62.0.tar.gz</param>
|
||||
<param name="archive">syft-0.62.1.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">da4b2df57640e03f273a2e7e9b04eca40555e139</param></service></servicedata>
|
||||
<param name="changesrevision">098e61dcc81d7a6d666bc62a2166c9b8f32c61bc</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0a8f2ba87df796226fd8488b84b51fd484785240feca0f22d9542d0bff33162
|
||||
size 3871816
|
3
syft-0.62.1.tar.gz
Normal file
3
syft-0.62.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d437918f0b04093b8ddeed8aad0fd6fdef8cfb90989b7bc35ccd92288f676c75
|
||||
size 3872251
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 15:12:29 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.62.1:
|
||||
* fix: sort relationships in SPDX output (#1350)
|
||||
* chore: add debug logging for decode errors (#1352)
|
||||
* feat(npm): handle aliases in package-lock.json (#1349)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 12:04:28 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.62.0
|
||||
Version: 0.62.1
|
||||
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:68d2302e565805612ece5354606be8fe9b6526465348154a0f1a3110339b6c03
|
||||
size 51476686
|
||||
oid sha256:82c3d34c4dd89d9d5c8fb0ac3d54f2593cfd2b48035dc6ec9ad9ed44daef8553
|
||||
size 51476604
|
||||
|
Loading…
Reference in New Issue
Block a user