diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 9ef7e63..566fabf 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.1%{?dist} +Release: 7.2%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -70,7 +70,7 @@ 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 - +Requires: librepo(pr234) BuildRequires: cmake BuildRequires: gcc @@ -318,6 +318,9 @@ popd %endif %changelog +* Thu Mar 18 2021 Matthew Almond - 0.55.0.7.2 +- Added dependency on librepo(pr234) + * Wed Mar 17 2021 Matthew Almond - 0.55.0-7.1 - Add PR1164 (first commit to avoid rebase errors)