python-rtslib-fb/_service
Lee Duncan ce04075aad Accepting request 975464 from home:lee_duncan:branches:devel:languages:python
- Update to version v2.1.75:
  * version 2.1.75
  * rtslib: fix missing ':' after else statement
  * dbroot: let the user change the dbroot directory freely.
  * handle target kernel module new attribute cpus_allowed_list
  * fix "This _Backstore already exists in configFS" exception
  * Check whether the enable attribute exists before fread
  * Filter fabric wwns by reading driver name
  * Add support of efct fabric driver
  * tcmu: add support for config param data_pages_per_blk
  * Relax restrictions on TPG Tag range
  * rtslib: Use O_RDWR for sg devices alone.

OBS-URL: https://build.opensuse.org/request/show/975464
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rtslib-fb?expand=0&rev=64
2022-05-06 18:04:25 +00:00

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.75</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>