6
0
forked from pool/util-linux

Accepting request 873242 from home:sbrabec:branches:util-linux-2.36.2

- Update to version 2.36.2...
  obsoletes util-linux-libmount-dont-use-symfollow.patch

OBS-URL: https://build.opensuse.org/request/show/873242
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=447
This commit is contained in:
2021-02-18 10:14:50 +00:00
committed by Git OBS Bridge
parent f76dd9471f
commit 038a3fdb04
11 changed files with 112 additions and 65 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Feb 16 19:33:08 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
- Update to version 2.36.2:
* agetty: tty eol defaults to REPRINT
* fsck.cramfs: fix fsck.cramfs crashes on blocksizes > 4K
* lib/caputils: add fall back for last cap using prctl.
* lib/signames: change license to public domain
* libfdisk:
* (dos) fix last possible sector calculation
* (script) ignore empty values for start and size
* ignore 33553920 byte optimal I/O size
* libmount:
* add vboxsf, virtiofs to pseudo filesystems
* do not canonicalize ZFS source dataset
* don't use "symfollow" for helpers on user mounts (boo#1181750,
obsoletes util-linux-libmount-dont-use-symfollow.patch)
* fix /{etc,proc}/filesystems use
* login: use full tty path for PAM_TTY
* lsblk: read SCSI_IDENT_SERIAL also from udev
* rfkill: stop execution when rfkill device cannot be opened
* setpriv: allow using [-+]all for capabilities.
* su: use full tty path for PAM_TTY
* switch_root: check if mount point to move even exists
* umount:
* ignore --no-canonicalize,-c for non-root users
* Show the 'r' option in the help menu
* Code cleanups and documentation improvements.
* Translation updates.
-------------------------------------------------------------------
Wed Feb 10 23:18:39 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>