From dd38da41048cf5296de7c5c70a469a788b499e21 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Aug 28 2010 15:18:39 +0000 Subject: Update to latest upstream to get large xattr fix. --- diff --git a/.gitignore b/.gitignore index d4c3c5e..6c6eefb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ squashfs-4.1.tar.bz2 +/squashfs-4.1.tar.bz2 diff --git a/sources b/sources index e26d0ad..5594c13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -215ca5e7fae16ec968c517f5947e08ed squashfs-4.1.tar.bz2 +c28935f4e29959bd4ffda56f37fba929 squashfs-4.1.tar.bz2 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 3b1f279..88b2bb2 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -1,11 +1,11 @@ Summary: Utility for the creation of squashfs filesystems Name: squashfs-tools Version: 4.1 -Release: 0.3.20100803%{?dist} +Release: 0.4.20100827%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://squashfs.sf.net -# cvs -d:pserver:anonymous@squashfs.cvs.sourceforge.net:/cvsroot/squashfs export -D 2010-08-03 squashfs +# cvs -d:pserver:anonymous@squashfs.cvs.sourceforge.net:/cvsroot/squashfs export -D 2010-08-27 squashfs Source0: squashfs-4.1.tar.bz2 Patch0: squashfs-cflags.patch Patch1: squashfs-xz.patch @@ -43,7 +43,13 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/unsquashfs %changelog -* Tue Aug 03 2010 Bruno Wolff III - 4.1-0.3.20100727 +* Sat Aug 28 2010 Bruno Wolff III - 4.1-0.4.20100827 +- Rebase to latest upstream. +- The main reason is to pick up a fix for large xattr similar to the large inode fix. This doesn't need to get backported as 4.0 doesn't have xattr support. +- An option was added to build without xattr support. +- Various source cleanups have been done as well. + +* Tue Aug 03 2010 Bruno Wolff III - 4.1-0.3.20100803 - Rebase to latest upstream - Prevent warning message for xattr for virtual directory - Fix issue with large inodes - BZ 619020