- Update to version 17.11.00:
* acpi: devices: add a new test for acpi ec device * acpi: devices: add a new test for ACPI AC adapter device * acpi: devices: add a new test for ACPI battery device * acpi: devices: add a new test for smart battery device * acpi: devices: add new tests for power and sleep button devices * acpi: madt: check GICD's system vector according to mantis 1819 (ACPI 6.2a) * acp: nfit: add platform capability according to manit 1831 (ACPI 6.2a) * lib: add new large resource data type for _CRS methods * acpi: sdev: add ACPI SDEV test (mantis 1632) * acpi: dppt: add ACPI PDTT test (mantis 1576) * acpi: devices: add new tests for lid device * acpi: devices: add new tests for ambient light sensor device * acpi: devices: add new tests for time and alarm device * acpi: devices: add new tests for wireless power calibration device * acpi: add tests for _SRT control method * auto-packager: mkpackage.sh: add bionic * fwts: add bash command-line completion * Add ACPI 1.0 RSDP test to make sure RSDT field isn't null * ACPICA: Update to version 20171110 * uefi: uefidump: add dumping for BluetoothLE device path * uefi: uefidump: add dumping for DNS device path * uefi: uefibootpath: add test for BluetoothLE device path * uefi: uefibootpath: add test for DNS device path OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=67
This commit is contained in:
parent
79c083d5f3
commit
0f6d9043a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79f93ae0c419326e16f0057a99445b6626719f001f34a2ade32d40da773e7272
|
||||
size 3701428
|
3
fwts-V17.11.00.tar.gz
Normal file
3
fwts-V17.11.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e2a4592394c1ed289d9ad10256c788c2f4708f022152b9298504f69ba1a585b
|
||||
size 3710611
|
31
fwts.changes
31
fwts.changes
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 16:25:19 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 17.11.00:
|
||||
* acpi: devices: add a new test for acpi ec device
|
||||
* acpi: devices: add a new test for ACPI AC adapter device
|
||||
* acpi: devices: add a new test for ACPI battery device
|
||||
* acpi: devices: add a new test for smart battery device
|
||||
* acpi: devices: add new tests for power and sleep button devices
|
||||
* acpi: madt: check GICD's system vector according to mantis 1819
|
||||
(ACPI 6.2a)
|
||||
* acp: nfit: add platform capability according to manit 1831
|
||||
(ACPI 6.2a)
|
||||
* lib: add new large resource data type for _CRS methods
|
||||
* acpi: sdev: add ACPI SDEV test (mantis 1632)
|
||||
* acpi: dppt: add ACPI PDTT test (mantis 1576)
|
||||
* acpi: devices: add new tests for lid device
|
||||
* acpi: devices: add new tests for ambient light sensor device
|
||||
* acpi: devices: add new tests for time and alarm device
|
||||
* acpi: devices: add new tests for wireless power calibration
|
||||
device
|
||||
* acpi: add tests for _SRT control method
|
||||
* auto-packager: mkpackage.sh: add bionic
|
||||
* fwts: add bash command-line completion
|
||||
* Add ACPI 1.0 RSDP test to make sure RSDT field isn't null
|
||||
* ACPICA: Update to version 20171110
|
||||
* uefi: uefidump: add dumping for BluetoothLE device path
|
||||
* uefi: uefidump: add dumping for DNS device path
|
||||
* uefi: uefibootpath: add test for BluetoothLE device path
|
||||
* uefi: uefibootpath: add test for DNS device path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 15:20:29 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: fwts
|
||||
Version: 17.09.02
|
||||
Version: 17.11.00
|
||||
Release: 0
|
||||
Summary: Firmware Test Suite
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Other
|
||||
Url: https://wiki.ubuntu.com/Kernel/Reference/fwts
|
||||
URL: https://wiki.ubuntu.com/Kernel/Reference/fwts
|
||||
Source0: http://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE fwts-no-compiletime.patch
|
||||
Patch1: fwts-no-compiletime.patch
|
||||
@ -33,11 +33,13 @@ BuildRequires: flex
|
||||
BuildRequires: libfdt-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(json)
|
||||
BuildRequires: pkgconfig(libpci)
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
Requires: bash-completion
|
||||
Recommends: acpica
|
||||
Recommends: dmidecode
|
||||
Recommends: pciutils
|
||||
@ -76,6 +78,7 @@ rm -f "%{buildroot}/%{_libdir}/%{name}"/*.so
|
||||
%{_mandir}/man1/fwts-collect.1%{ext_man}
|
||||
%{_mandir}/man1/fwts-frontend-text.1%{ext_man}
|
||||
%{_mandir}/man1/fwts.1%{ext_man}
|
||||
%{_datadir}/bash-completion/completions/fwts
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/fwts/klog.json
|
||||
%{_datadir}/fwts/syntaxcheck.json
|
||||
|
Loading…
Reference in New Issue
Block a user