diff --git a/rsync.spec b/rsync.spec index 692d0171627ec39dfa7bc0478a663c2cde4ae6c0..f12d00fb3ed347ba137a609bbcbe0abf632607ab 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