]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Don't apply distribution specific patches
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 27 Aug 2024 11:17:38 +0000 (13:17 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 28 Aug 2024 14:14:05 +0000 (16:14 +0200)
commit00a2a67d814651cd3d6e2dff6dab22a3f8e5f5f3
tree928bb7c82037391241a19acd79fef24f54c15aa9
parentdbff64ddf06f64ab94bd314df27d6c089b75de52
mkosi: Don't apply distribution specific patches

rpm upstream is going to imply --noprep when running with --build-in-place so let's do the same on older
versions of rpm (https://github.com/rpm-software-management/rpm/commit/e0925ad6e3185030b004343f73a5917fdc562d6c)

Also, to keep things consistent between distros, run with --noprepare
on Arch Linux as well (we already skip patches on Debian/Ubuntu).

To keep things working on Arch, we apply the one downstream patch
manually ourselves.
mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot
mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.build.chroot
mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.prepare
mkosi.images/build/mkosi.conf.d/opensuse/mkosi.build.chroot
mkosi.images/build/mkosi.conf.d/opensuse/mkosi.prepare