]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop _fixperms workaround
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 7 Sep 2024 10:13:58 +0000 (12:13 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 7 Sep 2024 12:20:09 +0000 (21:20 +0900)
This was added to deal with a bug in the rpm 4.20 rc in Rawhide
but since that's been fixed, let's drop the workaround.

mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.build.chroot
mkosi.images/build/mkosi.conf.d/opensuse/mkosi.build.chroot

index 7c744ca1abd95f626b9638a981957b75c6ef2ae5..fa2672d2a285065695f6fbd2d0e64c48f5d0804a 100755 (executable)
@@ -97,7 +97,6 @@ CXX_LD="$( ((LLVM)) && echo lld)" \
     --define "__script_requires %{nil}" \
     --define "_find_debuginfo_opts --unique-debug-src-base \"%{name}\"" \
     --define "_find_debuginfo_dwz_opts %{nil}" \
-    --define "_fixperms true" \
     --undefine _package_note_flags \
     --noclean \
     "pkg/$PKG_SUBDIR/systemd.spec"
index b127e9d01ae16a1774f9527ff980344ce43eb433..0a5b47b0315d69c455fcd05427cac661a623ab32 100755 (executable)
@@ -94,7 +94,6 @@ build() {
         --define "__script_requires %{nil}" \
         --define "_find_debuginfo_dwz_opts %{nil}" \
         --define "_find_debuginfo_opts --unique-debug-src-base \"%{name}\"" \
-        --define "_fixperms true" \
         --noclean \
         "$@" \
         "pkg/$PKG_SUBDIR/systemd.spec"