From: Daan De Meyer Date: Sat, 20 Apr 2024 07:43:14 +0000 (+0200) Subject: mkosi: Disable rpm package notes X-Git-Tag: v256-rc1~89^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865f67701ce8a7d2fd8e7c57480f577dd6044a8f;p=thirdparty%2Fsystemd.git mkosi: Disable rpm package notes This introduces dependencies on various environment variables set by rpmbuild which will not be set when rerunning meson inside the VM/container so let's disable package notes to avoid these dependencies, as the package notes aren't terribly useful in this scenario anyway. --- diff --git a/mkosi.images/system/mkosi.conf.d/10-centos-fedora/mkosi.build.chroot b/mkosi.images/system/mkosi.conf.d/10-centos-fedora/mkosi.build.chroot index 6ef39bc4ef1..8c4c2469aee 100755 --- a/mkosi.images/system/mkosi.conf.d/10-centos-fedora/mkosi.build.chroot +++ b/mkosi.images/system/mkosi.conf.d/10-centos-fedora/mkosi.build.chroot @@ -74,6 +74,7 @@ ANNOBIN="no-active-checks" rpmbuild \ --define "_find_debuginfo_dwz_opts %{nil}" \ --define "_fortify_level 0" \ --undefine _lto_cflags \ + --undefine _package_note_flags \ --noclean \ "pkg/$ID/systemd.spec"