Temporarily downgrade to older util-linux
This commit is contained in:
parent
d2ea7b36c6
commit
7d1bf64c0f
1 changed files with 8 additions and 0 deletions
|
|
@ -51,6 +51,14 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
# Temporarily downgrade to older util-linux (because of failing setpriv)
|
||||
TMPDIR="$(mktemp -d)"
|
||||
pushd "$TMPDIR"
|
||||
koji download-build --arch x86_64 --arch noarch util-linux-2.39.3-4.fc40
|
||||
dnf downgrade ./*.rpm
|
||||
popd
|
||||
rm -rf "$TMPDIR"
|
||||
|
||||
# Temporarily build custom initrd with libkmod installed explicitly, as it became
|
||||
# a dlopen() dep
|
||||
# See: https://github.com/systemd/systemd/pull/31131
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue