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
This commit is contained in:
Stanislav Brabec 2021-01-15 18:44:36 +00:00 committed by Git OBS Bridge
parent d4cb846fae
commit c8c1379cb6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 26 20:15:46 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- 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 <werner@suse.de>

View File

@ -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