Accepting request 698221 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/698221 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/certstrap?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 12:31:22 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Correct factual inaccuracies and excess technical details from description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 14:27:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim bias from description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 11:54:41 CEST 2019 - kukuk@suse.de
|
||||
|
||||
|
||||
+10
-8
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ignition
|
||||
# spec file for package certstrap
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,26 +12,28 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: certstrap
|
||||
Version: 1.1.1+git20190303.350df15
|
||||
Release: 0
|
||||
Group: System/Management
|
||||
Summary: Simple certificate manager
|
||||
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.12
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) >= 1.12
|
||||
ExcludeArch: s390
|
||||
%{go_nostrip}
|
||||
|
||||
%description
|
||||
Certstrap is a simple certificate manager written in Go, to bootstrap your own certificate authority and public key infrastructure.
|
||||
certstrap is a very convenient app if you don't feel like dealing with openssl, its myriad of options or config files.
|
||||
Certstrap is a certificate manager for bootstrapping one's own
|
||||
certificate authority and public key infrastructure.
|
||||
certstrap can be used if you do not feel like dealing with openssl,
|
||||
its myriad of options or config files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
Reference in New Issue
Block a user