]> sourceware.org Git - systemtap.git/commitdiff
systemtap.spec: don't prereq prelink on recent fedoras
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 11 Jul 2015 19:15:22 +0000 (15:15 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 11 Jul 2015 19:16:27 +0000 (15:16 -0400)
prelink is deprecated, so while my heart will go on,
its stap support & testing won't.

systemtap.spec

index 187623da7831418703ee2037a5b0513fc00ed8d8..39f2130f9c062b1fd384b3a566c5af630e841aac 100644 (file)
@@ -292,8 +292,12 @@ Requires: strace
 # 'nmap-ncat'). So, we'll do a file-based require.
 Requires: /usr/bin/nc
 %ifnarch ia64 ppc64le aarch64
+%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
+# no prelink
+%else
 Requires: prelink
 %endif
+%endif
 # testsuite/systemtap.server/client.exp needs avahi
 Requires: avahi
 %if %{with_crash}
This page took 0.030702 seconds and 5 git commands to generate.