PCSC Exceptions - rhbz#1684945

epel9
gbcox 5 years ago
parent 9b064ec2c1
commit 85cf73c3ea

1
.gitignore vendored

@ -4,3 +4,4 @@
/yubikey-manager-e17b3de.tar.gz /yubikey-manager-e17b3de.tar.gz
/yubikey-manager-b44d719.tar.gz /yubikey-manager-b44d719.tar.gz
/yubikey-manager-cfa1907.tar.gz /yubikey-manager-cfa1907.tar.gz
/yubikey-manager-1f22620.tar.gz

@ -1 +1 @@
SHA512 (yubikey-manager-cfa1907.tar.gz) = 77cbb1f19864f05d01fd0493fdbf85787b004da72528dc7032022556b75c7348d7f66c467c0b5ec450127344f665445b617448af72b0077ee078276bc9eda7b2 SHA512 (yubikey-manager-1f22620.tar.gz) = f6f770c0c458da5b6c5e7aef829c7b2735ed8602c99ea41ee182cbfab8be4b105229f39575d07560fe948729dd9f978271052ef4b2d2e5d6ba9db3c1d159f619

@ -1,4 +1,5 @@
# SPELLING ERRORS # SPELLING ERRORS
addFilter(r" spelling-error .* (ykman)") addFilter(r" spelling-error .* (ykman)")
addFilter(r" no-manual-page-for-binary ykman") addFilter(r" no-manual-page-for-binary ykman")
addFilter(r" description-shorter-than-summary")
addFilter(r" no-documentation") addFilter(r" no-documentation")

@ -1,11 +1,11 @@
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
%global commit cfa1907cdb261db83bd1534ebb8187bfd5f0647d %global commit 1f22620b623c6b345dd9f9193ec765a542dddc80
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global owner Yubico %global owner Yubico
Name: yubikey-manager Name: yubikey-manager
Version: 3.0.0 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 Summary: Python library and command line tool for configuring a YubiKey
License: BSD License: BSD
@ -52,6 +52,9 @@ Python library for configuring a YubiKey.
%{_bindir}/ykman %{_bindir}/ykman
%changelog %changelog
* Mon Nov 11 2019 Gerald Cox <gbcox@fedoraproject.org - 3.0.0-7.git1f22620
- PCSC Exceptions - rhbz#1684945
* Thu Oct 24 2019 Gerald Cox <gbcox@fedoraproject.org - 3.0.0-6.gitcfa1907 * Thu Oct 24 2019 Gerald Cox <gbcox@fedoraproject.org - 3.0.0-6.gitcfa1907
- PCSC Exceptions - rhbz#1684945 rhbz#1737264 - PCSC Exceptions - rhbz#1684945 rhbz#1737264

Loading…
Cancel
Save