Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dnf5 for openSUSE:Factory checked in at 2026-01-23 17:31:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dnf5 (Old) and /work/SRC/openSUSE:Factory/.dnf5.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dnf5" Fri Jan 23 17:31:20 2026 rev:8 rq:1328584 version:5.3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dnf5/dnf5.changes 2026-01-21 14:17:19.014801396 +0100 +++ /work/SRC/openSUSE:Factory/.dnf5.new.1928/dnf5.changes 2026-01-23 17:31:44.578679647 +0100 @@ -1,0 +2,10 @@ +Wed Jan 21 23:54:41 UTC 2026 - Neal Gompa <[email protected]> + +- Add Provides to libdnf5 package for /etc/dnf/dnf.conf for dnf4 + +------------------------------------------------------------------- +Wed Jan 21 13:50:51 UTC 2026 - Neal Gompa <[email protected]> + +- Enable dnf5 to replace dnf, microdnf, and yum + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dnf5.spec ++++++ --- /var/tmp/diff_new_pack.0WA0FA/_old 2026-01-23 17:31:48.002818847 +0100 +++ /var/tmp/diff_new_pack.0WA0FA/_new 2026-01-23 17:31:48.010819172 +0100 @@ -19,9 +19,10 @@ # ========== build options ========== -%bcond_with as_microdnf -%bcond_with as_dnf -%bcond_with as_yum +# As of openSUSE Tumbleweed 20260122, DNF5 replaces all legacy implementations +%bcond_without as_microdnf +%bcond_without as_dnf +%bcond_without as_yum %bcond_without dnf5daemon_client %bcond_without dnf5daemon_server @@ -391,6 +392,10 @@ Requires: librepo0%{?_isa} >= %{librepo_version} Requires: libsolv1%{?_isa} >= %{libsolv_version} Requires: libsqlite3-0%{?_isa} >= %{sqlite_version} +%if %{with as_dnf} +# So OBS can detect this +Provides: %{_sysconfdir}/dnf/dnf.conf +%endif %description -n %{libname} Package management library.
