diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index a4bfc48d6ba..6a27d035928 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -47,7 +47,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: d101907857587b6421907c45676497c336d45ea7 + SAMBA_CI_CONTAINER_TAG: a234da56a3f4ea96265e6c8a308051be3478ab22 # # We use the ubuntu2204 image as default as # it matches what we have on atb-devel-224 diff --git a/bootstrap/config.py b/bootstrap/config.py index e7c0a0deb51..f65b6b3dab7 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -159,10 +159,6 @@ PKGS = [ ('', 'python3-libsemanage'), ('', 'python3-policycoreutils'), - # A copy of the `crypt` module that was removed in Python 3.13 - # See also https://bugzilla.samba.org/show_bug.cgi?id=15756 - ('', 'python3-crypt-r'), - # perl ('libparse-yapp-perl', 'perl-Parse-Yapp'), ('perl-modules', ''), @@ -538,7 +534,6 @@ RPM_DISTS = { 'ShellCheck': '', 'shfmt': '', 'codespell': '', - 'python3-crypt-r': '', } }, 'centos9s': { @@ -558,7 +553,6 @@ RPM_DISTS = { 'codespell': '', 'libcephfs-devel': '', # not available anymore 'curl': '', # Use installed curl-minimal - 'python3-crypt-r': '', } }, 'fedora41': { @@ -587,7 +581,6 @@ RPM_DISTS = { 'keyutils-libs-devel': 'keyutils-devel', 'krb5-workstation': 'krb5-client', 'python3-libsemanage': 'python3-semanage', - 'python3-crypt-r': '', 'openldap-devel': 'openldap2-devel', 'perl-Archive-Tar': 'perl-Archive-Tar-Wrapper', 'perl-JSON-Parse': 'perl-JSON-XS', diff --git a/bootstrap/generated-dists/fedora41/bootstrap.sh b/bootstrap/generated-dists/fedora41/bootstrap.sh index 941f7b32185..22d2fa89745 100755 --- a/bootstrap/generated-dists/fedora41/bootstrap.sh +++ b/bootstrap/generated-dists/fedora41/bootstrap.sh @@ -92,7 +92,6 @@ dnf install -y \ procps-ng \ psmisc \ python3 \ - python3-crypt-r \ python3-cryptography \ python3-dateutil \ python3-devel \ diff --git a/bootstrap/generated-dists/fedora41/packages.yml b/bootstrap/generated-dists/fedora41/packages.yml index f00bacbd988..532ac877fdd 100644 --- a/bootstrap/generated-dists/fedora41/packages.yml +++ b/bootstrap/generated-dists/fedora41/packages.yml @@ -81,7 +81,6 @@ packages: - procps-ng - psmisc - python3 - - python3-crypt-r - python3-cryptography - python3-dateutil - python3-devel diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt index 401c5fda44b..d011893c3ae 100644 --- a/bootstrap/sha1sum.txt +++ b/bootstrap/sha1sum.txt @@ -1 +1 @@ -d101907857587b6421907c45676497c336d45ea7 +a234da56a3f4ea96265e6c8a308051be3478ab22