From c8c1379cb6a1354700de0dc234e72bcea3388a3133738d4b5d2e5713d803f3e0 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 15 Jan 2021 18:44:36 +0000 Subject: [PATCH] Accepting request 851169 from home:jengelh:branches:Base:System - Do search /usr/sbin for mount helpers. (This drops /sbin/fs, /sbin/fs.d, which we do not use in openSUSE.) OBS-URL: https://build.opensuse.org/request/show/851169 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=437 --- util-linux.changes | 6 ++++++ util-linux.spec | 1 + 2 files changed, 7 insertions(+) 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