From 85cf73c3ead88461aab12cb33a13ea2a78b82480 Mon Sep 17 00:00:00 2001 From: gbcox Date: Mon, 11 Nov 2019 07:15:31 -0800 Subject: [PATCH] PCSC Exceptions - rhbz#1684945 --- .gitignore | 1 + sources | 2 +- yubikey-manager.rpmlintrc | 1 + yubikey-manager.spec | 7 +++++-- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be8e872..35e8e1e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /yubikey-manager-e17b3de.tar.gz /yubikey-manager-b44d719.tar.gz /yubikey-manager-cfa1907.tar.gz +/yubikey-manager-1f22620.tar.gz diff --git a/sources b/sources index 1cf3523..b3c91f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yubikey-manager-cfa1907.tar.gz) = 77cbb1f19864f05d01fd0493fdbf85787b004da72528dc7032022556b75c7348d7f66c467c0b5ec450127344f665445b617448af72b0077ee078276bc9eda7b2 +SHA512 (yubikey-manager-1f22620.tar.gz) = f6f770c0c458da5b6c5e7aef829c7b2735ed8602c99ea41ee182cbfab8be4b105229f39575d07560fe948729dd9f978271052ef4b2d2e5d6ba9db3c1d159f619 diff --git a/yubikey-manager.rpmlintrc b/yubikey-manager.rpmlintrc index dccee4c..c89a4ef 100644 --- a/yubikey-manager.rpmlintrc +++ b/yubikey-manager.rpmlintrc @@ -1,4 +1,5 @@ # SPELLING ERRORS addFilter(r" spelling-error .* (ykman)") addFilter(r" no-manual-page-for-binary ykman") +addFilter(r" description-shorter-than-summary") addFilter(r" no-documentation") diff --git a/yubikey-manager.spec b/yubikey-manager.spec index 97f4813..29a700d 100644 --- a/yubikey-manager.spec +++ b/yubikey-manager.spec @@ -1,11 +1,11 @@ %{?python_enable_dependency_generator} -%global commit cfa1907cdb261db83bd1534ebb8187bfd5f0647d +%global commit 1f22620b623c6b345dd9f9193ec765a542dddc80 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global owner Yubico Name: yubikey-manager Version: 3.0.0 -Release: 6.git%{shortcommit}%{?dist} +Release: 7.git%{shortcommit}%{?dist} Summary: Python library and command line tool for configuring a YubiKey License: BSD @@ -52,6 +52,9 @@ Python library for configuring a YubiKey. %{_bindir}/ykman %changelog +* Mon Nov 11 2019 Gerald Cox