mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: Add hyperscale profile
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.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
[Match]
|
||||
Distribution=|fedora
|
||||
Distribution=|centos
|
||||
Profiles=!hyperscale
|
||||
|
||||
[Build]
|
||||
Environment=
|
||||
|
||||
14
mkosi/mkosi.pkgenv/mkosi.conf.d/hyperscale.conf
Normal file
14
mkosi/mkosi.pkgenv/mkosi.conf.d/hyperscale.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Profiles=hyperscale
|
||||
|
||||
[Assert]
|
||||
Distribution=centos
|
||||
|
||||
[Build]
|
||||
Environment=
|
||||
GIT_URL=https://gitlab.com/CentOS/Hyperscale/rpms/systemd.git
|
||||
GIT_BRANCH=c10s-sig-hyperscale
|
||||
GIT_COMMIT=417b671b173ea6271c00a3c605215b5f68795a3a
|
||||
PKG_SUBDIR=hyperscale
|
||||
7
mkosi/mkosi.profiles/hyperscale/mkosi.conf
Normal file
7
mkosi/mkosi.profiles/hyperscale/mkosi.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=centos
|
||||
|
||||
[Distribution]
|
||||
Repositories=hyperscale-packages-main
|
||||
Reference in New Issue
Block a user