From bfc1929a73d085de647594459b64f6d58bf72315 Mon Sep 17 00:00:00 2001 From: SUSE Update Bot Date: Wed, 27 Nov 2024 08:49:52 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A4=96:=20Update=20build=20recipes=20?= =?UTF-8?q?from=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-3.11-image/Dockerfile | 2 +- python-3.12-image/Dockerfile | 2 +- python-3.6-image/Dockerfile | 2 +- sac-python-3.9-image/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-3.11-image/Dockerfile b/python-3.11-image/Dockerfile index dd226a195..e008e88c8 100644 --- a/python-3.11-image/Dockerfile +++ b/python-3.11-image/Dockerfile @@ -25,7 +25,7 @@ FROM registry.suse.com/bci/bci-base:15.6 RUN set -euo pipefail; \ - zypper -n install --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps python311-wheel python311-pipx lifecycle-data-sle-module-development-tools; \ + zypper -n install --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps python311-wheel python311-pipx lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools; \ zypper -n clean; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} diff --git a/python-3.12-image/Dockerfile b/python-3.12-image/Dockerfile index 2b8ed9c6d..31ed235a9 100644 --- a/python-3.12-image/Dockerfile +++ b/python-3.12-image/Dockerfile @@ -26,7 +26,7 @@ FROM registry.suse.com/bci/bci-base:15.6 RUN set -euo pipefail; \ - zypper -n install --no-recommends python312-devel python312 python312-pip curl findutils gawk git-core procps python312-pipx lifecycle-data-sle-module-development-tools; \ + zypper -n install --no-recommends python312-devel python312 python312-pip curl findutils gawk git-core procps python312-pipx lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools; \ zypper -n clean; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} diff --git a/python-3.6-image/Dockerfile b/python-3.6-image/Dockerfile index 9b79e8e48..18331c9a5 100644 --- a/python-3.6-image/Dockerfile +++ b/python-3.6-image/Dockerfile @@ -25,7 +25,7 @@ FROM registry.suse.com/bci/bci-base:15.6 RUN set -euo pipefail; \ - zypper -n install --no-recommends python3-devel python3 python3-pip curl findutils gawk git-core procps python3-wheel lifecycle-data-sle-module-development-tools; \ + zypper -n install --no-recommends python3-devel python3 python3-pip curl findutils gawk git-core procps python3-wheel lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools; \ zypper -n clean; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} diff --git a/sac-python-3.9-image/Dockerfile b/sac-python-3.9-image/Dockerfile index 4ba231474..0ab94fbd0 100644 --- a/sac-python-3.9-image/Dockerfile +++ b/sac-python-3.9-image/Dockerfile @@ -25,7 +25,7 @@ FROM registry.suse.com/bci/bci-base:15.6 RUN set -euo pipefail; \ - zypper -n install --no-recommends python39-devel python39 python39-pip curl findutils gawk git-core procps lifecycle-data-sle-module-development-tools; \ + zypper -n install --no-recommends python39-devel python39 python39-pip curl findutils gawk git-core procps lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools; \ zypper -n clean; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} From 99f9284cc345300d1d298d801cce46bf90923a9f Mon Sep 17 00:00:00 2001 From: SUSE Update Bot Date: Wed, 27 Nov 2024 10:55:30 +0000 Subject: [PATCH 2/2] Update changelogs for python-3.12-image, python-3.11-image, python-3.6-image, sac-python-3.9-image --- python-3.11-image/python-3.11-image.changes | 5 +++++ python-3.12-image/python-3.12-image.changes | 5 +++++ python-3.6-image/python-3.6-image.changes | 5 +++++ sac-python-3.9-image/sac-python-3.9-image.changes | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/python-3.11-image/python-3.11-image.changes b/python-3.11-image/python-3.11-image.changes index 8698b6a80..9f5e4e116 100644 --- a/python-3.11-image/python-3.11-image.changes +++ b/python-3.11-image/python-3.11-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 27 10:55:30 UTC 2024 - SUSE Update Bot + +- install lifecycle-data-sle-module-python3 + ------------------------------------------------------------------- Wed Oct 30 15:35:19 UTC 2024 - SUSE Update Bot diff --git a/python-3.12-image/python-3.12-image.changes b/python-3.12-image/python-3.12-image.changes index cafafeb12..eebf0924a 100644 --- a/python-3.12-image/python-3.12-image.changes +++ b/python-3.12-image/python-3.12-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 27 10:55:30 UTC 2024 - SUSE Update Bot + +- install lifecycle-data-sle-module-python3 + ------------------------------------------------------------------- Wed Oct 30 15:35:19 UTC 2024 - SUSE Update Bot diff --git a/python-3.6-image/python-3.6-image.changes b/python-3.6-image/python-3.6-image.changes index ecf2dfa87..b3f723369 100644 --- a/python-3.6-image/python-3.6-image.changes +++ b/python-3.6-image/python-3.6-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 27 10:55:30 UTC 2024 - SUSE Update Bot + +- install lifecycle-data-sle-module-python3 + ------------------------------------------------------------------- Wed Oct 30 15:35:19 UTC 2024 - SUSE Update Bot diff --git a/sac-python-3.9-image/sac-python-3.9-image.changes b/sac-python-3.9-image/sac-python-3.9-image.changes index 50131bb7c..ff6cda99c 100644 --- a/sac-python-3.9-image/sac-python-3.9-image.changes +++ b/sac-python-3.9-image/sac-python-3.9-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 27 10:55:30 UTC 2024 - SUSE Update Bot + +- install lifecycle-data-sle-module-python3 + ------------------------------------------------------------------- Tue Oct 29 15:30:53 UTC 2024 - SUSE Update Bot