a4b39daa6c
- Going back to old versioning scheme as only %suse_version doesn't carry enough information. Keeping the git hash would be enough, but with that we can't ensure that versions increase. So we keep also the timestamp and prefix it with the current %suse_version OBS-URL: https://build.opensuse.org/request/show/780220 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit-default-privs?expand=0&rev=382
15 lines
524 B
Plaintext
15 lines
524 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionformat">1550+%cd.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|