mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
In the CentOS Hyperscale SIG, we maintain a backport of systemd with its own rpm spec forked from rawhide. Let's make it easy to build upstream rpms using the Hyperscale spec by adding a mkosi hyperscale profile.
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=|fedora
|
|
Distribution=|centos
|
|
Profiles=!hyperscale
|
|
|
|
[Build]
|
|
Environment=
|
|
GIT_URL=https://src.fedoraproject.org/rpms/systemd.git
|
|
GIT_BRANCH=rawhide
|
|
GIT_COMMIT=12f95f807fef5075a8842dd107f83b4c41d5ac26
|
|
PKG_SUBDIR=fedora
|