Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2018-12-21 08:18:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Fri Dec 21 08:18:56 2018 rev:13 rq:658956 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2018-12-11 
15:46:37.478286228 +0100
+++ /work/SRC/openSUSE:Factory/.fwupd.new.28833/fwupd.changes   2018-12-21 
08:18:57.753707939 +0100
@@ -1,0 +2,12 @@
+Tue Dec 11 04:25:11 UTC 2018 - Gary Ching-Pang Lin <[email protected]>
+
+- Add pesign-obs-integration to BuildRequires and add fwupd*.efi to
+  BRP_PESIGN_FILES to get it signed
+- Add LC_IMAGES and use efivar only if %{with efi_fw_update}
+  + Also update the version requirement of efivar
+- Disable Redfish and NVME plugins if %{without efi_fw_update}
+  since those two plugins require efivar
+- Remove fwup from BuildRequires since fwupdate is already merged
+  into fwupd.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.Ya2ztM/_old  2018-12-21 08:18:58.241707483 +0100
+++ /var/tmp/diff_new_pack.Ya2ztM/_new  2018-12-21 08:18:58.245707479 +0100
@@ -14,6 +14,7 @@
 
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
+# needssslcertforbuild
 
 
 %ifarch %{ix86} x86_64 aarch64
@@ -57,7 +58,6 @@
 BuildRequires:  pkgconfig(bash-completion)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(colorhug) >= 1.2.12
-BuildRequires:  pkgconfig(efivar)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.9
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.45.8
@@ -80,8 +80,9 @@
 BuildRequires:  pkgconfig(valgrind)
 %if %{with efi_fw_update}
 BuildRequires:  gnu-efi
+BuildRequires:  pesign-obs-integration
 BuildRequires:  pkgconfig(efiboot)
-BuildRequires:  pkgconfig(fwup) >= 10
+BuildRequires:  pkgconfig(efivar) >= 33
 %endif
 %ifarch %{ix86} x86_64
 BuildRequires:  pkgconfig(libsmbios_c) >= 2.3.0
@@ -146,6 +147,8 @@
 # Synaptics requires Dell support, i.e. x86 only
 %meson \
 %if %{without efi_fw_update}
+  -Dplugin_nvme=false \
+  -Dplugin_redfish=false \
   -Dplugin_uefi=false \
 %endif
 %ifnarch %{ix86} x86_64
@@ -156,6 +159,7 @@
 %meson_build
 
 %install
+export BRP_PESIGN_FILES='%{_libexecdir}/fwupd/efi/fwupd*.efi'
 %meson_install
 # README.md is packaged as doc
 rm %{buildroot}%{_localstatedir}/lib/fwupd/builder/README.md


Reply via email to