[lsyncd] No prelink on aarch64/ppc64le

Peter Robinson pbrobinson at fedoraproject.org
Wed Jun 18 09:43:48 UTC 2014


commit 081da28657f9a4c58a07dc803d9ae35a20743c9c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jun 18 10:43:38 2014 +0100

    No prelink on aarch64/ppc64le

 lsyncd.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/lsyncd.spec b/lsyncd.spec
index 97f41d3..fc8e9f4 100644
--- a/lsyncd.spec
+++ b/lsyncd.spec
@@ -1,6 +1,6 @@
 Name:           lsyncd
 Version:        2.1.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        File change monitoring and synchronization daemon
 Group:          Applications/Internet
 License:        GPLv2+
@@ -14,7 +14,9 @@ Source4:	lsyncd.logrotate
 Source5:	lsyncd.conf
 
 BuildRequires:  lua-devel >= 5.1.3
+%ifnarch aarch64 ppc64le
 BuildRequires:  prelink
+%endif
 BuildRequires:  asciidoc
 Requires: lua
 Requires: rsync
@@ -75,6 +77,9 @@ install -p -D -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/
 
 
 %changelog
+* Wed Jun 18 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.1.5-4
+- No prelink on aarch64/ppc64le
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list