diff --git a/dnf.spec b/dnf.spec index 5371836..e430ae9 100644 --- a/dnf.spec +++ b/dnf.spec @@ -72,7 +72,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.20.0 -Release: 13%{?dist}.alma.1 +Release: 14%{?dist}.alma.1 Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPL-2.0-or-later AND GPL-1.0-only @@ -188,6 +188,7 @@ Requires: rpm-plugin-systemd-inhibit %else Recommends: (rpm-plugin-systemd-inhibit if systemd) %endif +Provides: dnf4 = %{version}-%{release} Provides: dnf-command(alias) Provides: dnf-command(autoremove) Provides: dnf-command(check-update) @@ -461,10 +462,13 @@ popd # bootc subpackage does not include any files %changelog -* Thu Mar 13 2025 Eduard Abdullin - 4.20.0-13.alma.1 +* Thu Apr 10 2025 Eduard Abdullin - 4.20.0-14.alma.1 - Add x86_64_v2 to _BASEARCH_MAP - Add link to AlmaLinux bugtracker +* Fri Apr 04 2025 Evan Goode - 4.20.0-14 +- spec: Provide dnf4 by python3-dnf (RHEL-82311) + * Tue Mar 11 2025 Marek Blaha - 4.20.0-13 - package: remote_location() takes basedir into account (RHEL-70875)