Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2020-10-29 14:52:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocfs2-tools (Old)
 and      /work/SRC/openSUSE:Factory/.ocfs2-tools.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocfs2-tools"

Thu Oct 29 14:52:53 2020 rev:78 rq:844844 version:1.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2020-08-10 
15:01:55.848125067 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new.3463/ocfs2-tools.changes        
2020-10-29 14:53:03.609260479 +0100
@@ -1,0 +2,6 @@
+Thu Oct 29 11:10:30 UTC 2020 - g...@suse.com
+
+- Point out the default value of mount options (bsc#1178248)
+  + mount.ocfs2-point-out-the-default-value-of-mount-opt.patch
+
+-------------------------------------------------------------------

New:
----
  mount.ocfs2-point-out-the-default-value-of-mount-opt.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocfs2-tools.spec ++++++
--- /var/tmp/diff_new_pack.9NdGE7/_old  2020-10-29 14:53:04.913260921 +0100
+++ /var/tmp/diff_new_pack.9NdGE7/_new  2020-10-29 14:53:04.917260923 +0100
@@ -62,6 +62,7 @@
 Patch504:       fix-build-failure-with-glibc-2.28.patch
 Patch505:       debugfs.ocfs2-Fix-the-error-on-devices-with-sector-s.patch
 Patch506:       mount.ocfs2-add-nocluster-mount-option-support.patch
+Patch507:       mount.ocfs2-point-out-the-default-value-of-mount-opt.patch
 
 BuildRequires:  autoconf
 BuildRequires:  e2fsprogs-devel
@@ -176,6 +177,7 @@
 %patch504 -p1
 %patch505 -p1
 %patch506 -p1
+%patch507 -p1
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects

++++++ mount.ocfs2-point-out-the-default-value-of-mount-opt.patch ++++++
>From faf103905ec641f1266b93e584d4949cd4ef49cd Mon Sep 17 00:00:00 2001
From: Gang He <g...@suse.com>
Date: Thu, 29 Oct 2020 17:34:35 +0800
Subject: [PATCH] mount.ocfs2: point out the default value of mount options

The default value of some mount options should be clearly pointed
out in the man page. e.g. update access time, acl, user_xattr.
This can help users to simplify mount command line.

Signed-off-by: Gang He <g...@suse.com>
---
 mount.ocfs2/mount.ocfs2.8.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mount.ocfs2/mount.ocfs2.8.in b/mount.ocfs2/mount.ocfs2.8.in
index a36bdc8c..ff78d193 100644
--- a/mount.ocfs2/mount.ocfs2.8.in
+++ b/mount.ocfs2/mount.ocfs2.8.in
@@ -26,7 +26,7 @@ The file system will not update access time.
 .TP
 \fBrelatime\fR
 The file system will update atime only if the on-disk atime is older than mtime
-or ctime.
+or ctime. This is the default mode.
 
 .TP
 \fBstrictatime,atime\_quantum=nrsec\fR
@@ -36,11 +36,11 @@ zero to always update atime. These two options need work 
together.
 
 .TP
 \fB[no]acl\fR
-Enables / disables POSIX ACLs (access control lists) support.
+Enables / disables POSIX ACLs (access control lists) support. It is enabled by 
default.
 
 .TP
 \fB[no]user_xattr\fR
-Enables / disables extended user attributes.
+Enables / disables extended user attributes. It is enabled by default.
 
 .TP
 \fBcommit=nrsec\fR
-- 
2.12.3


Reply via email to