forked from pool/libredfish
- Enable -D_DEBUG - Update to version 1.3.7.1+git.74758f1: * Add json path support to getPayloadByNodeName * Updated license comments to point to new branch name * Updating main branch name for workflow A Add-configure_file-and-pkg-config-template.patch A Make-use-of-standard-variables-for-installation.patch A add_debug.patch D add_crypto.patch OBS-URL: https://build.opensuse.org/request/show/1097506 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/libredfish?expand=0&rev=4
16 lines
573 B
Plaintext
16 lines
573 B
Plaintext
<services>
|
|
<service mode="localonly" name="obs_scm">
|
|
<param name="url">https://github.com/DMTF/libredfish.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">main</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service mode="localonly" name="set_version"/>
|
|
</services>
|