Add support for "lzma alone" compression format (lzdio)
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 18 Mar 2009 09:24:52 +0000 (11:24 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Apr 2009 11:04:46 +0000 (14:04 +0300)
commit53c6e996790706b9f4989a1344faa2c778091602
tree2bb192d088527355f9b834ba1a1b6362751342c2
parentbad79facee08b2bb4dff97e426294ccff48fcb9e
Add support for "lzma alone" compression format (lzdio)
- "lzma alone" is superseeded by XZ but it's used by Suse and Mandriva
  distros so it's nice to have as it doesn't need much, only open differs
  from XZ
- rpmlib() dependency versions are an uuuuuuuugly mess here: Suse used
  "PayloadIsLzma = 4.4.2-1" so that's what we provide to be most compatible
  (hopefully). Built packages require "PayloadIsLzma <= 4.4.6-1" however
  to be compatible with Mandriva 2008.0. Did I already say it's ugly?
- Based on similar patch in Mandriva by Per Ã˜yvind Karlsen, but avoiding
  unnecessary renames in rpmio
(cherry picked from commit fa0898552d3c52249bc41e8104eda02c1bbd3359)
build/pack.c
lib/psm.c
lib/rpmds.c
macros.in
rpm2cpio.c
rpmio/rpmio.c