diff --git a/python-websockets.spec b/python-websockets.spec index ca973be..2be30a5 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 11.0.2 -Release: 1 +Release: 2 Summary: An implementation of the WebSocket Protocol for python with asyncio License: BSD Group: Development/Python @@ -30,6 +30,8 @@ applications. Summary: %{summary} BuildRequires: pkgconfig(python-3.11) BuildRequires: python3egg(setuptools) >= 67.2 +# the 10.1 pops up always. +Obsoletes: python3-%{pypi_name} < %{EVRD} %description -n python3-%{pypi_name} %{_description}