diff --git a/keepassxc.spec b/keepassxc.spec index 4b03745..0cf1f95 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -1,6 +1,6 @@ Name: keepassxc Version: 2.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform password manager License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain URL: http://www.keepassxc.org/ @@ -49,7 +49,7 @@ cd build -DWITH_TESTS=OFF \ -DWITH_XC_HTTP=ON \ -DWITH_XC_AUTOTYPE=ON \ - -DWITH_XC_YUBIKEY=ON \ + -DWITH_XC_YUBIKEY=OFF \ -DCMAKE_BUILD_TYPE=Release make %{?_smp_mflags} @@ -109,5 +109,8 @@ desktop-file-validate %{_datadir}/applications/keepassxc.desktop &> /dev/null || %{_libdir}/%{name} %changelog +* Fri May 19 2017 Caterpillar - 2.1.4-2 +- Disabled Yubikey support. It will be re-enabled on 2.2.0 release + * Sun May 14 2017 Germano Massullo - 2.1.4-1 - First release on Fedora repository