#2 Converted all external runtime checkers to a weak dependencies
Merged 2 years ago by justinz. Opened 2 years ago by xvitaly.
Unknown source weak  into  rawhide

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

  Name:    kinfocenter

  Version: 5.25.5

- Release: 1%{?dist}

+ Release: 2%{?dist}

  Summary: KDE Info Center

  

  License: GPLv2+ and LGPLv2+
@@ -55,12 +55,16 @@

  # Optional

  BuildRequires:  kf5-kwayland-devel

  

- Requires: aha

  # runtime query of usb.ids, oui.txt

- Requires: egl-utils

  Requires: hwdata

- Requires: wayland-utils

- Requires: vulkan-tools

+ 

+ # External runtime checkers

+ Recommends: aha

+ Recommends: egl-utils

+ Recommends: fwupd

+ Recommends: smartmontools

+ Recommends: vulkan-tools

+ Recommends: wayland-utils

  Recommends: xdpyinfo

  

  # When kinfocenter was split out from kde-workspace
@@ -119,6 +123,9 @@

  

  

  %changelog

+ * Sun Sep 11 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 5.25.5-2

+ - Converted all external runtime checkers as a weak dependencies.

+ 

  * Wed Sep 07 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.5-1

  - 5.25.5

  

Kinfocernter can work fine without their installation, so no need to require them.

rebased onto 8a40319

2 years ago

Pull-Request has been merged by justinz

2 years ago
Metadata