Fix typo in explicit conflicts.
This commit is contained in:
parent
4c790b819f
commit
1309dd8d29
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: python-pysocks
|
Name: python-pysocks
|
||||||
Version: 1.5.6
|
Version: 1.5.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -46,7 +46,9 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
|||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
%{?python_provide:%python_provide python2-%{flatname}}
|
%{?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}
|
%description -n python2-%{flatname}
|
||||||
A fork of SocksiPy with bug fixes and extra features.
|
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
|
%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
|
* Tue May 03 2016 Ralph Bean <rbean@redhat.com> - 1.5.6-2
|
||||||
- We don't actually need setuptools here.
|
- We don't actually need setuptools here.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user