|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.111.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 solution for password management
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -61,6 +61,10 @@ Requires: pinentry-gui
|
|
|
|
|
Recommends: pinentry-gui
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with kf6_compat}
|
|
|
|
|
Requires: kf6-%{framework}%{?_isa}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
KWallet is a secure and unified container for user passwords.
|
|
|
|
|
|
|
|
|
@ -142,6 +146,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 16 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-4
|
|
|
|
|
- Require kf6-kwallet if compat build
|
|
|
|
|
|
|
|
|
|
* Sun Oct 15 2023 Justin Zobel <justin.zobel@gmail.com> - 5.111.0-3
|
|
|
|
|
- Move {_kf5_bindir}/kwallet-query into if statement as it conflicts with KF6 KWallet
|
|
|
|
|
|
|
|
|
|