#4 Only require dmidecode on i686, x86_64 & aarch64
Merged 6 months ago by than. Opened 6 months ago by siosm.
rpms/ siosm/kinfocenter dmidecode-arches  into  rawhide

file modified
+6 -1
@@ -1,6 +1,6 @@ 

  Name:    kinfocenter

  Version: 5.90.0

- Release: 1%{?dist}

+ Release: 2%{?dist}

  Summary: KDE Info Center

  

  License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND FSFAP AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-GPL AND LicenseRef-KDE-Accepted-LGPL
@@ -50,7 +50,9 @@ 

  # Runtime Dependancies

  Requires: plasma-systemsettings

  Requires: wayland-utils

+ %ifarch %{ix86} x86_64 aarch64

  Requires: dmidecode

+ %endif

  Requires: vulkan-tools

  Requires: xdpyinfo

  Requires: egl-utils
@@ -104,6 +106,9 @@ 

  

  

  %changelog

+ * Wed Dec 13 2023 Timothée Ravier <tim@siosm.fr> - 5.90.0-2

+ - Only require dmidecode on i686, x86_64 & aarch64

+ 

  * Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1

  - Update to 5.90.0

  

dmidecode is only available on i686, x86_64 and aarch64.

See: https://src.fedoraproject.org/rpms/dmidecode

Pull-Request has been merged by than

6 months ago
Metadata