forked from pool/targetcli-fb
- Added dependency on dbus package to SPEC file (bsc#1073913) - Converted RPM SPEC file to singlepsec format (bsc#1045332), updating SPEC file only. This breaks this package into two packages. The new base package is called targetcli-fb-common, and does not depend on the python version. The other package is python-version dependent, and is called either python2-targetcli-fb or python3-targetcli-fb, dpending on which version of Python you wish to use. - Ran "spec-cleaner" over the SPEC file, to clean it up, before support for Python3 is added. - Moved targetcli-fb-2.1.fb47.tar.gz to targetcli-fb-2.1.fb47.tar.xz, after appropriate decompression/compression, to match SPEC and _service file. Updated _servicedata to match. OBS-URL: https://build.opensuse.org/request/show/563151 OBS-URL: https://build.opensuse.org/package/show/Base:System/targetcli-fb?expand=0&rev=11
17 lines
613 B
Plaintext
17 lines
613 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/open-iscsi/targetcli-fb.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">targetcli-fb</param>
|
|
<param name="versionformat">2.1.fb47</param>
|
|
<param name="revision">v2.1.fb47</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*targetcli-fb*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|