From 8b41c667f590cc5f352896704ad8ccae5ad330e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 12 Jun 2024 14:27:37 +0200 Subject: [PATCH] Disable downloading filelists by default Resolves: RHEL-12355 --- dnf.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dnf.spec b/dnf.spec index c03a7ff..fcd7137 100644 --- a/dnf.spec +++ b/dnf.spec @@ -68,7 +68,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.20.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPL-2.0-or-later AND GPL-1.0-only @@ -241,11 +241,6 @@ mv -f %{buildroot}%{confdir}/%{name}-strict.conf %{buildroot}%{confdir}/%{name}. rm -vf %{buildroot}%{confdir}/%{name}-strict.conf %endif -# A temporary workaround to re-enable always downloading filelists -# See RHEL-28665 for more details -echo 'optional_metadata_types="filelists"' >> %{buildroot}%{confdir}/%{name}.conf - - # YUM compat layer ln -sr %{buildroot}%{confdir}/%{name}.conf %{buildroot}%{_sysconfdir}/yum.conf ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/yum @@ -421,6 +416,9 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Wed Jun 12 2024 Petr Pisar - 4.20.0-2 +- Disable downloading filelists by default (RHEL-12355) + * Wed Apr 24 2024 Jan Kolarik - 4.20.0-1 - Update to 4.20.0 (RHEL-38831) - repoquery: Fix loading filelists when -f is used (RhBug:2276012)