From 27ed91981f877d79d86b6be837ca0cfccbf0ab9a Mon Sep 17 00:00:00 2001
From: Mike Miller <mtmiller@ieee.org>
Date: Sat, 31 Mar 2012 17:50:41 -0400
Subject: [PATCH] Add cases to handle CRC32 files made with PylibLZMA

Signed-off-by: Mike Miller <mtmiller@ieee.org>
---
 pristine-xz |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pristine-xz b/pristine-xz
index 0c2f9d4..87be90a 100755
--- a/pristine-xz
+++ b/pristine-xz
@@ -126,6 +126,7 @@ sub predictxzargs {
 	my @args;
 	foreach my $level (@$possible_levels) {
 		push @args, ["-z", "-$level"];
+		push @args, ["-z", "-$level", "--check=crc32"];
 	}
 	return @args;
 }
-- 
1.7.9.1

