Add a temporary workaround to always download filelists
Related: RHEL-28665 Signed-off-by: Brian Stinson <bstinson@redhat.com>
This commit is contained in:
parent
472e30924f
commit
fc0747b79c
11
dnf.spec
11
dnf.spec
@ -68,7 +68,7 @@ It supports RPMs, modules and comps groups & environments.
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.19.0
|
Version: 4.19.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
License: GPL-2.0-or-later AND GPL-1.0-only
|
License: GPL-2.0-or-later AND GPL-1.0-only
|
||||||
@ -229,6 +229,11 @@ mv -f %{buildroot}%{confdir}/%{name}-strict.conf %{buildroot}%{confdir}/%{name}.
|
|||||||
rm -vf %{buildroot}%{confdir}/%{name}-strict.conf
|
rm -vf %{buildroot}%{confdir}/%{name}-strict.conf
|
||||||
%endif
|
%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
|
# YUM compat layer
|
||||||
ln -sr %{buildroot}%{confdir}/%{name}.conf %{buildroot}%{_sysconfdir}/yum.conf
|
ln -sr %{buildroot}%{confdir}/%{name}.conf %{buildroot}%{_sysconfdir}/yum.conf
|
||||||
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/yum
|
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/yum
|
||||||
@ -385,6 +390,10 @@ popd
|
|||||||
%{python3_sitelib}/%{name}/automatic/
|
%{python3_sitelib}/%{name}/automatic/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 08 2024 Brian Stinson <bstinson@redhat.com> - 4.19.0-2
|
||||||
|
- Add a temporary workaround to always download filelists
|
||||||
|
Related: RHEL-28665
|
||||||
|
|
||||||
* Thu Feb 08 2024 Jan Kolarik <jkolarik@redhat.com> - 4.19.0-1
|
* Thu Feb 08 2024 Jan Kolarik <jkolarik@redhat.com> - 4.19.0-1
|
||||||
- Update to 4.19.0
|
- Update to 4.19.0
|
||||||
- filelists metadata loading on demand
|
- filelists metadata loading on demand
|
||||||
|
Loading…
Reference in New Issue
Block a user