drpm
A library for making, reading and applying deltarpm packages
|
Tools for checking if the reconstruction is possible (like applydeltarpm { -c | -C }
).
More...
Functions | |
int | drpm_check (const char *deltarpm, int checkmode) |
Checks if the reconstruction is possible based on DeltaRPM file. More... | |
int | drpm_check_sequence (const char *oldrpm, const char *sequence, int checkmode) |
Checks if the reconstruction is possible based on sequence ID. More... | |
Tools for checking if the reconstruction is possible (like applydeltarpm { -c | -C }
).
int drpm_check | ( | const char * | deltarpm, |
int | checkmode | ||
) |
Checks if the reconstruction is possible based on DeltaRPM file.
[in] | deltarpm | Name of DeltaRPM file. |
[in] | checkmode | Full check or filesize changes only. |
int drpm_check_sequence | ( | const char * | oldrpm, |
const char * | sequence, | ||
int | checkmode | ||
) |
Checks if the reconstruction is possible based on sequence ID.
[in] | oldrpm | Name of old RPM file (if NULL , filesystem data is used). |
[in] | sequence | Sequence ID of the DeltaRPM. |
[in] | checkmode | Full check or filesize changes only. |