From 1251d461905f23f6454343420aff8eb6e8f2e340 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 05:23:39 +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 e2423f3..dac5db6 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,6 +1,6 @@ Name: rsync Version: 3.3.0 -Release: 1 +Release: 2 Summary: Fast incremental file transfer utility License: GPL-3.0-or-later URL: http://rsync.samba.org/ @@ -27,6 +27,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 @@ -83,6 +84,9 @@ install -D -m644 %{SOURCE5} %{buildroot}/%{_unitdir}/rsyncd@.service %{_mandir}/man5/rsyncd.conf.5* %changelog +* Wed Aug 21 2024 Jiuwang He - 3.3.0-2 +- Add Buildarch: noarch to the help subpackage + * Wed Jul 10 2024 warlcok - 3.3.0-1 - Update version to 3.3.0 -- Gitee