Add Provides/Obsoletes to replace plasma 5
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/libksysguard6?expand=0&rev=3
This commit is contained in:
parent
c0def530da
commit
e797ef84ac
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 18:52:13 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Add Provides/Obsoletes to replace Plasma 5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 18:36:17 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -78,7 +78,8 @@ BuildRequires: pkgconfig(zlib)
|
||||
# BuildRequires: libcap-progs
|
||||
Recommends: libksysguard6-imports
|
||||
Recommends: libksysguard6-plugins
|
||||
Conflicts: libksysguard5
|
||||
Provides: libksysguard5 = %{version}
|
||||
Obsoletes: libksysguard5 < %{version}
|
||||
|
||||
%description
|
||||
Task management and system monitoring library.
|
||||
@ -92,7 +93,8 @@ This library is used by plugins for KSystemStats, a system monitoring daemon.
|
||||
|
||||
%package -n ksysguardsystemstats6-data
|
||||
Summary: Data needed by libKSysGuardSystemStats
|
||||
Conflicts: ksysguardsystemstats-data
|
||||
Provides: ksysguardsystemstats-data = %{version}
|
||||
Obsoletes: ksysguardsystemstats-data < %{version}
|
||||
|
||||
%description -n ksysguardsystemstats6-data
|
||||
Contains the unversioned D-Bus interface definition for KSystemStats plugins.
|
||||
@ -105,7 +107,8 @@ Requires(post): permissions
|
||||
Requires(verify): permissions
|
||||
Conflicts: kdebase4-workspace < 5.3.0
|
||||
Conflicts: ksysguard5 < 5.21.80
|
||||
Conflicts: libksysguard5-plugins
|
||||
Provides: libksysguard5-plugins = %{version}
|
||||
Obsoletes: libksysguard5-plugins < %{version}
|
||||
|
||||
%description plugins
|
||||
Task management and system monitoring library. This package contains plugins.
|
||||
@ -128,7 +131,8 @@ Requires: cmake(KF6IconThemes) >= %{kf6_version}
|
||||
Requires: cmake(Qt6Core) >= %{qt6_version}
|
||||
Requires: cmake(Qt6Network) >= %{qt6_version}
|
||||
Requires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||
Conflicts: libksysguard5-devel
|
||||
Provides: libksysguard5-devel = %{version}
|
||||
Obsoletes: libksysguard5-devel < %{version}
|
||||
|
||||
%description devel
|
||||
Task management and system monitoring library. This package contains development
|
||||
|
Loading…
Reference in New Issue
Block a user