- Update to util-linux-2.24
+ Release highlights (2.24)
fdisk(8):
* the code has been completely refactored and moved to libfdisk
(the library does not have a stable API yet)
* user interface has been unified for all label types and it
supports colors
* GPT disk UUID, partition UUID and partition name modification
is supported now
pylibmount:
* this new library provides PYTHON BINDINGS for libmount;
use --with-python[=2|3] to enable the bindings
last(1) and lastb(1):
* the NEW IMPLEMENTATION has been merged from sysvinit to
util-linux and extended; now it supports command line options
--present, --since, and --time-format
* use --enable-deprecated-last to enable the old util-linux
last(1) implementation
swapon(8):
* the option --discard= and fstab mount option discard= allow
to explicitly specify 'pages' or 'once' discard policy. If no
policy is selected, the default behavior is to enable both.
See swapon.8 man page for more details.
libblkid and blkid(8):
* supports LOGUUID= for external logs (e.g. extN and XFS)
* generates a pseudo PARTUUID= for MBR partitions (based on MBR
Id, Linux kernel supports the same concept for root= command
line option)
agetty(8):
* supportes new issue file \S escape code to read information
OBS-URL: https://build.opensuse.org/request/show/210834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=173
- Update to util-linux-2.24, see package changelog and
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24-ReleaseNotes
Most notable spec file changes:
- Added enable_last condition in case we don't want to use the last
binary from sysvinit-tools in future
- Upstream moved getopt examples from datadir to docdir but we keep
the old location because we would need to fix the manpage first.
OBS-URL: https://build.opensuse.org/request/show/210398
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=196