From bfce13c46d69a209de15afedc308cfbd0c1a01d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=89=E9=9F=AC?= Date: Mon, 19 Aug 2024 16:23:13 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- selenium.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/selenium.spec b/selenium.spec index ef949ac..853c6db 100644 --- a/selenium.spec +++ b/selenium.spec @@ -5,7 +5,7 @@ Python. Name: python-selenium Version: 4.18.1 -Release: 2 +Release: 3 Summary: Python bindings for Selenium License: Apache-2.0 URL: https://github.com/SeleniumHQ/selenium/ @@ -29,11 +29,7 @@ Requires: python3-urllib3 %description -n python3-selenium %{common_desc} -%package help -Summary: Python bindings for Selenium -Provides: python3-selenium-doc -%description help -%{common_desc} +%package_help %prep %autosetup -n selenium-%{version} @@ -84,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 Guangtao Huang - 4.18.1-3 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Thu Jun 20 2024 liuzhilin - 4.18.1-2 - del useless tarball-4.16.0.tar.gz -- Gitee