From: Andreas Schneider Date: Wed, 6 Nov 2019 07:43:05 +0000 (+0100) Subject: bootstrap: Fix centos7 image creation X-Git-Tag: talloc-2.3.1~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35bb734d638e273f2fd1a19220db5f200d3e7489;p=thirdparty%2Fsamba.git bootstrap: Fix centos7 image creation Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Wed Nov 6 13:35:17 UTC 2019 on sn-devel-184 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de8f7461579..e12f9ebf903 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: 19ca94dcfefa6aac39fead8d2a7a0f48d9ce4f8a + SAMBA_CI_CONTAINER_TAG: 539cd9023fee0703a42dc82e8778a01149fcb679 # # 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 82234388963..eb1d2b4a9a0 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -487,6 +487,7 @@ RPM_DISTS = { 'glusterfs-api-devel': '', 'glusterfs-devel': '', 'libcephfs-devel': '', + 'nettle-devel': 'compat-nettle32-devel', 'gnutls-devel': 'compat-gnutls34-devel', } }, diff --git a/bootstrap/generated-dists/centos7/bootstrap.sh b/bootstrap/generated-dists/centos7/bootstrap.sh index 629a88018bb..6e3bbd288b1 100755 --- a/bootstrap/generated-dists/centos7/bootstrap.sh +++ b/bootstrap/generated-dists/centos7/bootstrap.sh @@ -23,6 +23,7 @@ yum install -y \ binutils \ bison \ compat-gnutls34-devel \ + compat-nettle32-devel \ cups-devel \ curl \ dbus-devel \ @@ -66,7 +67,6 @@ yum install -y \ make \ mingw64-gcc \ ncurses-devel \ - nettle-devel \ openldap-devel \ pam-devel \ patch \ diff --git a/bootstrap/generated-dists/centos7/packages.yml b/bootstrap/generated-dists/centos7/packages.yml index 57464db7bb0..3c095961b2a 100644 --- a/bootstrap/generated-dists/centos7/packages.yml +++ b/bootstrap/generated-dists/centos7/packages.yml @@ -9,6 +9,7 @@ packages: - binutils - bison - compat-gnutls34-devel + - compat-nettle32-devel - cups-devel - curl - dbus-devel @@ -52,7 +53,6 @@ packages: - make - mingw64-gcc - ncurses-devel - - nettle-devel - openldap-devel - pam-devel - patch diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt index 2962f3added..02df7bd88ea 100644 --- a/bootstrap/sha1sum.txt +++ b/bootstrap/sha1sum.txt @@ -1 +1 @@ -19ca94dcfefa6aac39fead8d2a7a0f48d9ce4f8a +539cd9023fee0703a42dc82e8778a01149fcb679