From: Andreas Schneider Date: Wed, 21 Jul 2021 07:32:42 +0000 (+0200) Subject: bootstrap: Install python3-dateutil instead of python3-iso8601 on RPM distros X-Git-Tag: ldb-2.5.0~1057 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee9dfff617ad21d81369d7ef2ea35d7caab82fec;p=thirdparty%2Fsamba.git bootstrap: Install python3-dateutil instead of python3-iso8601 on RPM distros Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Wed Jul 21 12:18:30 UTC 2021 on sn-devel-184 --- diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 84cb9f0ba4e..9ea3a3f5606 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -42,7 +42,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: 11d550c08430787a5b0eb8dc847977ffffe12bbe + SAMBA_CI_CONTAINER_TAG: b5333a93306e20ba549f5fac3c6c74e0b103c1d6 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. diff --git a/bootstrap/config.py b/bootstrap/config.py index b02ce4cf566..821ce3d5cc2 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -485,6 +485,7 @@ RPM_DISTS = { 'lsb-release': 'redhat-lsb', 'libsemanage-python': 'python3-libsemanage', 'policycoreutils-python': 'python3-policycoreutils', + 'python3-iso8601': 'python3-dateutil', } }, 'fedora34': { @@ -496,6 +497,7 @@ RPM_DISTS = { 'libsemanage-python': 'python3-libsemanage', 'policycoreutils-python': 'python3-policycoreutils', 'perl-FindBin': '', + 'python3-iso8601': 'python3-dateutil', 'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available } }, @@ -552,6 +554,7 @@ RPM_DISTS = { 'perl-interpreter': '', 'perl-FindBin': '', 'procps-ng': 'procps', + 'python3-iso8601': 'python3-python-dateutil', 'python3-dns': 'python3-dnspython', 'python3-markdown': 'python3-Markdown', 'quota-devel': '', diff --git a/bootstrap/generated-dists/fedora33/bootstrap.sh b/bootstrap/generated-dists/fedora33/bootstrap.sh index 22b968e9ae2..52e199f6b88 100755 --- a/bootstrap/generated-dists/fedora33/bootstrap.sh +++ b/bootstrap/generated-dists/fedora33/bootstrap.sh @@ -87,10 +87,10 @@ dnf install -y \ psmisc \ python3 \ python3-cryptography \ + python3-dateutil \ python3-devel \ python3-dns \ python3-gpg \ - python3-iso8601 \ python3-libsemanage \ python3-markdown \ python3-policycoreutils \ diff --git a/bootstrap/generated-dists/fedora33/packages.yml b/bootstrap/generated-dists/fedora33/packages.yml index 7c61da3c53a..d9cbfbd80db 100644 --- a/bootstrap/generated-dists/fedora33/packages.yml +++ b/bootstrap/generated-dists/fedora33/packages.yml @@ -76,10 +76,10 @@ packages: - psmisc - python3 - python3-cryptography + - python3-dateutil - python3-devel - python3-dns - python3-gpg - - python3-iso8601 - python3-libsemanage - python3-markdown - python3-policycoreutils diff --git a/bootstrap/generated-dists/fedora34/bootstrap.sh b/bootstrap/generated-dists/fedora34/bootstrap.sh index d5fea5c008a..de5a9670601 100755 --- a/bootstrap/generated-dists/fedora34/bootstrap.sh +++ b/bootstrap/generated-dists/fedora34/bootstrap.sh @@ -86,10 +86,10 @@ dnf install -y \ psmisc \ python3 \ python3-cryptography \ + python3-dateutil \ python3-devel \ python3-dns \ python3-gpg \ - python3-iso8601 \ python3-libsemanage \ python3-markdown \ python3-policycoreutils \ diff --git a/bootstrap/generated-dists/fedora34/packages.yml b/bootstrap/generated-dists/fedora34/packages.yml index db12fdb5486..749f30dfc0e 100644 --- a/bootstrap/generated-dists/fedora34/packages.yml +++ b/bootstrap/generated-dists/fedora34/packages.yml @@ -75,10 +75,10 @@ packages: - psmisc - python3 - python3-cryptography + - python3-dateutil - python3-devel - python3-dns - python3-gpg - - python3-iso8601 - python3-libsemanage - python3-markdown - python3-policycoreutils diff --git a/bootstrap/generated-dists/opensuse152/bootstrap.sh b/bootstrap/generated-dists/opensuse152/bootstrap.sh index bdfb121b345..534ff66896f 100755 --- a/bootstrap/generated-dists/opensuse152/bootstrap.sh +++ b/bootstrap/generated-dists/opensuse152/bootstrap.sh @@ -88,8 +88,8 @@ zypper --non-interactive install \ python3-devel \ python3-dnspython \ python3-gpg \ - python3-iso8601 \ python3-pyasn1 \ + python3-python-dateutil \ python3-setproctitle \ readline-devel \ rng-tools \ diff --git a/bootstrap/generated-dists/opensuse152/packages.yml b/bootstrap/generated-dists/opensuse152/packages.yml index 75a37074791..05b3779a2fd 100644 --- a/bootstrap/generated-dists/opensuse152/packages.yml +++ b/bootstrap/generated-dists/opensuse152/packages.yml @@ -76,8 +76,8 @@ packages: - python3-devel - python3-dnspython - python3-gpg - - python3-iso8601 - python3-pyasn1 + - python3-python-dateutil - python3-setproctitle - readline-devel - rng-tools diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt index 0e70f1937b9..e7de92cc504 100644 --- a/bootstrap/sha1sum.txt +++ b/bootstrap/sha1sum.txt @@ -1 +1 @@ -11d550c08430787a5b0eb8dc847977ffffe12bbe +b5333a93306e20ba549f5fac3c6c74e0b103c1d6