From 237f2eacb43fd0d7916714c14bb68ed154690808 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 09:14:54 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-watchdog.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-watchdog.spec b/python-watchdog.spec index 6d4d1bb..d7cf99d 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-watchdog Version: 3.0.0 -Release: 1 +Release: 2 Summary: Filesystem events monitoring License: Apache-2.0 URL: https://github.com/gorakhargosh/watchdog @@ -28,6 +28,7 @@ Works on 3.6+. %package help Summary: Development documents and examples for watchdog Provides: python3-watchdog-doc +Buildarch: noarch %description help Python API and shell utilities to monitor file system events. @@ -74,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 Guangtao Huang - 3.0.0-2 +- Add Buildarch: noarch' to the help subpackage + * Mon Apr 10 2023 liyanan - 3.0.0-1 - Upgrade package to version 3.0.0 -- Gitee