6a1df119535db5dae002a2f9af9d042fb103bf63
[metze/samba-autobuild/.git] / bootstrap / generated-dists / centos8s / bootstrap.sh
1 #!/bin/bash
2
3 #
4 # This file is generated by 'bootstrap/template.py --render'
5 # See also bootstrap/config.py
6 #
7
8 set -xueo pipefail
9
10 yum update -y
11 yum install -y dnf-plugins-core
12 yum install -y epel-release
13
14 yum -v repolist all
15 yum config-manager --set-enabled powertools -y
16
17 yum update -y
18
19 yum install -y \
20     --setopt=install_weak_deps=False \
21     "@Development Tools" \
22     acl \
23     attr \
24     autoconf \
25     avahi-devel \
26     bind-utils \
27     binutils \
28     bison \
29     ccache \
30     chrpath \
31     crypto-policies-scripts \
32     cups-devel \
33     curl \
34     dbus-devel \
35     docbook-dtds \
36     docbook-style-xsl \
37     flex \
38     gawk \
39     gcc \
40     gdb \
41     git \
42     glib2-devel \
43     glibc-common \
44     glibc-langpack-en \
45     glusterfs-api-devel \
46     glusterfs-devel \
47     gnutls-devel \
48     gpgme-devel \
49     gzip \
50     hostname \
51     htop \
52     jansson-devel \
53     jq \
54     keyutils-libs-devel \
55     krb5-devel \
56     krb5-server \
57     krb5-workstation \
58     libacl-devel \
59     libarchive-devel \
60     libattr-devel \
61     libblkid-devel \
62     libbsd-devel \
63     libcap-devel \
64     libcephfs-devel \
65     libicu-devel \
66     libpcap-devel \
67     libtasn1-devel \
68     libtasn1-tools \
69     libtirpc-devel \
70     libunwind-devel \
71     libuuid-devel \
72     libxslt \
73     lmdb \
74     lmdb-devel \
75     make \
76     mingw64-gcc \
77     ncurses-devel \
78     openldap-devel \
79     pam-devel \
80     patch \
81     perl \
82     perl-Archive-Tar \
83     perl-ExtUtils-MakeMaker \
84     perl-JSON \
85     perl-Parse-Yapp \
86     perl-Test-Simple \
87     perl-generators \
88     perl-interpreter \
89     pkgconfig \
90     popt-devel \
91     procps-ng \
92     psmisc \
93     python3 \
94     python3-cryptography \
95     python3-devel \
96     python3-dns \
97     python3-gpg \
98     python3-iso8601 \
99     python3-libsemanage \
100     python3-markdown \
101     python3-policycoreutils \
102     python3-pyasn1 \
103     python3-requests \
104     python3-setproctitle \
105     quota-devel \
106     readline-devel \
107     redhat-lsb \
108     rng-tools \
109     rpcgen \
110     rpcsvc-proto-devel \
111     rsync \
112     sed \
113     sudo \
114     systemd-devel \
115     tar \
116     tracker-devel \
117     tree \
118     wget \
119     which \
120     xfsprogs-devel \
121     xz \
122     yum-utils \
123     zlib-devel
124
125 yum clean all