From be01de2beceb26efdeb3148aacb7e68ea9abbf53 Mon Sep 17 00:00:00 2001 From: abfonly Date: Sat, 22 Apr 2023 13:15:00 +0000 Subject: [PATCH] obsolete older , bump rel. --- python-websockets.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}