commit e33a2d0b3b90590d1ffdaa9fd725edb3ef902a0f
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Mon Jan 20 23:09:12 2014 +0100

    - rel 4; ... but drop crc part as not existing in 3.1 xfsprogs series

 xfsprogs-sb.patch | 8 ++++----
 xfsprogs.spec     | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index a9b1db3..df4102b 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -6,7 +6,7 @@ Summary:        Tools for the XFS filesystem
 Summary(pl.UTF-8):     Narzędzia do systemu plików XFS
 Name:          xfsprogs
 Version:       3.1.11
-Release:       3
+Release:       4
 License:       LGPL v2.1 (libhandle), GPL v2 (the rest)
 Group:         Applications/System
 Source0:       
ftp://linux-xfs.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
diff --git a/xfsprogs-sb.patch b/xfsprogs-sb.patch
index 451a9c1..ceef4dc 100644
--- a/xfsprogs-sb.patch
+++ b/xfsprogs-sb.patch
@@ -106,10 +106,10 @@ index b0f38ba..53e47b6 100644
 -                              do_warn(
 -              _("would zero unused portion of %s superblock (AG #%u)\n"),
 -                                      !i ? _("primary") : _("secondary"), i);
-+      if (xfs_sb_version_hascrc(sb))
-+              size = offsetof(xfs_sb_t, sb_lsn)
-+                      + sizeof(sb->sb_lsn);
-+      else if (xfs_sb_version_hasmorebits(sb))
++
++
++
++      if (xfs_sb_version_hasmorebits(sb))
 +              size = offsetof(xfs_sb_t, sb_bad_features2)
 +                      + sizeof(sb->sb_bad_features2);
 +      else if (xfs_sb_version_haslogv2(sb))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfsprogs.git/commitdiff/e33a2d0b3b90590d1ffdaa9fd725edb3ef902a0f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to