LZMA -> XZ renaming
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 18 Mar 2009 07:42:23 +0000 (09:42 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 18 Mar 2009 07:42:23 +0000 (09:42 +0200)
commit8078d0ba24662308b10d9eb0f0da978584b7e757
treed006abb3b7cce4eb328a233c1c8cfc96c8b60b53
parentff920a9766ea1f3ef9670c8031ff473adb0b0adf
LZMA -> XZ renaming
- what we support now in payloads is XZ, not the former LZMA format, rename
  user- and header-visible parts to match this
- rpmlib(PayloadIsXz) dependency versioned 5.2-1 to avoid unnecessary
  incompatibility with what rpm5 has and what Mandriva is already using
- only provide the rpmlib dependency if actually built with xz support
- rpmFileIsCompressed() attempts to guess the magicless old lzma format
  by file suffix, so it can handle both right now
build/pack.c
build/parsePrep.c
configure.ac
lib/psm.c
lib/rpmds.c
macros.in
rpm2cpio.c
rpmio/rpmfileutil.c
rpmio/rpmfileutil.h
rpmio/rpmio.c
rpmio/rpmio_internal.h