forked from pool/yubico-piv-tool
Accepting request 293264 from home:Simmphonie:yubico
OBS-URL: https://build.opensuse.org/request/show/293264 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=3
This commit is contained in:
parent
900325875e
commit
fc58cbac90
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b8d305beacdc4b113e7ef0a1a6a729481d8e60d29fe2be6d644986061c4831fe
|
|
||||||
size 413100
|
|
3
yubico-piv-tool-0.1.6.tar.gz
Normal file
3
yubico-piv-tool-0.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eff765169153fdf75ba4ff48eb2e4748f62623760bb5c15e4cce89b7263f59bb
|
||||||
|
size 416611
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 26 12:47:38 UTC 2015 - t.gruner@katodev.de
|
||||||
|
|
||||||
|
- Version 0.1.6 (released 2015-03-23)
|
||||||
|
Add a read-certificate action to the tool.
|
||||||
|
Add a status action to the tool.
|
||||||
|
Fix a library bug so NULL can be passed to ykpiv_verify()
|
||||||
|
Add a test-signature action to the tool.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 9 14:54:37 UTC 2015 - t.gruner@katodev.de
|
Mon Feb 9 14:54:37 UTC 2015 - t.gruner@katodev.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
%define soname 1
|
%define soname 1
|
||||||
|
|
||||||
Name: yubico-piv-tool
|
Name: yubico-piv-tool
|
||||||
Version: 0.1.5
|
Version: 0.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yubico YubiKey NEO CCID Manager
|
Summary: Yubico YubiKey NEO CCID Manager
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
@ -80,7 +80,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|||||||
%files -n libykpiv%{soname}
|
%files -n libykpiv%{soname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libykpiv.so.%{soname}
|
%{_libdir}/libykpiv.so.%{soname}
|
||||||
%{_libdir}/libykpiv.so.%{soname}.0.3
|
%{_libdir}/libykpiv.so.%{soname}.0.4
|
||||||
|
|
||||||
%files -n libykpiv-devel
|
%files -n libykpiv-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user