Accepting request 409084 from hardware

- Update to version 16.06.01:
  * lib: acpi: add an acpi category
  * live-image/fwts-frontend-text: add selections of acpi and uefi 
    tests
  * acpi: add tests to acpi category
  * acpi: fwts-tests: Remove redundant tailing space and update 
    fwts-tests
  * auto-packager: mkpackage.sh: remove lucid
  * auto-packager: mkpackage.sh: add wily
  * acpi: Add SPCR ACPI table check (LP: #1433604)
  * dmi: dmicheck: add 4 new DMI chassis types
  * lots of bugfixes
- Enable building on all architectures

OBS-URL: https://build.opensuse.org/request/show/409084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2016-07-20 07:17:56 +00:00 committed by Git OBS Bridge
commit b2ec633708
4 changed files with 26 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61d9739a28095603c4a8061ce99182d0cdfc9124b83e030b1f983533ebd07625
size 3452886

3
fwts-V16.06.00.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8b49f26a3bed24d5cbf8d03224a15b7b61c9e4e99ad13cef67163206b3f908a
size 3453664

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jul 16 14:24:35 UTC 2016 - mpluskal@suse.com
- Update to version 16.06.01:
* lib: acpi: add an acpi category
* live-image/fwts-frontend-text: add selections of acpi and uefi
tests
* acpi: add tests to acpi category
* acpi: fwts-tests: Remove redundant tailing space and update
fwts-tests
* auto-packager: mkpackage.sh: remove lucid
* auto-packager: mkpackage.sh: add wily
* acpi: Add SPCR ACPI table check (LP: #1433604)
* dmi: dmicheck: add 4 new DMI chassis types
* lots of bugfixes
- Enable building on all architectures
-------------------------------------------------------------------
Thu May 18 16:15:42 UTC 2016 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: fwts
Version: 16.05.01
Version: 16.06.00
Release: 0
Summary: Firmware Test Suite
License: GPL-2.0+
@ -42,7 +42,6 @@ Requires: acpica
Requires: dmidecode
Requires: pciutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
%description
The FirmWare Test Suite (fwts) is a tool to do automatic testing of a PC's
@ -64,22 +63,23 @@ autoreconf -fiv
make %{?_smp_mflags}
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
install -D -m 0644 data/klog.json %{buildroot}%{_datadir}/%{name}/klog.json
install -D -m 0644 data/syntaxcheck.json %{buildroot}%{_datadir}/%{name}/syntaxcheck.json
install -D -p -m 0644 data/klog.json %{buildroot}%{_datadir}/%{name}/klog.json
install -D -p -m 0644 data/syntaxcheck.json %{buildroot}%{_datadir}/%{name}/syntaxcheck.json
# There are no headers, so drop remaining development files
rm -f "%{buildroot}/%{_libdir}/%{name}"/*.so
%files
%defattr(-,root,root)
%dir %{_datadir}/%{name}
%doc README
%{_bindir}/fwts
%{_bindir}/kernelscan
%{_libdir}/fwts
%{_mandir}/man1/fwts-collect.1%{ext_man}
%{_mandir}/man1/fwts-frontend-text.1%{ext_man}
%{_mandir}/man1/fwts.1%{ext_man}
%dir %{_datadir}/%{name}
%{_datadir}/fwts/klog.json
%{_datadir}/fwts/syntaxcheck.json
%{_datadir}/fwts/olog.json