forked from pool/python-configshell-fb
- Update to version v1.1.28 from v1.1.27 (jre#SLE-17360): * version 1.1.28 * Ensure that all output reaches the client when daemonized * Remove Epydoc markup from command messages * Remove epydoc imports and epydoc calls Which removed the need for patch: * Ensure-that-all-output-reaches-the-client-when-daemo.patch OBS-URL: https://build.opensuse.org/request/show/868029 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=31
18 lines
705 B
Plaintext
18 lines
705 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/open-iscsi/configshell-fb.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">python-configshell-fb</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(\d*\.\d*\.)(\d*)</param>
|
|
<param name="versionrewrite-replacement">\1\2</param>
|
|
<param name="revision">v1.1.28</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*configshell-fb*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|