diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index d886374..3c54a59 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.3%{?dist} +Release: 7.4%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -72,6 +72,7 @@ Patch7: 0008-Update-translations.patch Patch9998: https://github.com/rpm-software-management/libdnf/pull/1164.patch Patch9999: 1164-no-caching.patch Requires: librepo(pr234) +Provides: libdnf(pr1164) BuildRequires: cmake BuildRequires: gcc @@ -319,6 +320,9 @@ popd %endif %changelog +* Thu Mar 18 2021 Matthew Almond - 0.55.0.7.4 +- Provides libdnf(pr1164) + * Thu Mar 18 2021 Matthew Almond - 0.55.0.7.3 - Turn off caching in checksum code because it's broken here.