rpms/e2fsprogs/devel e2fsprogs-1.40.2-blkid-squashfs.patch, 1.1, 1.2 e2fsprogs.spec, 1.82, 1.83

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Mon Oct 15 17:52:26 UTC 2007


Author: sandeen

Update of /cvs/pkgs/rpms/e2fsprogs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28045

Modified Files:
	e2fsprogs-1.40.2-blkid-squashfs.patch e2fsprogs.spec 
Log Message:
* Tue Oct 15 2007 Eric Sandeen <esandeen at redhat.com> 1.40.2-9
- Detect big-endian squashfs filesystems in libblkid (#305151)


e2fsprogs-1.40.2-blkid-squashfs.patch:

Index: e2fsprogs-1.40.2-blkid-squashfs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/e2fsprogs/devel/e2fsprogs-1.40.2-blkid-squashfs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e2fsprogs-1.40.2-blkid-squashfs.patch	2 Oct 2007 18:31:28 -0000	1.1
+++ e2fsprogs-1.40.2-blkid-squashfs.patch	15 Oct 2007 17:52:22 -0000	1.2
@@ -12,10 +12,11 @@
 ===================================================================
 --- 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 }
  };


Index: e2fsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/e2fsprogs/devel/e2fsprogs.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- e2fsprogs.spec	2 Oct 2007 18:31:28 -0000	1.82
+++ e2fsprogs.spec	15 Oct 2007 17:52:22 -0000	1.83
@@ -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 @@
 %{_mandir}/man3/uuid_unparse.3*
 
 %changelog
+* Tue Oct 15 2007 Eric Sandeen <esandeen at redhat.com> 1.40.2-9
+- Detect big-endian squashfs filesystems in libblkid (#305151)
+
 * Tue Oct 02 2007 Eric Sandeen <esandeen at redhat.com> 1.40.2-8
 - Detect squashfs filesystems in libblkid (#305151)
 




More information about the fedora-extras-commits mailing list