From 16db17978d63b0d6f87fafbf8abfdfa0db06f862 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Mon, 25 Oct 2021 08:08:05 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- selenium.spec => python-selenium.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename selenium.spec => python-selenium.spec (94%) diff --git a/selenium.spec b/python-selenium.spec similarity index 94% rename from selenium.spec rename to python-selenium.spec index 4d8c0bc..d293dcc 100644 --- a/selenium.spec +++ b/python-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/ @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 25 2021 chenchen - 3.141.0-4 +- change the spec file name to be the same as the repo name + * Fri Aug 13 2021 liksh - 3.141.0-3 - delete x_ignore_nofocus.so -- Gitee