mirror of
https://github.com/systemd/systemd.git
synced 2025-02-23 13:57:33 +03:00
This also migrates the configuration to the new format that was just merged in mkosi. Specifically, we make use of the new [Match] sections to only include specific config snippets per distro.
94 lines
1.9 KiB
Plaintext
94 lines
1.9 KiB
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=centos
|
|
|
|
[Distribution]
|
|
Repositories=epel
|
|
|
|
[Content]
|
|
Packages=
|
|
alsa-lib
|
|
audit
|
|
cryptsetup
|
|
dhcp-server
|
|
dnf
|
|
fuse
|
|
glib2
|
|
glibc-minimal-langpack
|
|
glibc.i686
|
|
gnutls
|
|
iproute
|
|
iproute-tc
|
|
kernel-modules-extra
|
|
libasan
|
|
libbpf
|
|
libcap-ng
|
|
libcap-ng-utils
|
|
libfido2
|
|
libmicrohttpd
|
|
libmnl
|
|
libubsan
|
|
libxcrypt
|
|
libxkbcommon
|
|
netcat
|
|
numactl-libs
|
|
p11-kit
|
|
pam
|
|
passwd
|
|
polkit
|
|
popt
|
|
procps-ng
|
|
python3-docutils
|
|
quota
|
|
tpm2-tss
|
|
vim-common
|
|
|
|
BuildPackages=
|
|
bpftool
|
|
docbook-xsl
|
|
dwarves
|
|
glibc-devel.i686
|
|
glibc-static
|
|
glibc-static.i686
|
|
libxslt
|
|
pam-devel
|
|
perl-interpreter
|
|
pkgconfig(alsa)
|
|
pkgconfig(audit)
|
|
pkgconfig(blkid)
|
|
pkgconfig(bzip2)
|
|
pkgconfig(dbus-1)
|
|
pkgconfig(fdisk)
|
|
pkgconfig(fuse)
|
|
pkgconfig(glib-2.0)
|
|
pkgconfig(gnutls)
|
|
pkgconfig(libacl)
|
|
pkgconfig(libbpf)
|
|
pkgconfig(libcap-ng)
|
|
pkgconfig(libcap)
|
|
pkgconfig(libcryptsetup)
|
|
pkgconfig(libcurl)
|
|
pkgconfig(libdw)
|
|
pkgconfig(libfido2)
|
|
pkgconfig(libidn2)
|
|
pkgconfig(libkmod)
|
|
pkgconfig(libmicrohttpd)
|
|
pkgconfig(libmnl)
|
|
pkgconfig(libpcre2-8)
|
|
pkgconfig(libqrencode)
|
|
pkgconfig(libseccomp)
|
|
pkgconfig(libselinux)
|
|
pkgconfig(libzstd)
|
|
pkgconfig(mount)
|
|
pkgconfig(numa)
|
|
pkgconfig(openssl)
|
|
pkgconfig(p11-kit-1)
|
|
pkgconfig(popt)
|
|
pkgconfig(pwquality)
|
|
pkgconfig(tss2-esys)
|
|
pkgconfig(tss2-mu)
|
|
pkgconfig(tss2-rc)
|
|
pkgconfig(valgrind)
|
|
pkgconfig(xkbcommon)
|