update to 4.0.17 [release 4.0.17-1mamba;Wed Sep 30 2020]
This commit is contained in:
parent
5739b3dde9
commit
e799c47ff1
@ -1,25 +1,25 @@
|
|||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 4.0.10
|
Version: 4.0.17
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: Core DNF Plugins
|
Summary: Core DNF Plugins
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||||
## GITSOURCE https://github.com/rpm-software-management/dnf-plugins-core.git 4.0.2.1
|
|
||||||
Source: https://github.com/rpm-software-management/dnf-plugins-core.git/%{version}/dnf-plugins-core-%{version}.tar.bz2
|
Source: https://github.com/rpm-software-management/dnf-plugins-core.git/%{version}/dnf-plugins-core-%{version}.tar.bz2
|
||||||
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: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: dnf
|
Requires: dnf
|
||||||
Requires: python-dateutil
|
Requires: python-dateutil-py3
|
||||||
Requires: python-six
|
Requires: python-six-py3
|
||||||
Provides: yum-utils
|
Provides: yum-utils
|
||||||
Obsoletes: yum-utils
|
Obsoletes: yum-utils
|
||||||
|
Provides: dnf-command(config-manager)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,9 +30,11 @@ Core DNF Plugins.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
-DPYTHON_DESIRED=3
|
||||||
|
|
||||||
%make
|
%make
|
||||||
%make doc
|
make doc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -53,13 +55,14 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
|
|||||||
%config %{_sysconfdir}/dnf/plugins/copr.conf
|
%config %{_sysconfdir}/dnf/plugins/copr.conf
|
||||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/debuginfo-install.conf
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/debuginfo-install.conf
|
||||||
%config %{_sysconfdir}/dnf/plugins/local.conf
|
%config %{_sysconfdir}/dnf/plugins/local.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 %{python27_sitelib}/dnf-plugins
|
%dir %{python3_sitelib}/dnf-plugins
|
||||||
%{python27_sitelib}/dnf-plugins/*
|
%{python3_sitelib}/dnf-plugins/*
|
||||||
%dir %{python27_sitelib}/dnfpluginscore
|
%dir %{python3_sitelib}/dnfpluginscore
|
||||||
%{python27_sitelib}/dnfpluginscore/*
|
%{python3_sitelib}/dnfpluginscore/*
|
||||||
%{_prefix}/libexec/dnf-utils-2
|
%{_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*
|
||||||
%{_mandir}/man1/needs-restarting.1*
|
%{_mandir}/man1/needs-restarting.1*
|
||||||
@ -72,13 +75,16 @@ install -d -m0755 %{buildroot}/var/lib/dnf/plugins/local
|
|||||||
%{_mandir}/man1/yum-*.1*
|
%{_mandir}/man1/yum-*.1*
|
||||||
%{_mandir}/man1/yumdownloader.1*
|
%{_mandir}/man1/yumdownloader.1*
|
||||||
%{_mandir}/man5/yum-versionlock.conf.5*
|
%{_mandir}/man5/yum-versionlock.conf.5*
|
||||||
%{_mandir}/man8/dnf.plugin.*.8*
|
%{_mandir}/man8/dnf-*.8*
|
||||||
%{_mandir}/man8/yum-copr.8*
|
%{_mandir}/man8/yum-copr.8*
|
||||||
%{_mandir}/man8/yum-versionlock.8*
|
%{_mandir}/man8/yum-versionlock.8*
|
||||||
%dir /var/lib/dnf/plugins/local
|
%dir /var/lib/dnf/plugins/local
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.17-1mamba
|
||||||
|
- update to 4.0.17
|
||||||
|
|
||||||
* Thu Dec 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.10-3mamba
|
* Thu Dec 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.10-3mamba
|
||||||
- require python-dateutil and python-six
|
- require python-dateutil and python-six
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user