Hello community,

here is the log from the commit of package fwupdate for openSUSE:Factory 
checked in at 2017-03-12 20:05:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupdate (Old)
 and      /work/SRC/openSUSE:Factory/.fwupdate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupdate"

Sun Mar 12 20:05:01 2017 rev:3 rq:478068 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupdate/fwupdate.changes        2016-07-30 
00:28:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fwupdate.new/fwupdate.changes   2017-03-12 
20:05:03.996701299 +0100
@@ -1,0 +2,6 @@
+Thu Mar  9 15:43:29 UTC 2017 - [email protected]
+
+- Enable efivar API patch based on pkg-config data and require
+  at least gnu-efi-3.0.2.  (ramification of FATE#322108)
+
+-------------------------------------------------------------------
@@ -10 +16 @@
-- Amend the spec file to detect SLE/openSUSE
+- Amend the spec file to detect SLE/openSUSE (bsc#990228)

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

Other differences:
------------------
++++++ fwupdate.spec ++++++
--- /var/tmp/diff_new_pack.9lgc9B/_old  2017-03-12 20:05:04.696602260 +0100
+++ /var/tmp/diff_new_pack.9lgc9B/_new  2017-03-12 20:05:04.708600562 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fwupdate
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -35,7 +35,7 @@
 BuildRequires:  elfutils
 BuildRequires:  fdupes
 BuildRequires:  gettext
-BuildRequires:  gnu-efi
+BuildRequires:  gnu-efi >= 3.0.2
 BuildRequires:  pesign-obs-integration
 BuildRequires:  pkg-config
 BuildRequires:  popt-devel
@@ -93,9 +93,9 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%if 0%{?suse_version} > 1320
+if [ "$(pkg-config --modversion efivar)" > "0.23" ]; then
 %patch2 -p1
-%endif
+fi
 %patch3 -p1
 %patch4 -p1
 


Reply via email to