mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
mkosi: Fix installation conditions for rpmautospec-rpm-macros
rpmautospec-rpm-macros is only in EPEL 9 so let's gate it properly on that by splitting up the epel packages config file into two. erofs-utils is in EPEL 9 and in CentOS Stream 10.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[TriggerMatch]
|
||||
Repositories=epel
|
||||
Release=9
|
||||
|
||||
[TriggerMatch]
|
||||
Release=10
|
||||
|
||||
[Content]
|
||||
Packages=erofs-utils
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
[Match]
|
||||
Repositories=epel
|
||||
Release=9
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
erofs-utils
|
||||
rpmautospec-rpm-macros
|
||||
Packages=rpmautospec-rpm-macros
|
||||
Reference in New Issue
Block a user