automatic version update by autodist [release 4.4.0-1mamba;Mon Apr 10 2023]

This commit is contained in:
Automatic Build System 2024-01-05 21:50:48 +01:00
parent b987cb95da
commit 4bdcf514d6

View File

@ -1,5 +1,5 @@
Name: dnf-plugins-core
Version: 4.3.1
Version: 4.4.0
Release: 1mamba
Summary: Core DNF Plugins
Group: System/Management
@ -11,7 +11,7 @@ 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: libpython3-devel
BuildRequires: libpython310-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: python-Sphinx
@ -20,7 +20,7 @@ Requires: python-dateutil-py3
Requires: python-six-py3
Requires: python-dbus-py3
Provides: yum-utils
Obsoletes: yum-utils
Obsoletes: yum-utils < 4.4.0
Provides: dnf-command(config-manager)
%description
@ -28,11 +28,11 @@ Core DNF Plugins.
%prep
%setup -q
%patch0 -p1
%patch 0 -p1
%build
%cmake -d build \
-DPYTHON_DESIRED=3
-DPYTHON_DESIRED=%{__python310}
%make
make doc
@ -59,10 +59,12 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
%config %{_sysconfdir}/dnf/plugins/post-transaction-actions.conf
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.conf
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.list
%dir %{python3_sitelib}/dnf-plugins
%{python3_sitelib}/dnf-plugins/*
%dir %{python3_sitelib}/dnfpluginscore
%{python3_sitelib}/dnfpluginscore/*
%{_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/*
%{_prefix}/libexec/dnf-utils-3
%{_mandir}/man1/debuginfo-install.1*
%{_mandir}/man1/dnf-utils.1*
@ -83,6 +85,9 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
%doc AUTHORS COPYING
%changelog
* Mon Apr 10 2023 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
- automatic version update by autodist
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
- automatic version update by autodist