Sync from SUSE:SLFO:Main fwts revision b13a6587a80cf87ed8a44168f4932260

This commit is contained in:
Adrian Schröter 2024-10-01 08:36:27 +02:00
parent d078ea13c8
commit 3c94deacdd
7 changed files with 63 additions and 14 deletions

View File

@ -1,17 +1,17 @@
<services>
<service name="obs_scm" mode="manual">
<service name="obs_scm" mode="manual">
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">https://github.com/fwts/fwts.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="exclude">.*</param>
<param name="versionrewrite-pattern">V(.*)</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled">
</service>
<service name="set_version" mode="disabled">
</service>
</services>

View File

@ -5,4 +5,4 @@
<param name="url">https://github.com/ColinIanKing/fwts.git</param>
<param name="changesrevision">7a824d3b13fb4e33c3970fe560e36d2c65e7fb10</param></service><service name="tar_scm">
<param name="url">https://github.com/fwts/fwts.git</param>
<param name="changesrevision">444db5bb496a7766540d73c3e9434072f682b25b</param></service></servicedata>
<param name="changesrevision">10309a3c529f3ef0ea0fae79d7ca71a5a6503cab</param></service></servicedata>

BIN
fwts-24.01.00.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
fwts-24.07.00.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Mon Aug 26 10:35:08 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Update to version 24.07.00:
* acpi: acpipld: downgrade the severity for PLD on the not connected port
* configure.ac: fix the autoreconf AC_PROG_LEX warning
* configure.ac: fix the autoreconf AC_PROG_LIBTOOL warning
* lib: fwts_version.h - update to V24.07.00
* debian: update changelog
* auto-packager: mkpackage.sh: remove mantic
* acpi: acpipld: modify the test description to aviod misunderstanding
* fwts-test: add regression tests for S3PT
* acpi: s3pt: add tests for ACPI S3PT table
* aspm: Only require ASPM for devices with an actual link
* fwts-test: cedt: sync up with adding raw data dump
* fwts-test: cedt: fix the wrong value of ENIW
* acpi: cedt: add raw data dump for interleave target list
* libfwtsiasl: fix parallel build with GNU Make >= 4.4
* tpmevlog: Ensure EV_SEPARATOR recorded for PCRs 0-7
* efi_runtime: don't build dkms module for those kernels with efi_test
* auto-packer: mkpackage.sh: add oracular
* lib: fwts_log_html: fix the invalid printf format string
* autopackager: mkpackage.sh: remove lunar
-------------------------------------------------------------------
Wed Apr 10 11:14:52 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Update to version 24.03.00:
* lib: fwts_version.h - update to V24.03.00
* debian: update changelog
* lib: fwts_acpi_tables: fix the build fail on armhf
* ACPICA: Update to version 20240322
-------------------------------------------------------------------
Wed Mar 27 10:51:48 UTC 2024 - mpluskal@suse.com
- Update to version 24.01.00:
* acpi: acpipld: add tests to check _PLD methods only on the connectable ports
* opal: fix the resource leak for cpus
* opal: fix the resource leak for process_dimm and process_mba
* acpi: srat: fix the untrusted loop bound warning
-------------------------------------------------------------------
Thu Mar 14 13:48:19 UTC 2024 - mpluskal@suse.com
- Update to version 24.01.00:
* opal: fix the resource leak for get_linux_mem_devices
* dmicheck: Don't check firmware version on anything but NVDIMM devices
-------------------------------------------------------------------
Tue Mar 5 12:03:15 UTC 2024 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,4 +1,4 @@
name: fwts
version: 24.01.00
mtime: 1708307312
commit: 444db5bb496a7766540d73c3e9434072f682b25b
version: 24.07.00
mtime: 1723770290
commit: 10309a3c529f3ef0ea0fae79d7ca71a5a6503cab

View File

@ -17,7 +17,7 @@
Name: fwts
Version: 24.01.00
Version: 24.07.00
Release: 0
Summary: Firmware Test Suite
License: GPL-2.0-or-later