Accepting request 944479 from home:msmeissn:branches:security
- updated to 0.4.0 Highlights - Adds hashed rekord type that can be used to upload signatures along with the hashed content signed (#501) OBS-URL: https://build.opensuse.org/request/show/944479 OBS-URL: https://build.opensuse.org/package/show/security/rekor?expand=0&rev=3
This commit is contained in:
parent
1f0bbe482a
commit
23276d55ac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13a320256b2dffb21dd97c95d7284c71e98d3f4f5a582f9e35cfe40852242ea8
|
|
||||||
size 558172
|
|
3
rekor-0.4.0.tar.gz
Normal file
3
rekor-0.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19c369f88d846098fb3895948af493f73c97f7211fd1714f9f77ab4395beef4d
|
||||||
|
size 635955
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 6 14:52:16 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.4.0
|
||||||
|
Highlights
|
||||||
|
|
||||||
|
- Adds hashed rekord type that can be used to upload signatures along with the hashed content signed (#501)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 8 16:58:06 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
Wed Dec 8 16:58:06 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
13
rekor.spec
13
rekor.spec
@ -1,5 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# spec file for package rekor
|
||||||
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -13,19 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define apps cli
|
%define apps cli
|
||||||
|
|
||||||
Name: rekor
|
Name: rekor
|
||||||
Version: 0.3.0
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define revision e4303a8
|
%define revision 5025a24e2861d1876d67a09cf6bfad0ee76d64c8
|
||||||
Summary: Supply Chain Transparency Log
|
Summary: Supply Chain Transparency Log
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Url: https://github.com/sigstore/rekor
|
URL: https://github.com/sigstore/rekor
|
||||||
Source: https://github.com/sigstore/rekor/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/sigstore/rekor/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
BuildRequires: golang(API)
|
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
|
BuildRequires: golang(API)
|
||||||
%{go_nostrip}
|
%{go_nostrip}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ab786903baaacb88e7ae4b01f512e6b23697611aafb68fa412f612c765aeb48e
|
oid sha256:184e5a0d55c2ca5ca71502585aba184c5838e719391550558ebd01fd060ad99c
|
||||||
size 3407320
|
size 4176580
|
||||||
|
Loading…
Reference in New Issue
Block a user