require python-dateutil and python-six [release 4.0.10-3mamba;Thu Dec 12 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 21:50:47 +01:00
parent 2ed6b21577
commit 5739b3dde9

View File

@ -1,6 +1,6 @@
Name: dnf-plugins-core Name: dnf-plugins-core
Version: 4.0.10 Version: 4.0.10
Release: 2mamba Release: 3mamba
Summary: Core DNF Plugins Summary: Core DNF Plugins
Group: System/Management Group: System/Management
Vendor: openmamba Vendor: openmamba
@ -16,6 +16,8 @@ BuildRequires: libpython-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
Requires: dnf Requires: dnf
Requires: python-dateutil
Requires: python-six
Provides: yum-utils Provides: yum-utils
Obsoletes: yum-utils Obsoletes: yum-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -77,6 +79,9 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
%doc AUTHORS COPYING %doc AUTHORS COPYING
%changelog %changelog
* Thu Dec 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.10-3mamba
- require python-dateutil and python-six
* Sun Nov 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.10-2mamba * Sun Nov 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.10-2mamba
- update configuration patch to cmpletely disable local repository and copr by default - update configuration patch to cmpletely disable local repository and copr by default