Hello community,
here is the log from the commit of package fwupdate for openSUSE:Factory
checked in at 2018-04-11 13:48:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupdate (Old)
and /work/SRC/openSUSE:Factory/.fwupdate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Advertising
Package is "fwupdate"
Wed Apr 11 13:48:00 2018 rev:7 rq:594696 version:9+git21.gcd8f7d7
Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupdate/fwupdate.changes 2017-12-19
10:46:11.400969405 +0100
+++ /work/SRC/openSUSE:Factory/.fwupdate.new/fwupdate.changes 2018-04-11
13:48:07.244901316 +0200
@@ -1,0 +2,5 @@
+Mon Apr 9 03:37:59 UTC 2018 - g...@suse.com
+
+- Require shim only for x86_64 (bsc#1088434)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fwupdate.spec ++++++
--- /var/tmp/diff_new_pack.ucbrIj/_old 2018-04-11 13:48:08.396859630 +0200
+++ /var/tmp/diff_new_pack.ucbrIj/_new 2018-04-11 13:48:08.396859630 +0200
@@ -1,7 +1,7 @@
#
# spec file for package fwupdate
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
Version: 9+git21.gcd8f7d7
Release: 0
Summary: Tools to manage UEFI firmware updates
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/Base
Url: https://github.com/rhinstaller/fwupdate
Source: %{name}-%{version}.tar.bz2
@@ -51,7 +51,9 @@
Requires: %{name}-efi
Requires: efibootmgr
Requires: libfwup1 = %{version}-%{release}
+%ifarch x86_64
Requires: shim
+%endif
%{?systemd_requires}
ExclusiveArch: x86_64 %{ix86} aarch64
@@ -86,7 +88,9 @@
%package efi
Summary: UEFI binaries used by libfwup
Group: System/Base
+%ifarch x86_64
Requires: shim
+%endif
%description efi
UEFI binaries used by libfwup to update the firmware.