diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 566fabf..d886374 100644 --- a/SPECS/libdnf.spec +++ b/SPECS/libdnf.spec @@ -56,7 +56,7 @@ Name: libdnf Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version} -Release: 7.2%{?dist} +Release: 7.3%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -69,7 +69,8 @@ Patch4: 0005-Allow-loading-incomplete-cache-and-loading-ext-solv-files-w Patch5: 0006-Add-new-option-module-stream-switch.patch Patch6: 0007-Fix-removal-step-during-modular-enable-in-context-part.patch Patch7: 0008-Update-translations.patch -Patch9999: https://github.com/rpm-software-management/libdnf/pull/1164.patch +Patch9998: https://github.com/rpm-software-management/libdnf/pull/1164.patch +Patch9999: 1164-no-caching.patch Requires: librepo(pr234) BuildRequires: cmake @@ -318,6 +319,9 @@ popd %endif %changelog +* Thu Mar 18 2021 Matthew Almond - 0.55.0.7.3 +- Turn off caching in checksum code because it's broken here. + * Thu Mar 18 2021 Matthew Almond - 0.55.0.7.2 - Added dependency on librepo(pr234)