diff --git a/libdnf.spec b/libdnf.spec index f21dde7..5222553 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -56,7 +56,7 @@ Name: libdnf Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version} -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPL-2.1-or-later URL: https://github.com/rpm-software-management/libdnf @@ -310,6 +310,10 @@ popd %endif %changelog +* Tue Oct 29 2024 Troy Dawson - 0.73.1-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Jul 16 2024 Petr Pisar - 0.73.1-5 - Fix invalid memory uses in libdnf::ConfigParser::substitute_expression() (RHEL-36777)