Avoid XZ dependency in test-suite
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 14 Nov 2011 08:20:42 +0000 (10:20 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 14 Nov 2011 08:36:57 +0000 (10:36 +0200)
- 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.

tests/data/RPMS/hello-2.0-1.i686.rpm
tests/data/RPMS/hello-2.0-1.x86_64.rpm

index ae2df25..46c60b1 100644 (file)
Binary files a/tests/data/RPMS/hello-2.0-1.i686.rpm and b/tests/data/RPMS/hello-2.0-1.i686.rpm differ
index 5a35572..50e39dd 100644 (file)
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