Accepting request 929671 from home:dimstar:Factory

- If the machine we install onto has shim installed, it is likely
  an EFI based system. Require fwupd-efi in this case
  (boo#1192206).

- Require libfwupdplugin2 by the -devel package: the -devel package
  installs the .so symlink, thus we must guarantee the target
  library to be present.

OBS-URL: https://build.opensuse.org/request/show/929671
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=108
This commit is contained in:
2021-11-05 14:04:04 +00:00
committed by Git OBS Bridge
parent e911b64f10
commit 7365bb2448
2 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Nov 5 14:02:26 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- If the machine we install onto has shim installed, it is likely
an EFI based system. Require fwupd-efi in this case
(boo#1192206).
-------------------------------------------------------------------
Fri Nov 5 11:27:16 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Require libfwupdplugin2 by the -devel package: the -devel package
installs the .so symlink, thus we must guarantee the target
library to be present.
-------------------------------------------------------------------
Fri Oct 15 07:30:24 UTC 2021 - Johannes Segitz <jsegitz@suse.com>