1
0
forked from pool/libksysguard5
Luca Beltrame 2022-03-07 21:44:01 +00:00 committed by Git OBS Bridge
parent 3d36124b84
commit cfd08e51f8
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 7 10:59:46 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %_libdir/libexec with %_libexecdir (boo#1174075)
-------------------------------------------------------------------
Tue Feb 22 16:21:02 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -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/*