From 2b846c742adb77c627957b1425ebc11d8695eeb3 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:05:21 +0000 Subject: [PATCH] Fix install error --- selenium.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/selenium.spec b/selenium.spec index 4d8c0bc..6d777f5 100644 --- a/selenium.spec +++ b/selenium.spec @@ -5,7 +5,7 @@ Python. Name: python-selenium Version: 3.141.0 -Release: 3 +Release: 4 Summary: Python bindings for Selenium License: Apache-2.0 URL: https://github.com/SeleniumHQ/selenium/ @@ -22,8 +22,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-urllib3 -Requires: python3-urllib3 +BuildRequires: python3-urllib3 == 1.26.3 +Requires: python3-urllib3 == 1.26.3 %description -n python3-selenium %{common_desc} @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 3.141.0-4 +- Fix install error + * Fri Aug 13 2021 liksh - 3.141.0-3 - delete x_ignore_nofocus.so -- Gitee