diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 7f1f62d..8c678d1 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -799,7 +799,8 @@ BuildRequires: openssl # execstack build requirement. # no prelink on ARM yet %ifnarch %{arm} %{aarch64} %{ppc64le} -BuildRequires: prelink +#prelink was "replaced" by execstack in f23+ However logs are same for prleinked, execstacked or none at all builds +BuildRequires: execstack %endif %if %{with_systemtap} BuildRequires: systemtap-sdt-devel @@ -1740,6 +1741,7 @@ end %changelog * Mon Aug 04 2015 Jiri Vanek - 1:1.8.0.60-10.b24 - arch64 updated to u60-b24 with hope to fix rhbz1249037 +- prelink replaced by execstack sinc f23 (dont use at all?) * Fri Jul 17 2015 Jiri Vanek - 1:1.8.0.60-3.b24 - added one more md5sum test (thanx to Severin!)