forked from pool/libredfish
- Build against CZMQ only for OpenSUSE, this lib is not avail in SLE - Update to version 1.3.8.0+git.f9a23c3: * 1.3.8 versioning * Scrubbed stale copyright notices from source * Update LICENSE.md OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/libredfish?expand=0&rev=11
16 lines
567 B
Plaintext
16 lines
567 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<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 name="set_version" mode="manual"/>
|
|
</services>
|