mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
f997f91d7d
Let's use the new support for matching against any distribution in a list of distributions to start sharing most things between the ubuntu/debian configs and centos/fedora configs.
25 lines
445 B
Plaintext
25 lines
445 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=fedora
|
|
|
|
[Distribution]
|
|
Release=38
|
|
|
|
[Content]
|
|
Packages=
|
|
btrfs-progs
|
|
compsize
|
|
f2fs-tools
|
|
python3dist(pefile)
|
|
python3dist(psutil)
|
|
python3dist(pytest)
|
|
|
|
BuildPackages=
|
|
libcap-static
|
|
pkgconfig(libgcrypt)
|
|
pkgconfig(xencontrol)
|
|
python3dist(jinja2)
|
|
python3dist(lxml)
|
|
python3dist(pyelftools)
|