Plasma 5.24.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=325
This commit is contained in:
committed by
Git OBS Bridge
parent
cfd08e51f8
commit
4f2f2c87e0
@@ -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/*
|
||||
|
Reference in New Issue
Block a user