Detect lzma magic if it exists, otherwise dumb check for .lzma filename
authorPanu Matilainen <pmatilai@redhat.com>
Sun, 27 Jan 2008 14:11:46 +0000 (16:11 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sun, 27 Jan 2008 14:11:46 +0000 (16:11 +0200)
commita0a972702a940175b3c3ca2491c6e4d0a9461e63
tree471ed7b72a8d1ab10fca13101c163713b08ccc7c
parentc693169deeabf8f9a65a824699cc0c98cedd491f
Detect lzma magic if it exists, otherwise dumb check for .lzma filename
- Newer lzma-utils make a magic header in archives, current stable versions
  don't. Guessing based on common compression flags used by current lzma
  versions is feeble and futile...
rpmio/rpmfileutil.c