From 7756cb5535bb9273f66ac227376d4678cd946be6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 14 Jan 2024 10:35:12 +0100 Subject: [PATCH] rebuilt with python3 [release 4.4.4-2mamba;Thu Jan 11 2024] --- dnf-plugins-core.spec | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index ded24ed..e169761 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -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 4.4.4-2mamba +- rebuilt with python3 + * Fri Dec 08 2023 Automatic Build System 4.4.4-1mamba - automatic version update by autodist