rebuilt with python3 [release 4.4.4-2mamba;Thu Jan 11 2024]
This commit is contained in:
parent
67c11b71e5
commit
7756cb5535
@ -1,6 +1,6 @@
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.4.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Core DNF Plugins
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
@ -11,15 +11,15 @@ Source: https://github.com/rpm-software-management/dnf-plugins-core.git/%
|
||||
Patch0: dnf-plugins-core-4.0.10-conf-openmamba.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libpython311-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: python-Sphinx
|
||||
Requires: dnf
|
||||
Requires: python-dateutil-py310
|
||||
Requires: python-dbus-py310
|
||||
Requires: python-six-py310
|
||||
Requires: python-systemd-py310
|
||||
Requires: dnf >= 4.17.0-2mamba
|
||||
Requires: python-dateutil-py3
|
||||
Requires: python-dbus-py3
|
||||
Requires: python-six-py3
|
||||
Requires: python-systemd-py3
|
||||
Provides: yum-utils
|
||||
Obsoletes: yum-utils < 4.4.0
|
||||
Provides: dnf-command(config-manager)
|
||||
@ -33,7 +33,7 @@ Core DNF Plugins.
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DPYTHON_DESIRED=%{__python310}
|
||||
-DPYTHON_DESIRED=%{__python3}
|
||||
|
||||
%make
|
||||
make doc
|
||||
@ -62,10 +62,10 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
|
||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.list
|
||||
%{_unitdir}/dnf-system-upgrade-cleanup.service
|
||||
%{_unitdir}/dnf-system-upgrade.service
|
||||
%dir %{python310_sitelib}/dnf-plugins
|
||||
%{python310_sitelib}/dnf-plugins/*
|
||||
%dir %{python310_sitelib}/dnfpluginscore
|
||||
%{python310_sitelib}/dnfpluginscore/*
|
||||
%dir %{python3_sitelib}/dnf-plugins
|
||||
%{python3_sitelib}/dnf-plugins/*
|
||||
%dir %{python3_sitelib}/dnfpluginscore
|
||||
%{python3_sitelib}/dnfpluginscore/*
|
||||
%{_prefix}/libexec/dnf-utils-3
|
||||
%{_mandir}/man1/debuginfo-install.1*
|
||||
%{_mandir}/man1/dnf-utils.1*
|
||||
@ -86,6 +86,9 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.4-2mamba
|
||||
- rebuilt with python3
|
||||
|
||||
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 4.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user