Skip to content

Commit 176fc8c

Browse files
authored
Merge pull request #3388 from SUSE/for-deploy-16.1
🤖: Update build recipes for 16.1
2 parents 76b8618 + f113443 commit 176fc8c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sle16-kernel-module-devel-image/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ LABEL io.artifacthub.package.logo-url="https://opensource.suse.com/bci/SLE_BCI_l
6060

6161
#!ArchExclusiveLine: aarch64
6262
RUN set -euo pipefail; if [ "$(uname -m)" = "aarch64" ] && zypper -n install kernel-64kb-devel; then zypper -n clean -a; fi
63+
RUN set -euo pipefail; sed -i -e 's,multiversion =.*,multiversion = ,' /etc/zypp/zypp.conf
6364
RUN set -euo pipefail; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; \
6465
rm -rf {/target,}/run/*; \
6566
rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \

sle16-kernel-module-devel-image/sle16-kernel-module-devel-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Thu Jan 29 12:48:36 UTC 2026 - SUSE Update Bot <[email protected]>
3+
4+
- disable multiversion to reduce friction with kernel release mismatches
5+
16
-------------------------------------------------------------------
27
Thu Jan 1 14:15:46 UTC 2026 - SUSE Update Bot <[email protected]>
38

0 commit comments

Comments
 (0)