From fe353cf6609eedc45a693327f7b24ad74fe5cddb Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Feb 17 2020 15:24:08 +0000 Subject: yubico-connector-2.2.0-1 --- diff --git a/.gitignore b/.gitignore index 2601d2e..ccaf1d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /yubihsm-connector-2.0.0.tar.gz /yubihsm-connector-2.1.0.tar.gz +/yubihsm-connector-2.2.0.tar.gz +/yubihsm-connector-2.2.0.tar.gz.sig +/gpgkey-D7CE1455.gpg diff --git a/sources b/sources index ae4bbd1..aa314d8 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ -SHA512 (yubihsm-connector-2.1.0.tar.gz) = 5fb165c4aed4ef9e96564b060d7ab6ed6da1911065489ac292f6ea08c11a1d07537c175029c719485c289cc440857e458fc623138c93a251028335c91b3886af +SHA512 (yubihsm-connector-2.2.0.tar.gz) = 029f8911d1c1bc33781be61ef88fafe97c47e394644b25889c6f1b4c5a1fdbb0e67787a26f6e7e67ca8ae67f11368f91c1e3c13a1a39ab1c3c9292c4f3aa98bf +SHA512 (yubihsm-connector-2.2.0.tar.gz.sig) = 41fcc59b859731a43a442d143e328f8015f35d8826b543fce6ca6eb039d9c448ccd9576b2137e368283232a6aca447e857c8d9ca7e5e14703479414be87aff1f +SHA512 (gpgkey-D7CE1455.gpg) = 619773ff3bc1863b865a9b1c259af69153d2fc90c52d7b0acf1e28e443a402abcf1a4bdbb99081bc1f1476a1b6d8e965e68657b0f51a64f03f590ca44c012ec8 diff --git a/yubihsm-connector.spec b/yubihsm-connector.spec index 805fa3a..4b358d7 100644 --- a/yubihsm-connector.spec +++ b/yubihsm-connector.spec @@ -3,7 +3,7 @@ # https://github.com/Yubico/yubihsm-connector %global goipath github.com/Yubico/yubihsm-connector -Version: 2.1.0 +Version: 2.2.0 %global tag %{version} %gometa @@ -12,13 +12,15 @@ Version: 2.1.0 Backend to talk to YubiHSM 2} Name: yubihsm-connector -Release: 2%{?dist} +Release: 1%{?dist} Summary: YubiHSM Connector # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} +Source1: %{gosource}.sig +Source2: gpgkey-D7CE1455.gpg %{?systemd_requires} Requires(pre): shadow-utils @@ -32,6 +34,7 @@ BuildRequires: golang(github.com/sirupsen/logrus/hooks/syslog) BuildRequires: golang(github.com/spf13/cobra) BuildRequires: golang(github.com/spf13/viper) BuildRequires: golang(gopkg.in/yaml.v2) +BuildRequires: gnupg2 Recommends: yubihsm-shell %description @@ -40,6 +43,7 @@ Recommends: yubihsm-shell %gopkg %prep +gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %goprep %build @@ -84,6 +88,9 @@ exit 0 %{_udevrulesdir}/70-yubihsm-connector.rules %changelog +* Mon Feb 17 2020 Jakub Jelen - 2.2.0-1 +- New upstream release (#1788637) + * Fri Jan 31 2020 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild