- remove the fullsystem protection as it collides with tmate-slave-gen-keys - use obs_scm instead of tar_scm - added rctmate-slave symlink - run spec-cleaner - Update to version 1.8~git1432.76ec591: * Setup UTF8 locale * Revert "Escape sent commands" * Add support for parsed commands * nits * Fix backspace for 2.2.0 * Fix malloc() deadlock in signchld handler * create_keys.sh: only use -E md5 when available * Prevent jobs from running * Added -b option to specify bind address * Handle return value of nice(3) properly OBS-URL: https://build.opensuse.org/request/show/494367 OBS-URL: https://build.opensuse.org/package/show/utilities/tmate-slave?expand=0&rev=3
16 lines
564 B
Plaintext
16 lines
564 B
Plaintext
<services>
|
|
<service name="obs_scm">
|
|
<param name="url">https://github.com/tmate-io/tmate-slave.git</param>
|
|
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="buildtime" name="set_version" />
|
|
</services>
|