Hello community, here is the log from the commit of package certstrap for openSUSE:Factory checked in at 2019-04-26 22:56:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/certstrap (Old) and /work/SRC/openSUSE:Factory/.certstrap.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "certstrap" Fri Apr 26 22:56:01 2019 rev:2 rq:698221 version:1.1.1+git20190303.350df15 Changes: -------- --- /work/SRC/openSUSE:Factory/certstrap/certstrap.changes 2019-04-18 13:58:49.384003342 +0200 +++ /work/SRC/openSUSE:Factory/.certstrap.new.5536/certstrap.changes 2019-04-26 22:56:09.141248255 +0200 @@ -1,0 +2,10 @@ +Fri Apr 26 12:31:22 UTC 2019 - Richard Brown <[email protected]> + +- Correct factual inaccuracies and excess technical details from description + +------------------------------------------------------------------- +Thu Apr 18 14:27:03 UTC 2019 - Jan Engelhardt <[email protected]> + +- Trim bias from description + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ certstrap.spec ++++++ --- /var/tmp/diff_new_pack.FoLGeQ/_old 2019-04-26 22:56:10.553246916 +0200 +++ /var/tmp/diff_new_pack.FoLGeQ/_new 2019-04-26 22:56:10.553246916 +0200 @@ -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
