forked from pool/libksysguard5
Use %_libexecdir
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=323
This commit is contained in:
parent
3d36124b84
commit
cfd08e51f8
@ -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>
|
||||
|
||||
|
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user