Conflict with any yum-utils
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
c875c09884
commit
6d191905b7
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 2.1.5
|
Version: 2.1.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -122,7 +122,7 @@ reposync commands. Additionally provides generate_completion_cache passive plugi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n dnf-utils
|
%package -n dnf-utils
|
||||||
Conflicts: yum-utils < 1.1.31-513
|
Conflicts: yum-utils
|
||||||
Requires: dnf >= %{dnf_lowest_compatible}
|
Requires: dnf >= %{dnf_lowest_compatible}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
@ -495,6 +495,9 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 10 2018 Igor Gnatenko <ignatenko@redhat.com> - 2.1.5-4
|
||||||
|
- Conflict with any yum-utils
|
||||||
|
|
||||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.5-3
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.5-3
|
||||||
- Escape macros in %%changelog
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user