From 8ac9e7886d4479634838259737cd0007f475f50d 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:23:47 +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 ef949ac..289b6a5 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/ @@ -32,6 +32,7 @@ Requires: python3-urllib3 %package help Summary: Python bindings for Selenium Provides: python3-selenium-doc +Buildarch: noarch %description help %{common_desc} @@ -84,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 Guangtao Huang - 4.18.1-3 +- Add Buildarch: noarch' to the help subpackage + * Thu Jun 20 2024 liuzhilin - 4.18.1-2 - del useless tarball-4.16.0.tar.gz -- Gitee