update requirements for python 3.10 modules [release 4.4.0-2mamba;Tue Apr 11 2023]
This commit is contained in:
parent
4bdcf514d6
commit
2ba3cb57d0
@ -1,6 +1,6 @@
|
|||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 4.4.0
|
Version: 4.4.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Core DNF Plugins
|
Summary: Core DNF Plugins
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,9 +16,10 @@ BuildRequires: libpython310-devel
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
Requires: dnf
|
Requires: dnf
|
||||||
Requires: python-dateutil-py3
|
Requires: python-dateutil-py310
|
||||||
Requires: python-six-py3
|
Requires: python-dbus-py310
|
||||||
Requires: python-dbus-py3
|
Requires: python-six-py310
|
||||||
|
Requires: python-systemd-py310
|
||||||
Provides: yum-utils
|
Provides: yum-utils
|
||||||
Obsoletes: yum-utils < 4.4.0
|
Obsoletes: yum-utils < 4.4.0
|
||||||
Provides: dnf-command(config-manager)
|
Provides: dnf-command(config-manager)
|
||||||
@ -85,6 +86,9 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.0-2mamba
|
||||||
|
- update requirements for python 3.10 modules
|
||||||
|
|
||||||
* Mon Apr 10 2023 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
* Mon Apr 10 2023 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user