From 89a018f210857ffd887b13b5669fd62940b7dc2d Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Mon, 26 Jun 2017 13:16:24 +0200 Subject: [PATCH] enabled yubikey support --- keepassxc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keepassxc.spec b/keepassxc.spec index 17b81e8..e7000be 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -49,7 +49,7 @@ cd build -DWITH_TESTS=OFF \ -DWITH_XC_HTTP=ON \ -DWITH_XC_AUTOTYPE=ON \ - -DWITH_XC_YUBIKEY=OFF \ + -DWITH_XC_YUBIKEY=ON \ -DCMAKE_BUILD_TYPE=Release make %{?_smp_mflags} @@ -113,6 +113,7 @@ desktop-file-validate %{_datadir}/applications/keepassxc.desktop &> /dev/null || * Mon Jun 26 2017 Germano Massullo - 2.2.0-1 - 2.2.0 release - added %{_bindir}/keepassxc-cli +- changed -DWITH_XC_YUBIKEY=OFF to -DWITH_XC_YUBIKEY=ON * Fri May 19 2017 Germano Massullo - 2.1.4-2 - Disabled Yubikey support. It will be re-enabled on 2.2.0 release