* lib: fwts_version.h - update to V25.01.00 * debian: update changelog * dmicheck: check the config files exist for CONFIG_STRICT_DEVMEM setting * acpi: s3: reading residencyslp_s0_residency_usec for intel platforms * Update copyright year to 2025 * ACPICA: Update to version 20241212 * acpi/s3 : fix stack smashing crash for s3 test * acpitables: update ACPI table revsion test to ACPI 6.5 * acpi: uniqueid: fix the uniqueid test for the CID with package * acpi: acpitables: Correct PCCT revision for ACPI 6.2 * dmicheck: fix the wrong size check for type 4 * acpi/wmi: Stop directing users to outdated LWN article OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=176
18 lines
593 B
Plaintext
18 lines
593 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="manual">
|
|
</service>
|
|
</services>
|