1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/bootstrap/generated-dists/opensuse152/bootstrap.sh
Andreas Schneider 80115f9be1 gitlab-ci: Add Fedora 35 and drop Fedora 33
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Nov  5 12:36:55 UTC 2021 on sn-devel-184
2021-11-05 12:36:55 +00:00

115 lines
2.0 KiB
Bash
Executable File

#!/bin/bash
#
# This file is generated by 'bootstrap/template.py --render'
# See also bootstrap/config.py
#
set -xueo pipefail
zypper --non-interactive refresh
zypper --non-interactive update
zypper --non-interactive install \
--no-recommends \
system-user-nobody \
acl \
attr \
autoconf \
avahi-devel \
bind-utils \
binutils \
bison \
ccache \
chrpath \
cups-devel \
curl \
dbus-1-devel \
docbook-dtds \
docbook-xsl-stylesheets \
flex \
gawk \
gcc \
gdb \
git \
glib2-devel \
glibc-locale \
glusterfs-devel \
gnutls-devel \
gpgme-devel \
gzip \
hostname \
htop \
keyutils-devel \
krb5-client \
krb5-devel \
krb5-server \
lcov \
libacl-devel \
libarchive-devel \
libattr-devel \
libblkid-devel \
libbsd-devel \
libcap-devel \
libcephfs-devel \
libicu-devel \
libjansson-devel \
libpcap-devel \
libtasn1-devel \
libtirpc-devel \
libunwind-devel \
liburing-devel \
libuuid-devel \
libxslt \
lmdb \
lmdb-devel \
lsb-release \
make \
mingw64-gcc \
ncurses-devel \
openldap2-devel \
pam-devel \
patch \
perl \
perl-Archive-Tar-Wrapper \
perl-ExtUtils-MakeMaker \
perl-JSON \
perl-JSON-XS \
perl-Parse-Yapp \
perl-Test-Base \
pkgconfig \
popt-devel \
procps \
psmisc \
python2-semanage \
python3 \
python3-Markdown \
python3-cryptography \
python3-devel \
python3-dnspython \
python3-gpg \
python3-policycoreutils \
python3-pyasn1 \
python3-python-dateutil \
python3-setproctitle \
readline-devel \
rng-tools \
rpcgen \
rpcsvc-proto-devel \
rsync \
sed \
sudo \
systemd-devel \
tar \
tracker-devel \
tree \
wget \
which \
xfsprogs-devel \
yum-utils \
zlib-devel
zypper --non-interactive clean
if [ -f /usr/lib/mit/bin/krb5-config ]; then
ln -sf /usr/lib/mit/bin/krb5-config /usr/bin/krb5-config
fi