Add explicit conflicts
file /usr/bin/lesscpy from install of python3-lesscpy-0.13.0-3.fc28.noarch conflicts with file from package python2-lesscpy-0.10.1-13.fc28.noarch
This commit is contained in:
parent
a7c3473a80
commit
52d9a74a42
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.13.0
|
Version: 0.13.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Lesscss compiler
|
Summary: Lesscss compiler
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -58,6 +58,9 @@ BuildRequires: python3-coverage
|
|||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
%{?python_provide:%python_provide python3-lesscpy}
|
%{?python_provide:%python_provide python3-lesscpy}
|
||||||
|
|
||||||
|
# executable moved to py3 package
|
||||||
|
Conflicts: python2-lesscpy < 0.13.0-2
|
||||||
|
|
||||||
%description -n python3-lesscpy
|
%description -n python3-lesscpy
|
||||||
A compiler written in python 3 for the lesscss language. For those of us not
|
A compiler written in python 3 for the lesscss language. For those of us not
|
||||||
willing/able to have node.js installed in our environment. Not all features
|
willing/able to have node.js installed in our environment. Not all features
|
||||||
@ -108,6 +111,9 @@ ln -s ./lesscpy %{buildroot}/%{_bindir}/py3-lesscpy
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-4
|
||||||
|
- Add explicit conflicts
|
||||||
|
|
||||||
* Tue Jun 12 2018 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-3
|
* Tue Jun 12 2018 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-3
|
||||||
- General spec cleanup
|
- General spec cleanup
|
||||||
- Add missing dependency on six
|
- Add missing dependency on six
|
||||||
|
Loading…
Reference in New Issue
Block a user