forked from pool/python-configshell-fb
- Update to version v1.1.27 from v1.1.26 (jre#SLE-9345): * version 1.1.27 * Use pyparsing's locatedExpr instead of our custom helper And updated the SPEC file, also adding a _service file. Replacing configshell-fb-1.1.26.tar.gz with python-configshell-fb-v1.1.27.tar.xz, and adding one upstrem patch: * Ensure-that-all-output-reaches-the-client-when-daemo.patch OBS-URL: https://build.opensuse.org/request/show/781300 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=27
19 lines
756 B
Plaintext
19 lines
756 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*\.)fb(\d*)</param>
|
|
<param name="versionrewrite-replacement">\1\2</param>
|
|
<param name="revision">v1.1.27</param>
|
|
<param name="changesgenerate">enable</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>
|