This commit is contained in:
parent
cb78e58c5b
commit
1982991ca3
8
_service
8
_service
@ -1,14 +1,14 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="localonly" name="tar_scm">
|
<service mode="disabled" name="tar_scm">
|
||||||
<param name="url">http://git.0pointer.net/clone/rtkit.git</param>
|
<param name="url">https://git.0pointer.net/clone/rtkit.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">rtkit</param>
|
<param name="filename">rtkit</param>
|
||||||
<param name="versionformat">0.11+git.%cd</param>
|
<param name="versionformat">0.11+git.%cd</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="localonly" name="recompress">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="localonly" name="set_version"/>
|
<service mode="disabled" name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rtkit
|
Name: rtkit
|
||||||
Version: 0.11+git.20161005
|
Version: 0.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Realtime Policy and Watchdog Daemon
|
Summary: Realtime Policy and Watchdog Daemon
|
||||||
# The daemon itself is GPL v3 or later, the reference implementation for
|
# The daemon itself is GPL v3 or later, the reference implementation for
|
||||||
|
Loading…
Reference in New Issue
Block a user