Thomas Renninger
90ecadedaf
- Update _service file to use obs_scm and local/buildmode - Remove group rights on config file (bsc#1190042) - Remove mainline patches: D openhpi-3.4.0-systemd.patch D unlink-pidfile-on-error.patch OBS-URL: https://build.opensuse.org/request/show/916138 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/openhpi?expand=0&rev=45
17 lines
593 B
Plaintext
17 lines
593 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="localonly">
|
|
<param name="scm">git</param>
|
|
<param name="version">HEAD</param>
|
|
<param name="url">https://github.com/open-hpi/openhpi.git</param>
|
|
<param name="versionformat">3.8.0.g%h</param>
|
|
<param name="filename">openhpi</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|