Accepting request 989613 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/989613 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=5
This commit is contained in:
commit
fac1a57a4c
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.50.0</param>
|
||||
<param name="revision">v0.51.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.50.0.tar.gz</param>
|
||||
<param name="archive">syft-0.51.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">69134ed3b54bc8b1d86d868611f7d069ce3290a8</param></service></servicedata>
|
||||
<param name="changesrevision">470b13045bbbf150f3c79d1487a01ae6acc5592d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:873657699753d780036eec161d4527d95b1979bfa0d039cc565bb4277ee3e7a3
|
||||
size 3769693
|
3
syft-0.51.0.tar.gz
Normal file
3
syft-0.51.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:300bf077077f42d29cf6ef8515446efce5e9e4d2c89841e734c77529bd512461
|
||||
size 3776175
|
12
syft.changes
12
syft.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 19:00:04 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.51.0:
|
||||
* feat: add support for cocoapods (Swift/Objective-C) (#1081)
|
||||
* Fix package url for Go modules with no / (#1092)
|
||||
* Update Stereoscope to 777471f38c5b2f15c19d6cffe093ce6392d8040c (#1090)
|
||||
* feat: output attestation to file (#1087)
|
||||
* Update Stereoscope to cfbd966e5a8d11d73cd17adc8b8ab8468a086f1e (#1089)
|
||||
* Add portage support for Gentoo Linux (#1076)
|
||||
* Add PR action back to workflow with new token (#1086)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 06 18:12:23 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.50.0
|
||||
Version: 0.51.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:3965475551a95ac6454a07147e8f96b2fdc168abcbf44ffd65ed48a5cd19ef9c
|
||||
size 42668535
|
||||
oid sha256:794a427e27a44efb1d4be457b10e0bd34f9877d78d822e1797e4a8fed767b5d3
|
||||
size 42669249
|
||||
|
Loading…
Reference in New Issue
Block a user