diff --git a/rsync.spec b/rsync.spec index e2423f39ca32e8a9d00d1efb128871e0093bda02..dac5db667898ac854380246eae48e09a73153253 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