mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
Merge pull request #34267 from DaanDeMeyer/script
mkosi: Install util-linux-script on Rawhide
This commit is contained in:
7
mkosi.conf.d/10-fedora/mkosi.conf.d/rawhide.conf
Normal file
7
mkosi.conf.d/10-fedora/mkosi.conf.d/rawhide.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Release=rawhide
|
||||
|
||||
[Content]
|
||||
Packages=util-linux-script
|
||||
@@ -53,12 +53,6 @@ if ((WIPE)) && [[ -d "$BUILDDIR/meson-private" ]]; then
|
||||
MKOSI_MESON_OPTIONS="$MKOSI_MESON_OPTIONS --wipe"
|
||||
fi
|
||||
|
||||
# Hack to work around https://github.com/rpm-software-management/rpm/issues/3216.
|
||||
# TODO: Remove when rpm 4.20 gets into Rawhide.
|
||||
mkdir -p "/var/tmp/BUILD/systemd-${VERSION/\~/_}-build"
|
||||
mkdir -p "/var/tmp/BUILD/systemd-${VERSION/\~/_}-build/SPECPARTS"
|
||||
ln -s /work/src "/var/tmp/BUILD/systemd-${VERSION/\~/_}-build/systemd-$VERSION"
|
||||
|
||||
IFS=
|
||||
# TODO: Replace meson_build and meson_install overrides with "--undefine __meson_verbose" once
|
||||
# https://github.com/mesonbuild/meson/pull/12835 is available.
|
||||
|
||||
Reference in New Issue
Block a user