From 8780f92b5fd9e0907ec33c36b441c74a72ee77b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=89=E9=9F=AC?= Date: Wed, 21 Aug 2024 13:30:29 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- selenium.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/selenium.spec b/selenium.spec index 4d8c0bc..e018bb5 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/ @@ -30,6 +30,7 @@ Requires: python3-urllib3 %package help Summary: Python bindings for Selenium Provides: python3-selenium-doc +Buildarch: noarch %description help %{common_desc} @@ -81,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 Guangtao Huang - 3.141.0-4 +- Add Buildarch: noarch' to the help subpackage + * Fri Aug 13 2021 liksh - 3.141.0-3 - delete x_ignore_nofocus.so -- Gitee