diff --git a/util-linux.changes b/util-linux.changes index 1a7e18b..83b88a8 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 21 23:25:19 UTC 2024 - Stanislav Brabec + +- Disable mountfd API again. + (https://github.com/util-linux/util-linux/issues/3158) + ------------------------------------------------------------------- Mon Aug 5 22:14:13 UTC 2024 - Stanislav Brabec diff --git a/util-linux.spec b/util-linux.spec index 1d4bc4b..128b424 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -559,7 +559,8 @@ configure_options+="--with-systemd " --disable-pg\ --enable-fs-paths-default="/sbin:/usr/sbin"\ --enable-static\ - --with-vendordir=%{_distconfdir} \ + --with-vendordir=%{_distconfdir}\ + --disable-libmount-mountfd-support\ $configure_options make %{?_smp_mflags} }