commit util-linux for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package util-linux for openSUSE:Factory checked in at 2023-07-31 15:24:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/util-linux (Old) and /work/SRC/openSUSE:Factory/.util-linux.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "util-linux" Mon Jul 31 15:24:04 2023 rev:274 rq:1101236 version:2.39.1 Changes: -------- --- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes 2023-07-16 17:28:32.343893306 +0200 +++ /work/SRC/openSUSE:Factory/.util-linux.new.32662/util-linux.changes 2023-07-31 15:24:04.843224225 +0200 @@ -1,0 +2,17 @@ +Fri Jul 28 14:47:15 UTC 2023 - Goldwyn Rodrigues <rgoldwyn@suse.com> + +- Re-add 0001-Revert-libblkid-try-LUKS2-first-when-probing.patch + because the patch is not in 2.39.1 + +------------------------------------------------------------------- +Wed Jul 26 01:22:20 UTC 2023 - Neil Brown <nfbrown@suse.com> + +- Upgrade to version 2.39.1 + (bsc#1213328) + Various bug fixes including problem with parsing mount options. +- Dropped upstreamed patches: + 0001-Revert-libblkid-try-LUKS2-first-when-probing.patch + 0001-libmount-fix-sync-options-between-context-and-fs-str.patch + util-linux-fix-tests-with-64k-pagesize.patch + +------------------------------------------------------------------- Old: ---- 0001-libmount-fix-sync-options-between-context-and-fs-str.patch util-linux-2.39.tar.sign util-linux-2.39.tar.xz util-linux-fix-tests-with-64k-pagesize.patch New: ---- util-linux-2.39.1.tar.sign util-linux-2.39.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ util-linux.spec ++++++ --- /var/tmp/diff_new_pack.219EAP/_old 2023-07-31 15:24:06.159231823 +0200 +++ /var/tmp/diff_new_pack.219EAP/_new 2023-07-31 15:24:06.163231846 +0200 @@ -85,7 +85,7 @@ %endif # ulbuild == python -Version: 2.39 +Version: 2.39.1 Release: 0 License: GPL-2.0-or-later URL: https://www.kernel.org/pub/linux/utils/util-linux/ @@ -109,13 +109,10 @@ Patch1: libmount-print-a-blacklist-hint-for-unknown-filesyst.patch Patch2: Add-documentation-on-blacklisted-modules-to-mount-8-.patch # PATCH-FIX-SUSE util-linux-bash-completion-su-chsh-l.patch bsc1172427 -- Fix "su -s" bash completion. -Patch4: util-linux-bash-completion-su-chsh-l.patch -# PATCH-FIX-UPSTREAM util-linux-fix-tests-with-64k-pagesize.patch -- fadvise: fix tests with 64k pagesize -Patch5: util-linux-fix-tests-with-64k-pagesize.patch -# https://github.com/util-linux/util-linux/pull/2331 -Patch6: 0001-libmount-fix-sync-options-between-context-and-fs-str.patch +Patch3: util-linux-bash-completion-su-chsh-l.patch # https://github.com/util-linux/util-linux/pull/2373 -Patch7: 0001-Revert-libblkid-try-LUKS2-first-when-probing.patch +Patch4: 0001-Revert-libblkid-try-LUKS2-first-when-probing.patch + BuildRequires: audit-devel BuildRequires: bc BuildRequires: binutils-devel ++++++ Add-documentation-on-blacklisted-modules-to-mount-8-.patch ++++++ --- /var/tmp/diff_new_pack.219EAP/_old 2023-07-31 15:24:06.191232008 +0200 +++ /var/tmp/diff_new_pack.219EAP/_new 2023-07-31 15:24:06.195232030 +0200 @@ -5,17 +5,15 @@ Signed-off-by: Martin Wilck <mwilck@suse.com> --- - sys-utils/mount.8 | 26 ++++++++++++++++++++++++++ - 1 file changed, 26 insertions(+) + sys-utils/mount.8 | 28 +++++++++++++++++++++++++++- + 1 file changed, 27 insertions(+), 1 deletion(-) -Index: util-linux-2.37.2/sys-utils/mount.8 -=================================================================== ---- util-linux-2.37.2.orig/sys-utils/mount.8 -+++ util-linux-2.37.2/sys-utils/mount.8 -@@ -203,6 +203,32 @@ Note that \fBmount\fP is very strict abo - Since util\-linux 2.35, \fBmount\fP does not exit when user permissions are inadequate according to libmount\(cqs internal security rules. Instead, it drops suid permissions and continues as regular non\-root user. This behavior supports use\-cases where root permissions are not necessary (e.g., fuse filesystems, user namespaces, etc). - .sp +--- a/sys-utils/mount.8 ++++ b/sys-utils/mount.8 +@@ -205,6 +205,32 @@ Since util\-linux 2.35, \fBmount\fP does For more details, see \fBfstab\fP(5). Only the user that mounted a filesystem can unmount it again. If any user should be able to unmount it, then use \fBusers\fP instead of \fBuser\fP in the \fIfstab\fP line. The \fBowner\fP option is similar to the \fBuser\fP option, with the restriction that the user must be the owner of the special file. This may be useful e.g. for \fI/dev/fd\fP if a login script makes the console user owner of this device. The \fBgroup\fP option is similar, with the restriction that the user must be a member of the group of the special file. + .sp + The \fBuser\fP mount option is accepted if no username is specified. If used in the format \fBuser=someone\fP, the option is silently ignored and visible only for external mount helpers (/sbin/mount.<type>) for compatibility with some network filesystems. +.SS Blacklisted file systems +In the Linux kernel, file system types are implemented as kernel +modules. While many of these file systems are well maintained, @@ -45,7 +43,7 @@ .SS "Bind mount operation" .sp Remount part of the file hierarchy somewhere else. The call is: -@@ -2396,4 +2422,4 @@ For bug reports, use the issue tracker a +@@ -2571,4 +2597,4 @@ For bug reports, use the issue tracker a .SH "AVAILABILITY" .sp The \fBmount\fP command is part of the util\-linux package which can be downloaded from \c ++++++ util-linux-2.39.tar.xz -> util-linux-2.39.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/util-linux/util-linux-2.39.tar.xz /work/SRC/openSUSE:Factory/.util-linux.new.32662/util-linux-2.39.1.tar.xz differ: char 15, line 1
participants (1)
-
Source-Sync