diff --git a/0009-e2mmpstatus.8.in-detele-filesystem-can-be-UUID-or-LA.patch b/0009-e2mmpstatus.8.in-detele-filesystem-can-be-UUID-or-LA.patch new file mode 100644 index 0000000000000000000000000000000000000000..4a4c53ec5d93186cba9a29c4cb64bc49826b0bdf --- /dev/null +++ b/0009-e2mmpstatus.8.in-detele-filesystem-can-be-UUID-or-LA.patch @@ -0,0 +1,31 @@ +From 8178197e6c39b2a08c90bcd3685d694115ce9254 Mon Sep 17 00:00:00 2001 +From: Zhiqiang Liu +Date: Tue, 1 Mar 2022 21:46:55 +0800 +Subject: [PATCH] e2mmpstatus.8.in: detele filesystem can be UUID or LABEL in + manpage + +Signed-off-by: zhanchengbin +--- + misc/e2mmpstatus.8.in | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) + +diff --git a/misc/e2mmpstatus.8.in b/misc/e2mmpstatus.8.in +index c7ed929..07a28ec 100644 +--- a/misc/e2mmpstatus.8.in ++++ b/misc/e2mmpstatus.8.in +@@ -19,11 +19,7 @@ file system with the + feature enabled. The specified + .I file system + can be a device name (e.g. +-.IR /dev/hdc1 ", " /dev/sdb2 ), +-or an ext4 file system label or UUID, for example +-.B UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd +-or +-.BR LABEL=root . ++.IR /dev/hdc1 ", " /dev/sdb2 ). + By default, the + .B e2mmpstatus + program checks whether it is safe to mount the file system without taking +-- +1.8.3.1 + diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 4f75acbd16d0cb1357abe12151c4628756e9e015..df639f242fc03fccbe27db406e73124ca0e13db5 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -1,6 +1,6 @@ Name: e2fsprogs Version: 1.46.4 -Release: 3 +Release: 4 Summary: Second extended file system management tools License: GPLv2+ and LGPLv2 and MIT URL: http://e2fsprogs.sourceforge.net/ @@ -14,6 +14,7 @@ Patch5: 0005-resize2fs-resize2fs-disk-hardlinks-will-be-error.patch Patch6: 0006-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch Patch7: 0007-e2fsck-exit-journal-recovery-when-jounral-superblock.patch Patch8: 0008-e2fsck-add-env-param-E2FS_UNRELIABLE_IO-to-fi.patch +Patch9: 0009-e2mmpstatus.8.in-detele-filesystem-can-be-UUID-or-LA.patch BuildRequires: gcc pkgconfig texinfo @@ -136,6 +137,9 @@ exit 0 %{_mandir}/man8/* %changelog +* Wed Mar 2 2022 zhanchengbin - 1.46.4-4 +- e2mmpstatus.8.in: detele filesystem can be UUID or LABEL in manpage + * Thu Feb 24 2022 zhanchengbin - 1.46.4-3 - adapt patchs from openEuler-20.03-LTS