diff --git a/rsync.spec b/rsync.spec index a9c1491..5dcc6f2 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: 4%{?prerelease}%{?dist} +Release: 5%{?prerelease}%{?dist} Group: Applications/Internet URL: http://rsync.samba.org/ @@ -39,7 +39,7 @@ package. %package daemon Summary: Service for anonymous access to rsync BuildArch: noarch -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %systemd_postun_with_restart rsyncd.service %changelog +* Wed Aug 13 2014 Pavel Šimerda - 3.1.1-5 +- Related: #1123813 - fix rsync-daemon subpackage dependencywq + * Wed Aug 13 2014 Pavel Šimerda - 3.1.1-4 - Related: #1123813 - build rsync-daemon as noarch