mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 15:40:26 +00:00
mkosi: Drop s390x console patch from opensuse spec
This patch does not apply anymore on upstream, so let's remove it from the spec before building until the spec is fixed.
This commit is contained in:
@@ -67,6 +67,9 @@ if ((WIPE)); then
|
||||
MKOSI_MESON_OPTIONS="$MKOSI_MESON_OPTIONS --wipe"
|
||||
fi
|
||||
|
||||
# TODO: Drop when the spec is fixed (either the patch is adapted or not applied when building for upstream).
|
||||
sed --in-place '/0009-pid1-handle-console-specificities-weirdness-for-s390.patch/d' "pkg/$ID/systemd.spec"
|
||||
|
||||
build() {
|
||||
IFS=
|
||||
# shellcheck disable=SC2046
|
||||
|
||||
@@ -15,6 +15,9 @@ if [ ! -f "pkg/$ID/systemd.spec" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# TODO: Drop when the spec is fixed (either the patch is adapted or not applied when building for upstream).
|
||||
sed --in-place '/0009-pid1-handle-console-specificities-weirdness-for-s390.patch/d' "pkg/$ID/systemd.spec"
|
||||
|
||||
for DEPS in --requires --buildrequires; do
|
||||
mkosi-chroot \
|
||||
rpmspec \
|
||||
|
||||
Reference in New Issue
Block a user