From 2435b8926a588211dc24b92ad32e20c0e1160517 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 16 Feb 2024 18:14:32 +0100 Subject: [PATCH] update to 4.18.2 [release 4.18.2-1mamba;Mon Feb 12 2024] --- dnf.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dnf.spec b/dnf.spec index d9a6029..cdc86c0 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,6 +1,6 @@ Name: dnf -Version: 4.17.0 -Release: 2mamba +Version: 4.18.2 +Release: 1mamba Summary: Package manager based on libdnf and libsolv Group: System/Management Vendor: openmamba @@ -26,7 +26,7 @@ BuildRequires: libsystemd-devel >= 2:248 Requires: librepo Requires: libcomps Requires: libsolv -Requires: libdnf >= 0.72.0-2mamba +Requires: libdnf >= 0.73.0 Requires: python-rpm-py3 Requires: python-gpg-py3 Requires: python-libcomps-py3 @@ -127,7 +127,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/yum %config %{_sysconfdir}/dnf/automatic.conf %config(noreplace) %{_sysconfdir}/dnf/dnf.conf %dir %{_sysconfdir}/dnf/protected.d -%config %{_sysconfdir}/dnf/protected.d/dnf.conf +#%config %{_sysconfdir}/dnf/protected.d/dnf.conf %config %{_sysconfdir}/dnf/dnf-strict.conf %{_sysconfdir}/libreport/events.d/collect_dnf.conf %{_sysconfdir}/logrotate.d/dnf @@ -137,6 +137,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/yum %{_bindir}/dnf-automatic-3 %dir %{python3_sitearch}/dnf %{python3_sitearch}/dnf/* +%dir %{python3_sitelib}/dnf-%{version}.dist-info +%{python3_sitelib}/dnf-%{version}.dist-info/METADATA %{_unitdir}/dnf-automatic-download.service %{_unitdir}/dnf-automatic-download.timer %{_unitdir}/dnf-automatic-install.service @@ -167,6 +169,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/yum %{_mandir}/man8/yum.8* %changelog +* Mon Feb 12 2024 Silvan Calarco 4.18.2-1mamba +- update to 4.18.2 + * Thu Jan 11 2024 Silvan Calarco 4.17.0-2mamba - rebuilt with python3