diff --git a/opensuse-leap-image/_multibuild b/opensuse-leap-image/_multibuild index 07060e8..d43b471 100644 --- a/opensuse-leap-image/_multibuild +++ b/opensuse-leap-image/_multibuild @@ -1,4 +1,4 @@ docker - lxc + networkd diff --git a/opensuse-leap-image/config.kiwi b/opensuse-leap-image/config.kiwi index 8f2cd1e..9abc895 100644 --- a/opensuse-leap-image/config.kiwi +++ b/opensuse-leap-image/config.kiwi @@ -1,10 +1,11 @@ + - + Fabian Vogt fvogt@suse.com @@ -12,6 +13,8 @@ + + @@ -21,7 +24,7 @@ additionaltags="%OS_VERSION_ID%.%RELEASE%" maintainer="Fabian Vogt <fvogt@suse.com>"> - + + openSUSE Leap %OS_VERSION_ID% Base Container 16.0.0 @@ -57,20 +61,18 @@ - + - - + - @@ -87,10 +89,10 @@ - - + + diff --git a/opensuse-leap-image/config.sh b/opensuse-leap-image/config.sh index 7d8848b..028727b 100644 --- a/opensuse-leap-image/config.sh +++ b/opensuse-leap-image/config.sh @@ -13,11 +13,8 @@ suseImportBuildKey # don't have multiple licenses of the same type jdupes -1 -L -r /usr/share/licenses - -#====================================== -# openSUSE-repos-* now provide repos -#-------------------------------------- zypper --non-interactive rm -u jdupes + # Not needed, but neither rpm nor libzypp handle rpmlib(X-CheckUnifiedSystemdir) yet # which would avoid it being installed by the filesystem package rpm -e compat-usrmerge-tools diff --git a/opensuse-leap-image/opensuse-leap-image.changes b/opensuse-leap-image/opensuse-leap-image.changes index 767235c..07ccf7a 100644 --- a/opensuse-leap-image/opensuse-leap-image.changes +++ b/opensuse-leap-image/opensuse-leap-image.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 26 13:35:47 UTC 2025 - Fabian Vogt + +- Rebase config.kiwi on opensuse-tumbleweed-image +- Enable the networkd image instead of the lxc image in _multibuild +- Use only , as openSUSE-repos breaks + zypper calls inside kiwi once it's installed + ------------------------------------------------------------------- Mon Aug 18 13:56:30 UTC 2025 - Lubos Kocman