From: Panu Matilainen Date: Mon, 14 Nov 2011 08:20:42 +0000 (+0200) Subject: Avoid XZ dependency in test-suite X-Git-Tag: tznext/4.11.0.1.tizen20130304~791 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0d7459e51c93f89c014eff9d20cf81fccdbf1c3;p=tools%2Flibrpm-tizen.git Avoid XZ dependency in test-suite - The two "hello" binaries packages used for various multilib checks were accidentally using xz payload compression, causing test-suite to fail when rpm was configured without xz support. Rebuild them with gzip compression instead to avoid silly failures - gzip compression support is mandatory, xz is not. --- diff --git a/tests/data/RPMS/hello-2.0-1.i686.rpm b/tests/data/RPMS/hello-2.0-1.i686.rpm index ae2df25..46c60b1 100644 Binary files a/tests/data/RPMS/hello-2.0-1.i686.rpm and b/tests/data/RPMS/hello-2.0-1.i686.rpm differ diff --git a/tests/data/RPMS/hello-2.0-1.x86_64.rpm b/tests/data/RPMS/hello-2.0-1.x86_64.rpm index 5a35572..50e39dd 100644 Binary files a/tests/data/RPMS/hello-2.0-1.x86_64.rpm and b/tests/data/RPMS/hello-2.0-1.x86_64.rpm differ