automatic version update by autodist [release 4.4.0-1mamba;Mon Apr 10 2023]
This commit is contained in:
parent
b987cb95da
commit
4bdcf514d6
@ -1,5 +1,5 @@
|
|||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 4.3.1
|
Version: 4.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Core DNF Plugins
|
Summary: Core DNF Plugins
|
||||||
Group: System/Management
|
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
|
Patch0: dnf-plugins-core-4.0.10-conf-openmamba.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython310-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
@ -20,7 +20,7 @@ Requires: python-dateutil-py3
|
|||||||
Requires: python-six-py3
|
Requires: python-six-py3
|
||||||
Requires: python-dbus-py3
|
Requires: python-dbus-py3
|
||||||
Provides: yum-utils
|
Provides: yum-utils
|
||||||
Obsoletes: yum-utils
|
Obsoletes: yum-utils < 4.4.0
|
||||||
Provides: dnf-command(config-manager)
|
Provides: dnf-command(config-manager)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,7 +32,7 @@ Core DNF Plugins.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DPYTHON_DESIRED=3
|
-DPYTHON_DESIRED=%{__python310}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
make doc
|
make doc
|
||||||
@ -59,10 +59,12 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
|
|||||||
%config %{_sysconfdir}/dnf/plugins/post-transaction-actions.conf
|
%config %{_sysconfdir}/dnf/plugins/post-transaction-actions.conf
|
||||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.conf
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.conf
|
||||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.list
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.list
|
||||||
%dir %{python3_sitelib}/dnf-plugins
|
%{_unitdir}/dnf-system-upgrade-cleanup.service
|
||||||
%{python3_sitelib}/dnf-plugins/*
|
%{_unitdir}/dnf-system-upgrade.service
|
||||||
%dir %{python3_sitelib}/dnfpluginscore
|
%dir %{python310_sitelib}/dnf-plugins
|
||||||
%{python3_sitelib}/dnfpluginscore/*
|
%{python310_sitelib}/dnf-plugins/*
|
||||||
|
%dir %{python310_sitelib}/dnfpluginscore
|
||||||
|
%{python310_sitelib}/dnfpluginscore/*
|
||||||
%{_prefix}/libexec/dnf-utils-3
|
%{_prefix}/libexec/dnf-utils-3
|
||||||
%{_mandir}/man1/debuginfo-install.1*
|
%{_mandir}/man1/debuginfo-install.1*
|
||||||
%{_mandir}/man1/dnf-utils.1*
|
%{_mandir}/man1/dnf-utils.1*
|
||||||
@ -83,6 +85,9 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user