Fix typo in explicit conflicts.

This commit is contained in:
Ralph Bean 2016-05-09 12:08:00 -04:00
parent 4c790b819f
commit 1309dd8d29

View File

@ -16,7 +16,7 @@
Name: python-pysocks
Version: 1.5.6
Release: 2%{?dist}
Release: 3%{?dist}
Summary: %{sum}
License: BSD
@ -46,7 +46,9 @@ Acts as a drop-in replacement to the socket module. Featuring:
Summary: %{sum}
%{?python_provide:%python_provide python2-%{flatname}}
Conflicts: python3-SocksiPy
# https://bugzilla.redhat.com/show_bug.cgi?id=1334407
Conflicts: python-SocksiPy
Conflicts: python2-SocksiPy
%description -n python2-%{flatname}
A fork of SocksiPy with bug fixes and extra features.
@ -128,6 +130,9 @@ Acts as a drop-in replacement to the socket module. Featuring:
%changelog
* Mon May 09 2016 Ralph Bean <rbean@redhat.com> - 1.5.6-3
- Fix typo in explicit conflicts.
* Tue May 03 2016 Ralph Bean <rbean@redhat.com> - 1.5.6-2
- We don't actually need setuptools here.