Skip to content

Commit

Permalink
Functionality for comparing EVRs / versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Apr 24, 2023
1 parent 542166e commit 686512f
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`get_entry_data_as_i18n_string()`
- Added `verify_signature()` and `verify_digests()` to `RPMPackage` to enable checking the integrity
and provenance of packages.
- Added `EVR` struct and `rpmvercmp` function for comparing RPM versions.

### Fixed

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ pub(crate) mod constants;
pub use crate::constants::*;

mod sequential_cursor;
mod version_compare;

mod rpm;
pub use crate::rpm::*;
Expand Down
Loading

0 comments on commit 686512f

Please sign in to comment.