diff --git a/util-linux.changes b/util-linux.changes index 7a809e8..f0d2584 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 26 20:15:46 UTC 2020 - Jan Engelhardt + +- Do search /usr/sbin for mount helpers. (This drops /sbin/fs, + /sbin/fs.d, which we do not use in openSUSE.) + ------------------------------------------------------------------- Wed Nov 4 11:07:03 UTC 2020 - Dr. Werner Fink diff --git a/util-linux.spec b/util-linux.spec index 1baa329..d33a7bc 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -530,6 +530,7 @@ function configure_and_build() { --disable-newgrp \ --disable-vipw \ --disable-pg \ + --enable-fs-paths-default="/sbin:/usr/sbin" \ %if %{with systemd} --with-systemd \ %else