update to 4.18.2 [release 4.18.2-1mamba;Mon Feb 12 2024]
This commit is contained in:
parent
63d9dc7109
commit
2435b8926a
13
dnf.spec
13
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 <silvan.calarco@mambasoft.it> 4.18.2-1mamba
|
||||
- update to 4.18.2
|
||||
|
||||
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.17.0-2mamba
|
||||
- rebuilt with python3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user