[PATCH 1/2] xfsprogs: fix debian upgrade issue
nathans at debian.org
nathans at debian.org
Tue Nov 9 05:56:58 CST 2010
Fix xfs_estimate issue upgrading xfsprogs/xfsdump from lenny
Fix bug "xfsprogs: file conflict when upgrading from lenny":
add 'Replaces: xfsdump (<< 3.0.0); thanks to Vagrant Cascadian
for the analysis.
Signed-off-by: Gregor Herrman <gregoa at debian.org>
Reviewed-by: Nathan Scott <nathans at debian.org>
diff --git a/debian/control b/debian/control
index 652ffcb..f429434 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: fsck-backend
Suggests: xfsdump, acl, attr, quota
Breaks: xfsdump (<< 3.0.0)
+Replaces: xfsdump (<< 3.0.0)
Architecture: any
Description: Utilities for managing the XFS filesystem
A set of commands to use the XFS filesystem, including mkfs.xfs.
More information about the xfs
mailing list