Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2012-01-11 15:36:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e2fsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.e2fsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e2fsprogs", Maintainer is "j...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes      2011-09-23 
01:55:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2012-01-11 
15:37:04.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Dec 20 20:23:14 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Thu Oct 13 09:26:51 UTC 2011 - j...@suse.cz
+
+- Added dumpe2fs.8 manpage fix
+
+-------------------------------------------------------------------

New:
----
  dumpe2fs-add-man-page-warning-about-mounted-fil.patch

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

Other differences:
------------------
++++++ e2fsprogs.spec ++++++
--- /var/tmp/diff_new_pack.mxXKgp/_old  2012-01-11 15:37:12.000000000 +0100
+++ /var/tmp/diff_new_pack.mxXKgp/_new  2012-01-11 15:37:12.000000000 +0100
@@ -15,24 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           e2fsprogs
-License:        GPLv2
-Group:          System/Filesystems
 Supplements:    filesystem(ext2) filesystem(ext3) filesystem(ext4)
-BuildRequires:  libblkid-devel libuuid-devel pkg-config
+BuildRequires:  autoconf
+BuildRequires:  libblkid-devel
+BuildRequires:  libuuid-devel
+BuildRequires:  pkg-config
 PreReq:         %install_info_prereq
-AutoReqProv:    on
 # bug437293
 %ifarch ppc64
 Obsoletes:      e2fsprogs-64bit
 %endif
 #
 Version:        1.41.14
-Release:        8
+Release:        0
 Summary:        Utilities for the Second Extended File System
+License:        GPL-2.0
+Group:          System/Filesystems
 Url:            http://e2fsprogs.sourceforge.net
 Source:         %{name}-%{version}.tar.bz2
 Source2:        README.SUSE
@@ -42,9 +41,10 @@
 #
 # 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
 
@@ -54,10 +54,9 @@
 mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
 
 %package devel
-License:        LGPLv2
 Summary:        Dummy development package
+License:        LGPL-2.0
 Group:          Development/Libraries/C and C++
-AutoReqProv:    on
 # bug437293
 %ifarch ppc64
 Obsoletes:      e2fsprogs-devel-64bit
@@ -69,27 +68,25 @@
 Dummy development package for backwards compatibility.
 
 %package -n libext2fs2
-License:        LGPLv2
 Summary:        Ext2fs library
+License:        LGPL-2.0
 Group:          System/Filesystems
-AutoReqProv:    on
 
 %description -n libext2fs2
 The basic Ext2fs shared library.
 
 %package -n libext2fs-devel
-License:        LGPLv2
 Summary:        Development files for libext2fs
+License:        LGPL-2.0
 Group:          Development/Libraries/C and C++
-AutoReqProv:    on
 Requires:       libext2fs2 = %version libcom_err-devel
 
 %description -n libext2fs-devel
 Development files for libext2fs.
 
 %package -n libcom_err2
-License:        MIT
 Summary:        E2fsprogs error reporting library
+License:        MIT
 Group:          System/Filesystems
 # bug437293
 %ifarch ppc64
@@ -99,16 +96,14 @@
 #
 Provides:       libcom_err = %{version}
 Obsoletes:      libcom_err <= 1.40
-AutoReqProv:    on
 
 %description -n libcom_err2
 com_err is an error message display library.
 
 %package -n libcom_err-devel
-License:        MIT
 Summary:        Development files for libcom_err
+License:        MIT
 Group:          Development/Libraries/C and C++
-AutoReqProv:    on
 # bug437293
 %ifarch ppc64
 Obsoletes:      libcom_err-devel-64bit
@@ -122,9 +117,10 @@
 %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
 

++++++ dumpe2fs-add-man-page-warning-about-mounted-fil.patch ++++++
>From d1c9b6ea5e3b473341650757726def797c616a84 Mon Sep 17 00:00:00 2001
From: Theodore Ts'o <ty...@mit.edu>
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" <ty...@mit.edu>
Acked-by: Jan Kara <j...@suse.cz>
---
 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


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to