diff --git a/.gitignore b/.gitignore index 556bb91..001bebf 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /dnf-plugins-core-4.0.6.tar.gz /dnf-plugins-core-4.0.7.tar.gz /dnf-plugins-core-4.0.9.tar.gz +/dnf-plugins-core-4.0.10.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index a40ef7f..a1f8a43 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -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 hawkey_version 0.34.0 %global yum_utils_subpackage_name dnf-utils @@ -31,8 +31,8 @@ %endif Name: dnf-plugins-core -Version: 4.0.9 -Release: 2%{?dist} +Version: 4.0.10 +Release: 1%{?dist} Summary: Core Plugins for DNF License: GPLv2+ 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} %if "%{yum_utils_subpackage_name}" == "dnf-utils" Conflicts: yum-utils < 1.1.31-530 +Conflicts: yum-plugin-copr < 1.1.31-520 %if 0%{?rhel} != 7 Provides: yum-utils = %{version}-%{release} %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-restore ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yumdownloader -# These commands don't have a dedicated man page, so let's just point them to -# dnf-utils(1) which contains the descriptions. -ln -sf %{_mandir}/man1/dnf-utils.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/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/repotrack.1.gz -ln -sf %{_mandir}/man1/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/yum-utils.1.gz +# These commands don't have a dedicated man page, so let's just point them +# to the utils page which contains their descriptions. +ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/find-repos-of-install.1.gz +ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repoquery.1.gz +ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repotrack.1.gz %endif %check @@ -565,11 +565,11 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/ %{_mandir}/man1/yumdownloader.* %{_mandir}/man1/package-cleanup.* %{_mandir}/man1/dnf-utils.* +%{_mandir}/man1/yum-utils.* # These are only built with yumutils bcond. %{_mandir}/man1/find-repos-of-install.* %{_mandir}/man1/repoquery.* %{_mandir}/man1/repotrack.* -%{_mandir}/man1/yum-utils.* %else # These are built regardless of yumutils bcond so we need to exclude them. %exclude %{_mandir}/man1/debuginfo-install.* @@ -586,6 +586,7 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/ %exclude %{_mandir}/man1/yumdownloader.* %exclude %{_mandir}/man1/package-cleanup.* %exclude %{_mandir}/man1/dnf-utils.* +%exclude %{_mandir}/man1/yum-utils.* %endif %if 0%{?rhel} == 0 @@ -695,6 +696,13 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/ %endif %changelog +* Tue Oct 01 2019 Ales Matej - 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 - 4.0.9-2 - Rebuilt for Python 3.8 diff --git a/sources b/sources index 99a316b..8ade852 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dnf-plugins-core-4.0.9.tar.gz) = 57f2aa21be73101a0fb7f2c026a88ed11f6d96de1bebc563dd43ef1f6b2f167ac4399c780dc34a81da6b6015894c9aefb46b3af61d18839e80d568902702c879 +SHA512 (dnf-plugins-core-4.0.10.tar.gz) = e80d72ad0832c079b3c99efc11091f66ed543d4a2e36d64d58ab36de0b0e2897bb41474f634948a1f773456a59ebfc5030788d1d5a4410fb5d31eccaa2af2ba3