Update to 4.0.10
This commit is contained in:
parent
7f00fb320e
commit
7c84dcb92a
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/dnf-plugins-core-4.0.6.tar.gz
|
/dnf-plugins-core-4.0.6.tar.gz
|
||||||
/dnf-plugins-core-4.0.7.tar.gz
|
/dnf-plugins-core-4.0.7.tar.gz
|
||||||
/dnf-plugins-core-4.0.9.tar.gz
|
/dnf-plugins-core-4.0.9.tar.gz
|
||||||
|
/dnf-plugins-core-4.0.10.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.8}
|
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.10}
|
||||||
%global dnf_plugins_extra 2.0.0
|
%global dnf_plugins_extra 2.0.0
|
||||||
%global hawkey_version 0.34.0
|
%global hawkey_version 0.34.0
|
||||||
%global yum_utils_subpackage_name dnf-utils
|
%global yum_utils_subpackage_name dnf-utils
|
||||||
@ -31,8 +31,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 4.0.9
|
Version: 4.0.10
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||||
@ -169,6 +169,7 @@ Additionally provides generate_completion_cache passive plugin.
|
|||||||
%package -n %{yum_utils_subpackage_name}
|
%package -n %{yum_utils_subpackage_name}
|
||||||
%if "%{yum_utils_subpackage_name}" == "dnf-utils"
|
%if "%{yum_utils_subpackage_name}" == "dnf-utils"
|
||||||
Conflicts: yum-utils < 1.1.31-530
|
Conflicts: yum-utils < 1.1.31-530
|
||||||
|
Conflicts: yum-plugin-copr < 1.1.31-520
|
||||||
%if 0%{?rhel} != 7
|
%if 0%{?rhel} != 7
|
||||||
Provides: yum-utils = %{version}-%{release}
|
Provides: yum-utils = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
@ -429,12 +430,11 @@ ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-config-manager
|
|||||||
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-dump
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-dump
|
||||||
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-restore
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-restore
|
||||||
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yumdownloader
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yumdownloader
|
||||||
# These commands don't have a dedicated man page, so let's just point them to
|
# These commands don't have a dedicated man page, so let's just point them
|
||||||
# dnf-utils(1) which contains the descriptions.
|
# to the utils page which contains their descriptions.
|
||||||
ln -sf %{_mandir}/man1/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/find-repos-of-install.1.gz
|
ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/find-repos-of-install.1.gz
|
||||||
ln -sf %{_mandir}/man1/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/repoquery.1.gz
|
ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repoquery.1.gz
|
||||||
ln -sf %{_mandir}/man1/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/repotrack.1.gz
|
ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repotrack.1.gz
|
||||||
ln -sf %{_mandir}/man1/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/yum-utils.1.gz
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -565,11 +565,11 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%{_mandir}/man1/yumdownloader.*
|
%{_mandir}/man1/yumdownloader.*
|
||||||
%{_mandir}/man1/package-cleanup.*
|
%{_mandir}/man1/package-cleanup.*
|
||||||
%{_mandir}/man1/dnf-utils.*
|
%{_mandir}/man1/dnf-utils.*
|
||||||
|
%{_mandir}/man1/yum-utils.*
|
||||||
# These are only built with yumutils bcond.
|
# These are only built with yumutils bcond.
|
||||||
%{_mandir}/man1/find-repos-of-install.*
|
%{_mandir}/man1/find-repos-of-install.*
|
||||||
%{_mandir}/man1/repoquery.*
|
%{_mandir}/man1/repoquery.*
|
||||||
%{_mandir}/man1/repotrack.*
|
%{_mandir}/man1/repotrack.*
|
||||||
%{_mandir}/man1/yum-utils.*
|
|
||||||
%else
|
%else
|
||||||
# These are built regardless of yumutils bcond so we need to exclude them.
|
# These are built regardless of yumutils bcond so we need to exclude them.
|
||||||
%exclude %{_mandir}/man1/debuginfo-install.*
|
%exclude %{_mandir}/man1/debuginfo-install.*
|
||||||
@ -586,6 +586,7 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%exclude %{_mandir}/man1/yumdownloader.*
|
%exclude %{_mandir}/man1/yumdownloader.*
|
||||||
%exclude %{_mandir}/man1/package-cleanup.*
|
%exclude %{_mandir}/man1/package-cleanup.*
|
||||||
%exclude %{_mandir}/man1/dnf-utils.*
|
%exclude %{_mandir}/man1/dnf-utils.*
|
||||||
|
%exclude %{_mandir}/man1/yum-utils.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} == 0
|
%if 0%{?rhel} == 0
|
||||||
@ -695,6 +696,13 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 4.0.10-1
|
||||||
|
- Update to 4.0.10
|
||||||
|
- debuginfo-install: Update both debuginfo and debugsource for updated package (RhBug:1586084)
|
||||||
|
- copr: Support multilib repofiles (RhBug:1393664)
|
||||||
|
- copr: Fix disable if copr instance has non-default port
|
||||||
|
- copr: Fix repoid when using subdirectories in copr project
|
||||||
|
|
||||||
* Sun Aug 18 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.0.9-2
|
* Sun Aug 18 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.0.9-2
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-plugins-core-4.0.9.tar.gz) = 57f2aa21be73101a0fb7f2c026a88ed11f6d96de1bebc563dd43ef1f6b2f167ac4399c780dc34a81da6b6015894c9aefb46b3af61d18839e80d568902702c879
|
SHA512 (dnf-plugins-core-4.0.10.tar.gz) = e80d72ad0832c079b3c99efc11091f66ed543d4a2e36d64d58ab36de0b0e2897bb41474f634948a1f773456a59ebfc5030788d1d5a4410fb5d31eccaa2af2ba3
|
||||||
|
Loading…
Reference in New Issue
Block a user