Skip to content

Commit

Permalink
Bump min_release to 15 on sle15 for kiwi
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Oct 8, 2024
1 parent 245035d commit 16271c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bci_build/package/kiwi.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
+ os_version.common_devel_packages,
custom_end=f"{generate_package_version_check('python3-kiwi', kiwi_minor, ParseVersion.MINOR)}",
build_recipe_type=BuildType.DOCKER,
_min_release_counter=(15 if os_version.is_sle15 else None),
extra_labels={
"usage": "This container requires an openSUSE/SUSE host kernel for full functionality.",
},
Expand Down

0 comments on commit 16271c7

Please sign in to comment.