summaryrefslogtreecommitdiff
path: root/scripts/rpm2cpio.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22Avoid locale issues in rpm2cpio.sh (RhBug:878363)Panu Matilainen1-0/+3
- In gawk >= 4.0.x printf() "adjusts" things according to current locale, but we need the data as it is. Forcing C locale prevents gawk from getting funny ideas about character conversions... (cherry picked from commit c0e95f1cedefd6d7522ef2cf7a2ada7c83821596)
2012-03-15Fix rpm2cpio.sh error exit on unrecognized compressionPanu Matilainen1-1/+1
- This is not a function so it needs to be exit, not return. Reported as a side-note in RhBug:803421.
2012-03-12Teach rpm2cpio.sh about xz compression (RhBug:674348 & others)Panu Matilainen1-0/+2
2008-04-22Recognize lzma payload from its magicJindrich Novy1-1/+11
- old lzma formats without magic aren't supported
2002-02-04rollback changes from 4.0.4.jbj1-0/+26
CVS patchset: 5297 CVS date: 2002/02/04 16:53:51