41d9c982e5
I would like to add to and maintain the gamemode package in Factory and use games:tools as a development project. I am aware that this package is currently not suited for inclusion in Factory as is, as it contains two suppressed lintian errors: 1. It adds a D-Bus service 2. It adds a new Polkit rule Both of these will require audit bugs to be filed to the security team which I plan to do once the package is in games:tools. OBS-URL: https://build.opensuse.org/request/show/607695 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=1
16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/FeralInteractive/gamemode.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">1.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="disabled" />
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|