diff --git a/ksysguard.spec b/ksysguard.spec index c95e143..a2f7b94 100644 --- a/ksysguard.spec +++ b/ksysguard.spec @@ -1,6 +1,6 @@ Name: ksysguard Version: 5.21.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: KDE Process Management application License: GPLv2 @@ -54,12 +54,15 @@ Requires: ksystemstats = %{version}-%{release} %description %{summary}. -%package plugins -Summary: KDE Process Manager Plugins +%package backend +Summary: KDE Process Manager Backend +# -plugins -> -backend renamed +Obsoletes: ksysguard-plugins < 5.21.1-6 +Provides: ksysguard-plugins = %{version}-%{release} # Deal with the split of libraries and ksystemstats Conflicts: %{name} < 5.21.1-2 -%description plugins +%description backend %{summary}. %package -n ksysguardd @@ -72,7 +75,7 @@ Conflicts: %{name} < 5.21.1-2 %package -n ksystemstats Summary: System statistics daemon -Requires: %{name}-plugins%{?_isa} = %{version}-%{release} +Requires: %{name}-backend%{?_isa} = %{version}-%{release} Requires: ksysguardd = %{version}-%{release} # Deal with the split of libraries and ksystemstats Conflicts: %{name} < 5.21.1-2 @@ -119,7 +122,7 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.ksysguard %{_kf5_datadir}/knotifications5/ksysguard.notifyrc %{_kf5_datadir}/kxmlgui5/ksysguard/ -%files plugins +%files backend %license COPYING %{_kf5_libdir}/libksgrdbackend.so %{_qt5_plugindir}/ksysguard/ @@ -137,6 +140,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.ksysguard %changelog +* Mon Mar 01 2021 Rex Dieter - 5.21.1-7 +- rename -plugins to -backends + * Mon Mar 01 2021 Rex Dieter - 5.21.1-6 - ksystemstats: Conflicts: ksysguard < 5.21.1-2