mirror of
https://github.com/systemd/systemd.git
synced 2025-01-18 10:04:04 +03:00
5b79e9d7a9
mkosi now supports CentOS SIGs natively so we drop our own definition of that and use the mkosi builtin one. We also enable hyperscale for both CentOS 8 and CentOS 9 for consistency and add epel-next as well which is a requirement for Hyperscale.
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=centos
|
|
|
|
[Distribution]
|
|
Release=9
|
|
Repositories=epel
|
|
epel-next
|
|
hyperscale-packages-main
|