Added a Conflicts tag with older versions of rpm-build

This commit is contained in:
Tomas Orsava 2017-05-15 16:36:26 +02:00
parent 70432b6e6c
commit 2c77363cdc
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ and add appropriate Provides and Requires tags to them.
%package -n python3-rpm-generators
Summary: %{summary}
Requires: python3-setuptools
# Conflicts with older versions of `rpm-build` because it copies several files
# to the same locations which is ok only when they have the same contents.
Conflicts: rpm-build < 4.13.0.1-2
%{?python_provide:%python_provide python3-rpm-generators}
%description -n python3-rpm-generators