summaryrefslogtreecommitdiff
path: root/bootstrap/generated-dists/fedora43/bootstrap.sh
blob: 235658d054f29a7d0bea5eb460b634cc85ca342e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#!/bin/bash

#
# This file is generated by 'bootstrap/template.py --render'
# See also bootstrap/config.py
#

set -xueo pipefail

dnf update -y

dnf install -y \
    --setopt=install_weak_deps=False \
    @development-tools \
    ShellCheck \
    acl \
    attr \
    autoconf \
    avahi-devel \
    bind-utils \
    binutils \
    bison \
    cargo \
    ccache \
    chrpath \
    clang-devel \
    codespell \
    crypto-policies-scripts \
    cups-devel \
    curl \
    dbus-devel \
    docbook-dtds \
    docbook-style-xsl \
    flex \
    gawk \
    gcc \
    gdb \
    git \
    glib2-devel \
    glibc-common \
    glibc-langpack-en \
    glusterfs-api-devel \
    glusterfs-devel \
    gnutls-devel \
    gnutls-utils \
    gpgme-devel \
    gzip \
    hostname \
    htop \
    jansson-devel \
    jq \
    keyutils-libs-devel \
    krb5-devel \
    krb5-server \
    krb5-workstation \
    lcov \
    libacl-devel \
    libarchive-devel \
    libattr-devel \
    libblkid-devel \
    libbsd-devel \
    libcap-devel \
    libcephfs-devel \
    libevent-devel \
    libicu-devel \
    libpcap-devel \
    libtasn1-devel \
    libtasn1-tools \
    libtirpc-devel \
    libunwind-devel \
    liburing-devel \
    libuuid-devel \
    libvarlink-devel \
    libxslt \
    lmdb \
    lmdb-devel \
    make \
    mingw64-gcc \
    mold \
    ncurses-devel \
    openldap-devel \
    openssl-devel \
    pam-devel \
    patch \
    perl \
    perl-Archive-Tar \
    perl-ExtUtils-MakeMaker \
    perl-Parse-Yapp \
    perl-Test-Base \
    perl-generators \
    perl-interpreter \
    pkgconfig \
    popt-devel \
    procps-ng \
    psmisc \
    python3 \
    python3-cryptography \
    python3-dateutil \
    python3-devel \
    python3-dns \
    python3-gpg \
    python3-libsemanage \
    python3-markdown \
    python3-policycoreutils \
    python3-pyasn1 \
    python3-requests \
    python3-setproctitle \
    python3-varlink \
    quota-devel \
    readline-devel \
    redhat-lsb \
    rng-tools \
    rpcgen \
    rpcsvc-proto-devel \
    rsync \
    sed \
    shfmt \
    sudo \
    systemd-devel \
    tar \
    tree \
    utf8proc-devel \
    wget \
    which \
    xfsprogs-devel \
    xz \
    yum-utils \
    zlib-devel

dnf clean all

update-crypto-policies --set DEFAULT:AD-SUPPORT