4c83454483
* acpi: sbbr: check the existence of SPCR console devices * acpi: dbg2: update the subtype RISC-V SBI console for DBG2 * acpi: ras2: stop for loop when list exceeds the table * framework: fix memory leaks caused by fwts_log_get_filenames * acpi: s3: fix potential memory leaks on fwts_get() calls * acpi: s3: enable debug messages on S0ix failure for Intel platforms * lib: fwts_version.h - update to V24.01.00 * debian: update changelog * Update copyright year to 2024 * fwts-test: add regression tests for SKVL OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=166
18 lines
607 B
Plaintext
18 lines
607 B
Plaintext
<services>
|
|
<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">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
</service>
|
|
</services>
|