- adding xml template to generalize the kiwi creation for the different platrorms - correct service to get full Ceph version for the unique tag - Initial version OBS-URL: https://build.opensuse.org/request/show/714045 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph-image?expand=0&rev=5
12 lines
422 B
Plaintext
12 lines
422 B
Plaintext
<services>
|
|
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
|
<service mode="buildtime" name="kiwi_label_helper"/>
|
|
<service name="replace_using_package_version" mode="buildtime">
|
|
<param name="file">ceph-image.kiwi</param>
|
|
<param name="regex">%PKG_VERSION%</param>
|
|
<param name="parse-version">patch_update</param>
|
|
<param name="package">ceph</param>
|
|
</service>
|
|
</services>
|
|
|