Accepting request 988310 from devel:kubic
- Update to version 1.3.0+git20220701.1377eab: * Fix typo in release workflow (#163) * Move to Go 1.18 (#162) * Add support for setting `pathlen` on CA certificates and intermediate CA (#135) * Fix docker file (#161) * Expand on permissions error message. (#160) * Bump go.step.sm/crypto from 0.15.2 to 0.16.2 * created test_tags and test_tags_windows since 600 permissions are not available in windows * Update go.yml * Update go.yml * updated go version to 1.16 OBS-URL: https://build.opensuse.org/request/show/988310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/certstrap?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 08:49:02 UTC 2022 - kukuk@suse.de
|
||||
|
||||
- Update to version 1.3.0+git20220701.1377eab:
|
||||
* Fix typo in release workflow (#163)
|
||||
* Move to Go 1.18 (#162)
|
||||
* Add support for setting `pathlen` on CA certificates and intermediate CA (#135)
|
||||
* Fix docker file (#161)
|
||||
* Expand on permissions error message. (#160)
|
||||
* Bump go.step.sm/crypto from 0.15.2 to 0.16.2
|
||||
* created test_tags and test_tags_windows since 600 permissions are not available in windows
|
||||
* Update go.yml
|
||||
* Update go.yml
|
||||
* updated go version to 1.16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 11:21:06 UTC 2020 - kukuk@suse.de
|
||||
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package certstrap
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: certstrap
|
||||
Version: 1.2.0+git20200507.7cda9d4
|
||||
Version: 1.3.0+git20220701.1377eab
|
||||
Release: 0
|
||||
Summary: Tool for bootstrapping CAs, certificate requests, and signed certificates
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
URL: https://github.com/square/certstrap
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: golang(API) >= 1.14
|
||||
BuildRequires: golang(API) >= 1.18
|
||||
ExcludeArch: s390
|
||||
|
||||
%description
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">1.2.0</param>
|
||||
<param name="versionformat">1.2.0+git%cd.%h</param>
|
||||
<param name="url">git://github.com/square/certstrap.git</param>
|
||||
<param name="version">1.3.0</param>
|
||||
<param name="versionformat">1.3.0+git%cd.%h</param>
|
||||
<param name="url">https://github.com/square/certstrap.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">kukuk@suse.de</param>
|
||||
|
||||
+4
-2
@@ -1,8 +1,10 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/square/certstap.git</param>
|
||||
<param name="url">https://github.com/square/certstap.git</param>
|
||||
<param name="changesrevision">fa1359e6e510efcf9cd67bc0edbe43d7300a7833</param>
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/square/certstrap.git</param>
|
||||
<param name="changesrevision">642b32335211d236826bce6af84dc27f0cf17b56</param></service></servicedata>
|
||||
<param name="changesrevision">642b32335211d236826bce6af84dc27f0cf17b56</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/square/certstrap.git</param>
|
||||
<param name="changesrevision">1377eabdd8242bc353dcebf879a3b077413036c2</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18b28a2000e4fcf3a97de44bb9cfc67e1a981ee96f64b119a0ea5860f4b0ab9d
|
||||
size 329608
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b655d9a8da3b86a1de994fe37625010106d7a428fe6630f591d03569d7634e91
|
||||
size 697072
|
||||
Reference in New Issue
Block a user