From 2364171e377928dcbff1acbce2c8331465fffefd Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Tue, 20 Aug 2024 09:51:08 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- rsync.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rsync.spec b/rsync.spec index 692d017..d6a2521 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,6 +1,6 @@ Name: rsync Version: 3.2.7 -Release: 4 +Release: 5 Summary: Fast incremental file transfer utility License: GPL-3.0-or-later URL: http://rsync.samba.org/ @@ -29,6 +29,7 @@ at one of the ends of the link beforehand. %package help Summary: Fast incremental file transfer utility Provides: rsync-doc +Buildarch: noarch %description help Rsync is an open source utility that provides fast incremental file transfer. It uses the "rsync algorithm" which provides a very fast method for bringing @@ -86,6 +87,9 @@ install -D -m644 %{SOURCE5} %{buildroot}/%{_unitdir}/rsyncd@.service %{_mandir}/man5/rsyncd.conf.5* %changelog +* Tue Aug 20 2024 Jiuwang He - 3.2.7-5 +- Add Buildarch: noarch to the help subpackage + * Thu Jul 11 2024 Wenhua Huang - 3.2.7-4 - Type: bugfix - CVE:NA -- Gitee