rpmvercmp
(PECL rpminfo >= 0.1.0)
rpmvercmp — RPM version comparison
Description
Compare two RPM package versions.
Parameters
evr1- First
epoch:version-releasestring. evr2- Second
epoch:version-releasestring. operatorAn optional operator. The possible operators are:
This parameter is case-sensitive, values should be lowercase.<,lt,<=,le,>,gt,>=,ge,==,=,eq,!=,<>,ne.
Return Values
Returns -1 if evr1 is less than evr2, 1 if evr1 is greater than evr2, and 0 if they are equal.
When using the optional operator argument, the function will return true if the relationship is the one specified by the operator, false otherwise.
Changelog
| Version | Description |
|---|---|
| PECL rpminfo 0.7.0 | Optional operator was added. |
↑ and ↓ to navigate • Enter to select • Esc to close • / to open