From ba11a1c05fe71a5096e0915235d67193e251aa65 Mon Sep 17 00:00:00 2001 From: OBS User jankara Date: Thu, 13 Oct 2011 09:44:24 +0000 Subject: [PATCH] - Added dumpe2fs.8 manpage fix (bnc#708243) Rev filesystems/19 Md5 2cb8d396df9a329e6393aab3a5b149dd 2011-10-13 09:44:24 jankara 87658 --- ...d-man-page-warning-about-mounted-fil.patch | 35 +++++++++++++++++++ e2fsprogs.changes | 5 +++ e2fsprogs.spec | 12 ++++--- 3 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 dumpe2fs-add-man-page-warning-about-mounted-fil.patch diff --git a/dumpe2fs-add-man-page-warning-about-mounted-fil.patch b/dumpe2fs-add-man-page-warning-about-mounted-fil.patch new file mode 100644 index 0000000..8a447ac --- /dev/null +++ b/dumpe2fs-add-man-page-warning-about-mounted-fil.patch @@ -0,0 +1,35 @@ +From d1c9b6ea5e3b473341650757726def797c616a84 Mon Sep 17 00:00:00 2001 +From: Theodore Ts'o +Date: Sat, 8 Oct 2011 13:50:10 -0400 +Subject: [PATCH] dumpe2fs.8.in: add man page warning about mounted file systems +References: bnc#708243 + +This should be obvious, but apparently not to all users... + +Signed-off-by: "Theodore Ts'o" +Acked-by: Jan Kara +--- + misc/dumpe2fs.8.in | 7 +++---- + 1 files changed, 3 insertions(+), 4 deletions(-) + +diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in +index c1dfcbd..a493789 100644 +--- a/misc/dumpe2fs.8.in ++++ b/misc/dumpe2fs.8.in +@@ -23,10 +23,9 @@ prints the super block and blocks group information for the filesystem + present on + .I device. + .PP +-.B dumpe2fs +-is similar to Berkeley's +-.B dumpfs +-program for the BSD Fast File System. ++.B Note: ++When used with a mounted filesystem, the printed ++information may be old or inconsistent. + .SH OPTIONS + .TP + .B \-b +-- +1.7.1 + diff --git a/e2fsprogs.changes b/e2fsprogs.changes index b1d5213..e3d83aa 100644 --- a/e2fsprogs.changes +++ b/e2fsprogs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 09:26:51 UTC 2011 - jack@suse.cz + +- Added dumpe2fs.8 manpage fix + ------------------------------------------------------------------- Fri Jul 22 17:11:57 UTC 2011 - jack@suse.cz diff --git a/e2fsprogs.spec b/e2fsprogs.spec index d7a2c43..05c8838 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -31,7 +31,7 @@ Obsoletes: e2fsprogs-64bit %endif # Version: 1.41.14 -Release: 2 +Release: 8 Summary: Utilities for the Second Extended File System Url: http://e2fsprogs.sourceforge.net Source: %{name}-%{version}.tar.bz2 @@ -42,9 +42,10 @@ Source4: e2fsprogs-1.41.14.de.po.bz2 # # e2fsprogs patches # -Patch7: e2fsprogs-1.41.1-splash_support.patch +Patch1: e2fsprogs-1.41.1-splash_support.patch +Patch2: dumpe2fs-add-man-page-warning-about-mounted-fil.patch # libcom_err patches -Patch34: libcom_err-compile_et_permissions.patch +Patch3: libcom_err-compile_et_permissions.patch # Do not suppress make commands BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -122,9 +123,10 @@ Development files for the com_err error message display library. %prep %setup -q # e2fsprogs patches -%patch7 +%patch1 +%patch2 -p1 # libcom_err patches -%patch34 -p1 +%patch3 -p1 cp %{SOURCE2} . bunzip2 -dc %{S:4} > po/de.po