[rsync] Related: #1123813 - fix rsync-daemon subpackage dependencywq

Pavel Šimerda pavlix at fedoraproject.org
Wed Aug 13 19:57:35 UTC 2014


commit e826ead3ad829eda5db5434fefc86e6584be170e
Author: Pavel Šimerda <psimerda at redhat.com>
Date:   Wed Aug 13 21:57:26 2014 +0200

    Related: #1123813 - fix rsync-daemon subpackage dependencywq

 rsync.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <psimerda at redhat.com> - 3.1.1-5
+- Related: #1123813 - fix rsync-daemon subpackage dependencywq
+
 * Wed Aug 13 2014 Pavel Šimerda <psimerda at redhat.com> - 3.1.1-4
 - Related: #1123813 - build rsync-daemon as noarch
 


More information about the scm-commits mailing list