From d4ad3ceb86d29eaa9323874c599f5a6dd2d7cbdd Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Fri, 16 Aug 2024 20:02:23 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- rsync.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/rsync.spec b/rsync.spec index 692d017..f12d00f 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/ @@ -26,15 +26,7 @@ remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. -%package help -Summary: Fast incremental file transfer utility -Provides: rsync-doc -%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 -remote files into sync. It does this by sending just the differences in the -files across the link, without requiring that both sets of files are present -at one of the ends of the link beforehand. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -86,6 +78,10 @@ install -D -m644 %{SOURCE5} %{buildroot}/%{_unitdir}/rsyncd@.service %{_mandir}/man5/rsyncd.conf.5* %changelog +* Mon Aug 19 2024 Jiuwang He - 3.2.7-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + + * Thu Jul 11 2024 Wenhua Huang - 3.2.7-4 - Type: bugfix - CVE:NA -- Gitee