Accepting request 1249397 from KDE:Frameworks
OBS-URL: https://build.opensuse.org/request/show/1249397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinfocenter6?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 13:54:36 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Downgrade dmidecode (not available on all archs) and
|
||||
/usr/bin/eglinfo (boo#1238199) to recommends again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 13:17:18 UTC 2025 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
||||
|
||||
- Update spec to the current state of things:
|
||||
* Requires aha if fwupd
|
||||
* Requires clinfo if OpenCL is installed
|
||||
* Requires dmidecode to show device Product Name, Serial Number
|
||||
and information on system memory
|
||||
* Recommends libdisplay-info-tools (/usr/bin/di-edid-decode)
|
||||
for EDID kcm.
|
||||
* Requires /usr/bin/eglinfo, instead of Recommends.
|
||||
* Deprecate update-desktop-files
|
||||
(https://en.opensuse.org/openSUSE:Update-desktop-files_deprecation)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 19:38:36 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@@ -44,7 +44,6 @@ BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: pkgconfig
|
||||
# For creating the post-install symlink
|
||||
BuildRequires: systemsettings6
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF6Auth) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Config) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||
@@ -62,6 +61,7 @@ Provides: kinfocenter5 = %{version}
|
||||
Obsoletes: kinfocenter5 < %{version}
|
||||
Obsoletes: kinfocenter5-lang < %{version}
|
||||
Requires: kf6-kcmutils-imports >= %{kf6_version}
|
||||
|
||||
# needed for the fileindexermonitor
|
||||
Requires: kf6-baloo-imports >= %{kf6_version}
|
||||
# The executable is now a link to systemsettings6
|
||||
@@ -72,16 +72,20 @@ Requires: pciutils
|
||||
Requires: /usr/bin/glxinfo
|
||||
# Vulkan might not be needed
|
||||
Requires: (/usr/bin/vulkaninfo if libvulkan1)
|
||||
# Plasma Wayland and X11 sessions are always installed
|
||||
# Plasma Wayland is always installed
|
||||
Requires: /usr/bin/wayland-info
|
||||
# Provides information on X
|
||||
Requires: /usr/bin/xdpyinfo
|
||||
# Note: Not available as /usr/bin/eglinfo yet (boo#1195695)
|
||||
Recommends: /usr/bin/eglinfo
|
||||
# clinfo if OpenCL is installed
|
||||
Requires: (clinfo if libOpenCL1)
|
||||
# dmidecode is used to show information on memory
|
||||
Recommends: dmidecode
|
||||
# The "Firmware Security" page does fwupdmgr ... | aha | ...
|
||||
Recommends: (aha if fwupd)
|
||||
# Mesa-demos includes it, but as a whole it's too fat,
|
||||
# so don't pull it in by default.
|
||||
Suggests: Mesa-demo
|
||||
Requires: (aha if fwupd)
|
||||
# EDID kcm requires di-edid-decode
|
||||
Recommends: libdisplay-info-tools >= 0.2.0
|
||||
|
||||
%description
|
||||
KDE Utility that provides information about a computer system.
|
||||
|
Reference in New Issue
Block a user