diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 0a5b446..cb9c9a8 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -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 - 5.111.0-4 +- Require kf6-kwallet if compat build + * Sun Oct 15 2023 Justin Zobel - 5.111.0-3 - Move {_kf5_bindir}/kwallet-query into if statement as it conflicts with KF6 KWallet