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:
commit
b2ec633708
@ -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
3
fwts-V16.06.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8b49f26a3bed24d5cbf8d03224a15b7b61c9e4e99ad13cef67163206b3f908a
|
||||
size 3453664
|
17
fwts.changes
17
fwts.changes
@ -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
|
||||
|
||||
|
12
fwts.spec
12
fwts.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user