diff --git a/libksysguard5.changes b/libksysguard5.changes index b45401d..a5ebe9f 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 7 10:59:46 UTC 2022 - Christophe Giboudeaux + +- Replace %_libdir/libexec with %_libexecdir (boo#1174075) + ------------------------------------------------------------------- Tue Feb 22 16:21:02 UTC 2022 - Fabian Vogt diff --git a/libksysguard5.spec b/libksysguard5.spec index 86f554f..8514a37 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -158,10 +158,10 @@ QML applications. %endif %post plugins -%set_permissions %{_kf5_libdir}/libexec/ksysguard/ksgrd_network_helper +%set_permissions %{_libexecdir}/ksysguard/ksgrd_network_helper %verifyscript plugins -%verify_permissions -e %{_kf5_libdir}/libexec/ksysguard/ksgrd_network_helper +%verify_permissions -e %{_libexecdir}/ksysguard/ksgrd_network_helper %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -204,11 +204,10 @@ QML applications. %{_kf5_sharedir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service %{_kf5_sharedir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy %{_kf5_dbuspolicydir}/org.kde.ksysguard.processlisthelper.conf -%dir %{_kf5_libdir}/libexec/ -%dir %{_kf5_libdir}/libexec/kauth/ -%{_kf5_libdir}/libexec/kauth/ksysguardprocesslist_helper -%dir %{_kf5_libdir}/libexec/ksysguard/ -%{_kf5_libdir}/libexec/ksysguard/ksgrd_network_helper +%dir %{_libexecdir}/kauth/ +%{_libexecdir}/kauth/ksysguardprocesslist_helper +%dir %{_libexecdir}/ksysguard/ +%{_libexecdir}/ksysguard/ksgrd_network_helper %files imports %license LICENSES/*