15
0
Files
python-configshell-fb/_service
Tomáš Chvátal 1861bd57b3 Accepting request 556320 from home:lee_duncan:branches:devel:languages:python
- Converting RPM SPEC file to singlespec format (bsc#1045332),
  adding patch:
  * configshell-fb-example-should-not-specify-path.patch
- Fix targetcli.service problem when TERM not set (bsc#1071194),
  adding patch (from LSZhu):
  * configshell-fb-Handle-if-TERM-is-not-set.patch
- Moved build requirement on urwid to runtime requirement,
  as suggested by scarabeus_iv
- ran spec-cleaner to clean up SPEC file
- Converted from manually-added configshell-fb tar file to
  tar_scm service-generated file by adding _service and
  _servicedata

OBS-URL: https://build.opensuse.org/request/show/556320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=11
2017-12-15 16:39:22 +00:00

17 lines
619 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">configshell-fb</param>
<param name="versionformat">1.1.fb23</param>
<param name="revision">v1.1.fb23</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>