diff --git a/rsync.spec b/rsync.spec index 0ff0a30..a9c1491 100644 --- a/rsync.spec +++ b/rsync.spec @@ -9,7 +9,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.1.1 -Release: 3%{?prerelease}%{?dist} +Release: 4%{?prerelease}%{?dist} Group: Applications/Internet URL: http://rsync.samba.org/ @@ -38,6 +38,7 @@ package. %package daemon Summary: Service for anonymous access to rsync +BuildArch: noarch Requires: %{name}%{?_isa} = %{version}-%{release} Requires(post): systemd-units Requires(preun): systemd-units @@ -115,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %systemd_postun_with_restart rsyncd.service %changelog +* Wed Aug 13 2014 Pavel Šimerda - 3.1.1-4 +- Related: #1123813 - build rsync-daemon as noarch + * Tue Aug 12 2014 Pavel Šimerda - 3.1.1-3 - Resolves: #1123813 - Reduce dependencies