Wolfgang Bauer
2022-03-10 15:52:21 +00:00
committed by Git OBS Bridge
parent cfd08e51f8
commit 4f2f2c87e0
6 changed files with 47 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
%bcond_without released
%global systemstatssover 1
Name: libksysguard5
Version: 5.24.2
Version: 5.24.3
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -158,10 +158,18 @@ QML applications.
%endif
%post plugins
%if %{pkg_vcmp kf5-filesystem >= 20220307}
%set_permissions %{_libexecdir}/ksysguard/ksgrd_network_helper
%else
%set_permissions %{_kf5_libdir}/libexec/ksysguard/ksgrd_network_helper
%endif
%verifyscript plugins
%if %{pkg_vcmp kf5-filesystem >= 20220307}
%verify_permissions -e %{_libexecdir}/ksysguard/ksgrd_network_helper
%else
%verify_permissions -e %{_kf5_libdir}/libexec/ksysguard/ksgrd_network_helper
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -204,10 +212,18 @@ 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
%if %{pkg_vcmp kf5-filesystem >= 20220307}
%dir %{_libexecdir}/kauth/
%{_libexecdir}/kauth/ksysguardprocesslist_helper
%dir %{_libexecdir}/ksysguard/
%{_libexecdir}/ksysguard/ksgrd_network_helper
%else
%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
%endif
%files imports
%license LICENSES/*