Hello community, here is the log from the commit of package fwupd for openSUSE:Factory checked in at 2020-12-18 19:56:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwupd (Old) and /work/SRC/openSUSE:Factory/.fwupd.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwupd" Fri Dec 18 19:56:44 2020 rev:38 rq:855933 version:1.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes 2020-12-12 20:28:02.181581553 +0100 +++ /work/SRC/openSUSE:Factory/.fwupd.new.5145/fwupd.changes 2020-12-18 19:56:46.657895059 +0100 @@ -1,0 +2,6 @@ +Mon Dec 14 09:58:47 UTC 2020 - Gary Ching-Pang Lin <g...@suse.com> + +- Add fwupd-bsc1179790-disable-hintsystem.patch to remove + Block.HintSystem from ESP filtering (bsc#1179790) + +------------------------------------------------------------------- New: ---- fwupd-bsc1179790-disable-hintsystem.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwupd.spec ++++++ --- /var/tmp/diff_new_pack.7meu3Y/_old 2020-12-18 19:56:47.197895636 +0100 +++ /var/tmp/diff_new_pack.7meu3Y/_new 2020-12-18 19:56:47.201895640 +0100 @@ -44,6 +44,8 @@ Patch1: fwupd-bsc1130056-change-shim-path.patch # PATCH-FIX-OPENSUSE fwupd-jscSLE-11766-close-efidir-leap-gap.patch jsc#SLE-11766 qk...@suse.com -- Set SLE and openSUSE esp os dir at runtime Patch2: fwupd-jscSLE-11766-close-efidir-leap-gap.patch +# PATCH-FIX-UPSTREAM fwupd-bsc1179790-disable-hintsystem.patch bsc#1179790 g...@suse.com Do not use the Block.HintSystem boolean for ESP filtering +Patch3: fwupd-bsc1179790-disable-hintsystem.patch BuildRequires: dejavu-fonts %if %{with fish_support} ++++++ fwupd-bsc1179790-disable-hintsystem.patch ++++++ commit c60e58b2cfa277950cce80c3a4d33a0faaa90f20 Author: Richard Hughes <rich...@hughsie.com> Date: Mon Dec 14 09:36:46 2020 +0000 Do not use the Block.HintSystem boolean for ESP filtering Fixes https://github.com/fwupd/fwupd/issues/2676 diff --git a/libfwupdplugin/fu-common.c b/libfwupdplugin/fu-common.c index a3cc2d82..2e25095f 100644 --- a/libfwupdplugin/fu-common.c +++ b/libfwupdplugin/fu-common.c @@ -2463,8 +2463,6 @@ fu_common_get_esp_default (GError **error) g_autofree gchar *type = fu_volume_get_id_type (vol); if (type == NULL) continue; - if (!fu_volume_is_internal (vol)) - continue; if (g_strcmp0 (type, "vfat") == 0) g_ptr_array_add (volumes_vfat, vol); } _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org