Accepting request 505681 from hardware
- Update to version 17.06.00: * ACPICA: Update to version 20170531 * olog: olog.json: Update OPAL skiboot errors to check on olog scan * bios: mtrr: print out actual default type of MTRR * lib: fwts_alloc: only parse mem info once we have a valid line read in * lib: fwts_safe_mem: add SIGBUS handling * lib: fwts_alloc: re-work the memory parsing again * acpi: method use correct format specifier for uint32_t type * bios: mtrr: fix compile error in ubuntu trusty * opal: fix tests dependency on libfdt * bios: mtrr: fix overlaped MTRR (LP: #1694710) OBS-URL: https://build.opensuse.org/request/show/505681 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=25
This commit is contained in:
commit
92249b2c3d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0fc737b661cfaf7f25daebcb61f2bfe090620d31e7692249bec500aff20a86d2
|
|
||||||
size 3618578
|
|
3
fwts-V17.06.00.tar.gz
Normal file
3
fwts-V17.06.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:794dc016f0402ac1aba12bc992837a731614833898fcba295dbaf9feef42fb8f
|
||||||
|
size 3654470
|
@ -1,8 +1,8 @@
|
|||||||
Index: src/acpica/source/compiler/aslutils.c
|
Index: fwts-17.06.00/src/acpica/source/compiler/aslutils.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/acpica/source/compiler/aslutils.c.orig
|
--- fwts-17.06.00.orig/src/acpica/source/compiler/aslutils.c
|
||||||
+++ src/acpica/source/compiler/aslutils.c
|
+++ fwts-17.06.00/src/acpica/source/compiler/aslutils.c
|
||||||
@@ -454,7 +454,7 @@ UtDisplaySummary (
|
@@ -490,7 +490,7 @@ UtDisplaySummary (
|
||||||
/* Compiler name and version number */
|
/* Compiler name and version number */
|
||||||
|
|
||||||
FlPrintFile (FileId, "%s version %X [%s]\n\n",
|
FlPrintFile (FileId, "%s version %X [%s]\n\n",
|
||||||
|
17
fwts.changes
17
fwts.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 22 12:56:12 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 17.06.00:
|
||||||
|
* ACPICA: Update to version 20170531
|
||||||
|
* olog: olog.json: Update OPAL skiboot errors to check on olog
|
||||||
|
scan
|
||||||
|
* bios: mtrr: print out actual default type of MTRR
|
||||||
|
* lib: fwts_alloc: only parse mem info once we have a valid line
|
||||||
|
read in
|
||||||
|
* lib: fwts_safe_mem: add SIGBUS handling
|
||||||
|
* lib: fwts_alloc: re-work the memory parsing again
|
||||||
|
* acpi: method use correct format specifier for uint32_t type
|
||||||
|
* bios: mtrr: fix compile error in ubuntu trusty
|
||||||
|
* opal: fix tests dependency on libfdt
|
||||||
|
* bios: mtrr: fix overlaped MTRR (LP: #1694710)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 4 07:58:46 UTC 2017 - mpluskal@suse.com
|
Sun Jun 4 07:58:46 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fwts
|
Name: fwts
|
||||||
Version: 17.05.00
|
Version: 17.06.00
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Firmware Test Suite
|
Summary: Firmware Test Suite
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -52,7 +52,7 @@ issues.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c %{name}-%{version}
|
%setup -q -c %{name}-%{version}
|
||||||
%patch1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
Loading…
Reference in New Issue
Block a user