forked from pool/OpenIPMI
- Update to version 2.0.32.3+git.05faa36e: * entity: Handle NULL entity in internal_fru_fetch_done() * entity: Keep the entity around duringa FRU fetch * Move to version 2.0.32 * Fix readline and python support * sol: Fix multiple flush queuing issue - Patches that are mainline: D fix-conversions.patch D unix_thread-Remove-the-fd-handler-sets-before-it-s-set-up.patch D lanserv-Add-the-judgment-on-the-validity-of-length-in-emu_cmd.c-and-session-in-lanserv_ipmi.c.patch - Refreshed patches not yet mainline: M openipmi-tinfo.patch M fix_dia_version_detection.patch OBS-URL: https://build.opensuse.org/request/show/979226 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=71
16 lines
590 B
Plaintext
16 lines
590 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="localonly">
|
|
<param name="url">https://github.com/cminyard/openipmi.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|