Dirk Mueller
1483f0354b
* version 2.1.76 * rtslib: remove the limit of 255 max mapped LUNs * setup.py: match __version__ with optional trailing ".g<hash>". * rtslib: Don't create /var/run on import * Fix inability to create ACLs for some FC cards OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rtslib-fb?expand=0&rev=70
19 lines
741 B
Plaintext
19 lines
741 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/open-iscsi/rtslib-fb.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">python-rtslib-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">v2.1.76</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*rtslib-fb*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|