A collection of basic system utilities
This package contains a large variety of low-level system utilities
that are necessary for a Linux system to function. It contains the
mount program, the fdisk configuration tool, and more.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/util-linux && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
addnote.c | 0000005117 5 KB | |
baselibs.conf | 0000000311 311 Bytes | |
blkid.conf | 0000000135 135 Bytes | |
etc.raw | 0000000221 221 Bytes | |
etc_filesystems | 0000000026 26 Bytes | |
klogconsole.tar.xz | 0000002060 2.01 KB | |
login.pamd | 0000000302 302 Bytes | |
make-sure-sbin-resp-usr-sbin-are-in-PATH.diff | 0000003112 3.04 KB | |
mkzimage_cmdline.8 | 0000000689 689 Bytes | |
mkzimage_cmdline.c | 0000004048 3.95 KB | |
pre_checkin.sh | 0000001486 1.45 KB | |
python-libmount.changes | 0000165329 161 KB | |
python-libmount.spec | 0000040076 39.1 KB | |
raw.service | 0000000367 367 Bytes | |
remote.pamd | 0000000492 492 Bytes | |
runuser.pamd | 0000000238 238 Bytes | |
setctsid.8 | 0000000601 601 Bytes | |
setctsid.c | 0000001695 1.66 KB | |
su.default | 0000000313 313 Bytes | |
su.pamd | 0000000277 277 Bytes | |
util-linux-2.30.tar.sign | 0000000819 819 Bytes | |
util-linux-2.30.tar.xz | 0004478016 4.27 MB | |
util-linux-losetup-Add-support-for-setting-logical |
0000005799 5.66 KB | |
util-linux-lscpu-cleanup-DMI-detection-return-code |
0000002341 2.29 KB | |
util-linux-rpmlintrc | 0000000747 747 Bytes | |
util-linux-systemd.changes | 0000165329 161 KB | |
util-linux-systemd.spec | 0000040082 39.1 KB | |
util-linux.changes | 0000165329 161 KB | |
util-linux.keyring | 0000003271 3.19 KB | |
util-linux.spec | 0000040048 39.1 KB |
Revision 218 (latest revision is 289)
Dominique Leuenberger (dimstar_suse)
accepted
request 504843
from
Stanislav Brabec (sbrabec)
(revision 218)
- don't conflict with sysvinit-tools in Tumblweed anymore. Needed for Leap 15 which wants to use a different release number scheme (lp150.x which produces lower numbers than the conflict). - Update to version 2.30: * Many changes and improvements, most notably: * The libblkid library has been improved for hybrid CDROM/DVD media. * The deprecated command tailf has been removed. Use "tail -f" from coreutils. * blkzone -- NEW COMMAND to run zone commands on block devices that support Zoned Block Commands (ZBC) or Zoned-device ATA Commands (ZAC). * fincore -- NEW COMMAND to count pages of file contents in core (memory). * lsmem -- NEW COMMAND to list the ranges of available memory with their online status. * The command fallocate -- supports an "insert range" operation now. * The command "column -t|--table" has been modified to use libsmartcols. It now provides nearly all of that library's functionality from the command line. * Security issues: * hwclock - no longer makes any internal permission checks. The System Administrator must set proper permissions to control user access to the RTC. It is NOT recommended to use SUID. * CVE-2016-2779 - This security issue is NOT FIXED yet. * More details at: https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes - Drop upstreamed patch arm64-lscpu-use-sysfs-for-table-access-if-available.patch - Refreshed patch util-linux-losetup-Add-support-for-setting-logical-blocksize.patch - fix compiler warnings for mkzimage_cmdline - When when hypervisor_decode_sysfw fails continue with other detection methods (bsc#1042991, bsc#1039360, bsc#1033718) + util-linux-lscpu-cleanup-DMI-detection-return-codes.patch
Comments 1
stable version 2.37 has already been released. https://github.com/karelzak/util-linux/tree/stable/v2.37 and it seems to me that a distribution kit actively promoting btrfs is simply obliged to deliver lsblk with the latest changes.