forked from pool/appimaged
Adrian Schröter
9af9ad60d3
version update .. the tumbleweed build failure should go away when the systemd macros got fixed OBS-URL: https://build.opensuse.org/request/show/568827 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/appimaged?expand=0&rev=7
16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/probonopd/AppImageKit.git</param>
|
|
<param name="revision">10</param>
|
|
<param name="version">10</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|