|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: keepassxc
|
|
|
|
|
Version: 2.6.2
|
|
|
|
|
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/
|
|
|
|
@ -71,7 +71,7 @@ information can be considered as quite safe.
|
|
|
|
|
-DWITH_TESTS=OFF \
|
|
|
|
|
-DWITH_XC_ALL=ON \
|
|
|
|
|
-DWITH_XC_KEESHARE_SECURE=ON \
|
|
|
|
|
-WITH_XC_UPDATECHECK=OFF \
|
|
|
|
|
-DWITH_XC_UPDATECHECK=OFF \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=Release
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
@ -123,6 +123,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
|
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 26 2020 Germano Massullo <germano.massullo@gmail.com> - 2.6.2-2
|
|
|
|
|
- replaced -WITH_XC_UPDATECHECK=OFF with -DWITH_XC_UPDATECHECK=OFF Read https://bugzilla.redhat.com/show_bug.cgi?id=1887609
|
|
|
|
|
|
|
|
|
|
* Fri Oct 23 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.6.2-1
|
|
|
|
|
- Update to 2.6.2
|
|
|
|
|
|
|
|
|
|