]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "mkosi: Fix opensuse build"
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 7 Jan 2025 15:25:03 +0000 (16:25 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 7 Jan 2025 18:26:13 +0000 (18:26 +0000)
The commit that changes the name from README.testsuite to README.md
was never backported (and shouldn't as it would break opensuse's spec)
so revert the corresponding change in the mkosi opensuse build script.

This reverts commit 4162c331dd4fc6657d1f51c90a7a0223e9f4a30d.

mkosi.images/build/mkosi.conf.d/opensuse/mkosi.build.chroot

index 72115c2c5b8186467b7b2f1b63e423ab560cda57..d672c316471438a516a8a999abaabda32b51003e 100755 (executable)
@@ -60,9 +60,6 @@ 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/$PKG_SUBDIR${GIT_SUBDIR:+/$GIT_SUBDIR}/systemd.spec"
 
-# TODO: Drop when the opensuse spec uses README.md instead of README.testsuite.
-sed --in-place 's/README.testsuite/README.md/' "pkg/$PKG_SUBDIR${GIT_SUBDIR:+/$GIT_SUBDIR}/systemd.spec"
-
 build() {
     IFS=
     # shellcheck disable=SC2046