[PATCH] xfsdump spec file & version update
Nathan Scott
nscott at aconex.com
Sat Jan 24 00:16:06 CST 2009
Update xfsdump version to 3.0.0 to denote the slightly
different relationship with xfsprogs now (moved files,
removed libxfs.h dependencies).
diff --git a/VERSION b/VERSION
index 68ec770..665924b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
#
# This file is used by configure to get version information
#
-PKG_MAJOR=2
-PKG_MINOR=2
-PKG_REVISION=49
+PKG_MAJOR=3
+PKG_MINOR=0
+PKG_REVISION=0
PKG_BUILD=1
diff --git a/build/rpm/xfsdump.spec.in b/build/rpm/xfsdump.spec.in
index 3f7a3e0..417dd84 100644
--- a/build/rpm/xfsdump.spec.in
+++ b/build/rpm/xfsdump.spec.in
@@ -5,7 +5,7 @@ Release: @pkg_release@
Distribution: @pkg_distribution@
Packager: Silicon Graphics, Inc. <http://www.sgi.com/>
BuildRoot: @build_root@
-Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
+Requires: xfsprogs >= 3.0.0, attr >= 2.0.0
Source: @pkg_name at -@pkg_version at .src.tar.gz
License: GPL
Vendor: Silicon Graphics, Inc.
diff --git a/doc/CHANGES b/doc/CHANGES
index c1287b2..6f72397 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,12 @@
+xfsdump-3.0.0 (24 Jan 2009)
+ - Bump major package version number to signify changed
+ dependencies and moved binaries (xfs_fsr and estimate
+ have moved into xfsprogs).
+ - xfsdump should no longer make use of internal XFS
+ headers and libraries, in particular no use of libxfs
+ is permitted in this package anymore (such detailed
+ on-disk format knowledge is the realm of xfsprogs).
+
xfsdump-2.2.49 (17 Feb 2008)
- Fix up error handling in _rmt_open in librmt.
Warnings reported by Michal Marek <mmarek at novell.com>
More information about the xfs
mailing list