forked from pool/fwupd
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:
parent
e911b64f10
commit
7365bb2448
@ -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>
|
||||
|
||||
|
@ -51,8 +51,8 @@ Source: %{name}-%{version}.tar.xz
|
||||
Patch1: fwupd-bsc1130056-change-shim-path.patch
|
||||
# PATCH-FIX-OPENSUSE fwupd-jscSLE-11766-close-efidir-leap-gap.patch jsc#SLE-11766 qkzhu@suse.com -- Set SLE and openSUSE esp os dir at runtime
|
||||
Patch2: fwupd-jscSLE-11766-close-efidir-leap-gap.patch
|
||||
Patch3: harden_fwupd-offline-update.service.patch
|
||||
Patch4: harden_fwupd-refresh.service.patch
|
||||
Patch3: harden_fwupd-offline-update.service.patch
|
||||
Patch4: harden_fwupd-refresh.service.patch
|
||||
|
||||
BuildRequires: dejavu-fonts
|
||||
%if %{with fish_support}
|
||||
@ -119,6 +119,7 @@ Provides: dbxtool
|
||||
Requires: shim >= 11
|
||||
%endif
|
||||
%endif
|
||||
Requires: (fwupd-efi if shim)
|
||||
|
||||
%description
|
||||
fwupd is a daemon to allows session software to update device firmware on
|
||||
@ -179,6 +180,7 @@ A debugging utility for the TPM event log.
|
||||
Summary: Allow session software to update device firmware
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libfwupd2 = %{version}
|
||||
Requires: libfwupdplugin2 = %{version}
|
||||
|
||||
%description devel
|
||||
fwupd is a daemon to allows session software to update device firmware on
|
||||
|
Loading…
Reference in New Issue
Block a user