Fabian Vogt
2f0ef1f1b9
- Switch to obs_scm - Call autogen.sh so that it actually builds - Update to version 2.21+git0: * Release version 2.21 * 98selinux-microos: Work around overlayfs bug (bsc#1210690) * 98selinux-microos: Create .relabelled marker before relabelling OBS-URL: https://build.opensuse.org/request/show/1080842 OBS-URL: https://build.opensuse.org/package/show/devel:microos/microos-tools?expand=0&rev=22
16 lines
589 B
Plaintext
16 lines
589 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="url">https://github.com/openSUSE/microos-tools.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|