1
0
forked from suse-edge/Factory

added macro to set support level l3

This commit is contained in:
2024-11-07 15:57:22 +02:00
committed by Steven Hardy
parent eae86c9ade
commit 8549134ddf
42 changed files with 63 additions and 21 deletions

View File

@@ -13,5 +13,7 @@
<param name="var">IMG_PREFIX</param>
<param name="eval">IMG_REPO=$(rpm --macros=/root/.rpmmacros -E %img_repo)</param>
<param name="var">IMG_REPO</param>
<param name="eval">SUPPORT_LEVEL=$(rpm --macros=/root/.rpmmacros -E %support_level)</param>
<param name="var">SUPPORT_LEVEL</param>
</service>
</services>