summaryrefslogtreecommitdiffstats
path: root/mkosi.images/base/mkosi.conf.d/10-opensuse.conf
blob: ec91b4901f22db8e2e8d067c3927bfd1459e2aaf (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
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
Distribution=opensuse

[Content]
# We install gawk, gzip, grep, xz, sed, rsync and docbook-xsl-stylesheets here explicitly so that the busybox
# versions don't get installed instead.
Packages=
        device-mapper
        distribution-release
        docbook-xsl-stylesheets
        gawk
        grep
        gzip
        libbpf1
        libcrypt1
        libcryptsetup12
        libdw1
        libelf1
        libfido2
        libgcrypt20
        libglib-2_0-0
        libkmod2
        libmount1
        libnftnl11
        libopenssl3
        libp11-kit0
        libqrencode4
        libseccomp2
        libtss2-esys0
        libtss2-mu0
        libtss2-rc0
        libtss2-tcti-device0
        libxkbcommon0
        libzstd1
        pam
        rsync
        sed
        shadow
        tpm2-0-tss
        xz

BuildPackages=
        audit-devel
        bpftool
        cross-bpf-gcc13
        dbus-1-devel
        fdupes
        gcc-c++
        glib2-devel
        glibc-locale
        intltool
        libacl-devel
        libapparmor-devel
        libblkid-devel
        libbpf-devel
        libcap-devel
        libcryptsetup-devel
        libcurl-devel
        libdw-devel
        libelf-devel
        libfdisk-devel
        libfido2-devel
        libgcrypt-devel
        libgnutls-devel
        libkmod-devel
        libmicrohttpd-devel
        libmount-devel
        libnftnl-devel
        libpwquality-devel
        libseccomp-devel
        libselinux-devel
        libxkbcommon-devel
        libxslt-tools
        libzstd-devel
        openssl-devel
        pam-devel
        pciutils-devel
        python3
        python3-Jinja2
        python3-lxml
        python3-pefile
        python3-pyelftools
        python3-pytest
        python3-pytest-flakes
        qrencode-devel
        shadow
        timezone
        tpm2-0-tss-devel
        xen-devel