From cfd08e51f8f595fd982947b1f2ae3a51a95bebc9e774938044cce8f54becad1b Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 7 Mar 2022 21:44:01 +0000 Subject: [PATCH] Use %_libexecdir OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=323 --- libksysguard5.changes | 5 +++++ libksysguard5.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) 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/*