summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@fedoraproject.org>2007-10-15 17:52:22 +0000
committerEric Sandeen <sandeen@fedoraproject.org>2007-10-15 17:52:22 +0000
commit0ea033fa4b82be0c2f238cf08ad7fb2908fbae4e (patch)
treef3009f485c7e52d2228ef317992c8d8c1838d6c5
parentb183c007e92e41794ac3e7bfbfe5afe5d6b3a701 (diff)
downloade2fsprogs-0ea033fa4b82be0c2f238cf08ad7fb2908fbae4e.tar.gz
e2fsprogs-0ea033fa4b82be0c2f238cf08ad7fb2908fbae4e.tar.xz
e2fsprogs-0ea033fa4b82be0c2f238cf08ad7fb2908fbae4e.zip
* Tue Oct 15 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-9e2fsprogs-1_40_2-9_fc8
- Detect big-endian squashfs filesystems in libblkid (#305151)
-rw-r--r--e2fsprogs-1.40.2-blkid-squashfs.patch3
-rw-r--r--e2fsprogs.spec5
2 files changed, 6 insertions, 2 deletions
diff --git a/e2fsprogs-1.40.2-blkid-squashfs.patch b/e2fsprogs-1.40.2-blkid-squashfs.patch
index dd7ceee..792c062 100644
--- a/e2fsprogs-1.40.2-blkid-squashfs.patch
+++ b/e2fsprogs-1.40.2-blkid-squashfs.patch
@@ -12,10 +12,11 @@ Index: e2fsprogs-1.40.2/lib/blkid/probe.c
===================================================================
--- e2fsprogs-1.40.2.orig/lib/blkid/probe.c
+++ e2fsprogs-1.40.2/lib/blkid/probe.c
-@@ -898,6 +898,7 @@ static struct blkid_magic type_array[] =
+@@ -898,6 +898,8 @@ static struct blkid_magic type_array[] =
{ "ocfs2", 4, 0, 6, "OCFSV2", probe_ocfs2 },
{ "ocfs2", 8, 0, 6, "OCFSV2", probe_ocfs2 },
{ "crypt_LUKS", 0, 0, 6, "LUKS\xba\xbe", probe_luks },
++ { "squashfs", 0, 0, 4, "sqsh", 0 },
+ { "squashfs", 0, 0, 4, "hsqs", 0 },
{ NULL, 0, 0, 0, NULL, NULL }
};
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 601be88..7a07217 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -4,7 +4,7 @@
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
Name: e2fsprogs
Version: 1.40.2
-Release: 8%{?dist}
+Release: 9%{?dist}
# License based on upstream-modified COPYING file,
# which clearly states "V2" intent.
License: GPLv2
@@ -267,6 +267,9 @@ exit 0
%{_mandir}/man3/uuid_unparse.3*
%changelog
+* Tue Oct 15 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-9
+- Detect big-endian squashfs filesystems in libblkid (#305151)
+
* Tue Oct 02 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-8
- Detect squashfs filesystems in libblkid (#305151)