Hello community, here is the log from the commit of package fwupdate for openSUSE:Factory checked in at 2017-12-19 10:45:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwupdate (Old) and /work/SRC/openSUSE:Factory/.fwupdate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwupdate" Tue Dec 19 10:45:56 2017 rev:6 rq:557980 version:9+git21.gcd8f7d7 Changes: -------- --- /work/SRC/openSUSE:Factory/fwupdate/fwupdate.changes 2017-11-20 17:07:10.825908430 +0100 +++ /work/SRC/openSUSE:Factory/.fwupdate.new/fwupdate.changes 2017-12-19 10:46:11.400969405 +0100 @@ -1,0 +2,19 @@ +Mon Dec 18 10:42:01 CET 2017 - [email protected] + +- bring back accidental removed needssslcertforbuild + +------------------------------------------------------------------- +Fri Dec 15 15:37:49 UTC 2017 - [email protected] + +- EFI updates through fwupdate are also possible on Aarch64. + smbios support is only relevant for some Dell machines, i.e. + x86 only. + +------------------------------------------------------------------- +Thu Dec 14 14:37:10 CET 2017 - [email protected] + +- disable _unique_debug_names fow now + fwupdate wants to install it's own debug files, but doesn't know + about this option yet + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwupdate.spec ++++++ --- /var/tmp/diff_new_pack.s6s3GW/_old 2017-12-19 10:46:11.856947392 +0100 +++ /var/tmp/diff_new_pack.s6s3GW/_new 2017-12-19 10:46:11.856947392 +0100 @@ -17,6 +17,14 @@ # needssslcertforbuild +%ifarch %{x86} x86_64 +# as soon as the kernel support SMBIOS calls over ACPI-WMI, +# this is no longer needed +%bcond_without libsmbios +%else +%bcond_with libsmbios +%endif + Name: fwupdate Version: 9+git21.gcd8f7d7 Release: 0 @@ -33,7 +41,9 @@ BuildRequires: fdupes BuildRequires: gettext BuildRequires: gnu-efi >= 3.0.2 +%if %{with libsmbios} BuildRequires: libsmbios-devel +%endif BuildRequires: pesign-obs-integration BuildRequires: pkg-config BuildRequires: popt-devel @@ -43,7 +53,7 @@ Requires: libfwup1 = %{version}-%{release} Requires: shim %{?systemd_requires} -ExclusiveArch: x86_64 %{ix86} +ExclusiveArch: x86_64 %{ix86} aarch64 %if 0%{?is_opensuse} %global efidir opensuse @@ -51,6 +61,8 @@ %global efidir sles %endif +%undefine _unique_debug_names + %description fwupdate provides a simple command line interface to the UEFI firmware updates.
