Re: CPIO archives
Michael Kuß <[email protected]> Wed, 26 Nov 2003 21:26:40 +0100
| Newsgroups | gmane.comp.java.jrpm.devel |
|---|---|
| Message-ID | <[email protected]> |
Yup, bzip2 is supported by rpm :
rpmio/rpmmacro.h:
typedef enum rpmCompressedMagic_e {
COMPRESSED_NOT = 0, /*!< not compressed */
COMPRESSED_OTHER = 1, /*!< gzip can handle */
COMPRESSED_BZIP2 = 2, /*!< bzip2 can handle */
COMPRESSED_ZIP = 3 /*!< unzip can handle */
} rpmCompressedMagic;
They are doing a lot of work recently. Also OpenPKG is using rpm
and they made some progress. It's hard to keep in touch.
Yannick Menager wrote:
> - Zip is just an inputstream... we cannot do the same ( except to do a
> "read and extract right away" functionality )
>
> - Is bzip2 used by rpm ?
>
> - Yup :-) We're back into the world of the living lol
>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/