8bd2b75769
* lib: fwts_version.h - update to V24.11.00 * debian: update changelog * hdaaudio: fix the the build errors under plucky amd64 * auto-packager: mkpackage.sh: add plucky * dmicheck: add more types for version length test. * dmicheck: update for supporting DMI version to 3.8.0 * acpi: iort: memory access flag update. * src/acpi: Fix a few spelling mistakes * acpi/wmi: Warn if WMI GUIDs from the Windows driver samples are found * lib: fwts_acpi_object_eval: Do not return FWTS_OK if method lookup fails * script: fix bash-completion-with-hashbang lintian warning * dmicheck: update for supporting DMI version to 3.7.1 * tpmevlog: Ensure the event log matches the actual TPM PCRs OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=174
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>
|