Require kf6-kwallet if compat build

epel9
Alessandro Astone 1 year ago
parent 64bcce9b34
commit d511736cb1

@ -12,7 +12,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.111.0 Version: 5.111.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: KDE Frameworks 5 Tier 3 solution for password management Summary: KDE Frameworks 5 Tier 3 solution for password management
License: LGPLv2+ License: LGPLv2+
@ -61,6 +61,10 @@ Requires: pinentry-gui
Recommends: pinentry-gui Recommends: pinentry-gui
%endif %endif
%if %{with kf6_compat}
Requires: kf6-%{framework}%{?_isa}
%endif
%description %description
KWallet is a secure and unified container for user passwords. 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 %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 * 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 - Move {_kf5_bindir}/kwallet-query into if statement as it conflicts with KF6 KWallet

Loading…
Cancel
Save