cdb6cb6f02
- Update to svn r751: * NVMe bugfixes * sg_seek: new utility * sg_stream_ctl: new utility program - 54-before-scsi-sg3_id.rules: compability rule for systemd (bsc#1079873) - Add dracut.conf to install new rule with dracut OBS-URL: https://build.opensuse.org/request/show/574647 OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=74
22 lines
749 B
Plaintext
22 lines
749 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/hreinecke/sg3_utils.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">sg3_utils</param>
|
|
<param name="version">1.43</param>
|
|
<param name="revision">factory</param>
|
|
<!-- Enable the following to include git tag offset+commit id in
|
|
version number -->
|
|
<!--
|
|
<param name="versionformat">1.43+@TAG_OFFSET@.%h</param>
|
|
<param name="match-tag">v1.[0-9][0-9]</param>
|
|
<param name="changesgenerate">enable</param>
|
|
-->
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*sg3_utils*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|