Accepting request 984470 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/984470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=2
This commit is contained in:
commit
decd3f1f48
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.46.3</param>
|
||||
<param name="revision">v0.48.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.46.3.tar.gz</param>
|
||||
<param name="archive">syft-0.48.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">7cb8e1fc14a278ec5afce379623a47577aba9917</param></service></servicedata>
|
||||
<param name="changesrevision">03e37044d437294b0aac44a4e9277eb8f6c8be3f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0fac8eca5a9fa88d4241696446ed1b2b0a98e8dbad0db09f33f3124fcb821cf
|
||||
size 3889122
|
3
syft-0.48.1.tar.gz
Normal file
3
syft-0.48.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:741a2ef614a0c18a929d9f833974e3219250764f8e3e341d91ec12d4fc65b446
|
||||
size 3925051
|
29
syft.changes
29
syft.changes
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 08:47:26 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.48.1:
|
||||
* update stereoscope to latest version (#1052)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 08:34:13 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.48.0:
|
||||
* update zip_read_closer to incorporate zip64 support (#1041)
|
||||
* Add pacman (alpm) parser support (#943)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 08:23:30 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.47.0:
|
||||
* Update of README.md (#1027)
|
||||
* bump cosign to v1.9.0 to resolve reporting of GHSA-66x3-6cw3-v5gj (#1025)
|
||||
* add workflows to test new project automation (#1023)
|
||||
* improve LanguageByName and add unit tests (#1034)
|
||||
* Read Description from dpkg status files (#996)
|
||||
* Add announcement for Anchore OSS Virtual Meetup (#1033)
|
||||
* add main module field to go bin metadata (#1026)
|
||||
* Add filters to package cataloger (#1021)
|
||||
* change draft to false for release process (#1016)
|
||||
* Support RPM distros with newer RPM db formats (#1018)
|
||||
* fix: add component list to prevent cyclone-dx panic (#1015)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 19:43:54 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.46.3
|
||||
Version: 0.48.1
|
||||
Release: 0
|
||||
Summary: CLI tool and library for generating a Software Bill of Materials
|
||||
License: Apache-2.0
|
||||
@ -36,9 +36,12 @@ A CLI tool and Go library for generating a Software Bill of Materials (SBOM) fro
|
||||
%setup -q -T -D -a 1
|
||||
|
||||
%build
|
||||
DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"
|
||||
BUILD_DATE=$(date -u -d "@${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u -r "${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u "${DATE_FMT}")
|
||||
go build \
|
||||
-mod=vendor \
|
||||
-buildmode=pie \
|
||||
-ldflags="-X github.com/anchore/syft/internal/version.version=%{version} -X github.com/anchore/syft/internal/version.buildDate=$BUILD_DATE" \
|
||||
-o bin/syft ./cmd/syft
|
||||
|
||||
%install
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:118b6132a8bde8c7cf980b59ad25764ca901ca5b83a579236019a17f81378195
|
||||
size 17412995
|
||||
oid sha256:fe11a2c03b6710cabc156c3eb0bab757b07f131ebd0a3f95a14090492b0a58c3
|
||||
size 42549798
|
||||
|
Loading…
Reference in New Issue
Block a user