37a5bfb8a9
this exclude i586 OBS-URL: https://build.opensuse.org/request/show/452165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=1
17 lines
579 B
Plaintext
17 lines
579 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/coreos/etcd.git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">etcd</param>
|
|
<param name="versionformat">3.1.0</param>
|
|
<param name="revision">v3.1.0</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|