Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return "calculated" checksum if requested w/caching
If a file is downloaded via librepo (e.g. `dnf install --downloadonly`) then a request to get the checksum via `lr_checksum_fd_compare()` will not work. It'll only return whether the checksum is valid, and not the actual checksum. This is the simple fix. Addresses #233
- Loading branch information