|
rpm 6.0.1
The RPM Package Manager
|
How to add or remove a signature from a package header. More...

Functions | |
| int | rpmPkgSign (const char *path, const struct rpmSignArgs *args) |
| int | rpmPkgDelSign (const char *path, const struct rpmSignArgs *args) |
| int | rpmPkgDelFileSign (const char *path, const struct rpmSignArgs *args) |
How to add or remove a signature from a package header.
| int rpmPkgDelFileSign | ( | const char * | path, |
| const struct rpmSignArgs * | args ) |
Delete file signature(s) from a package
| path | path to package |
| args | signing parameters (or NULL for defaults) |
| int rpmPkgDelSign | ( | const char * | path, |
| const struct rpmSignArgs * | args ) |
Delete signature(s) from a package
| path | path to package |
| args | signing parameters (or NULL for defaults) |
| int rpmPkgSign | ( | const char * | path, |
| const struct rpmSignArgs * | args ) |
Sign a package
| path | path to package |
| args | signing parameters (or NULL for defaults) |