diff --git a/anyterm.spec b/anyterm.spec index 73995b9..0dedfef 100644 --- a/anyterm.spec +++ b/anyterm.spec @@ -1,6 +1,6 @@ Name: anyterm Version: 1.1.29 -Release: 30%{?dist} +Release: 31%{?dist} Summary: A web-based terminal emulator Group: Applications/Internet @@ -59,9 +59,6 @@ export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" gzip anytermd.1 -%ifnarch aarch64 ppc64le -execstack -c anytermd -%endif %install install -Dp -m0755 anytermd %{buildroot}%{_sbindir}/anytermd @@ -122,6 +119,9 @@ exit 0 %config(noreplace) %{_sysconfdir}/httpd/conf.d/anyterm.conf %changelog +* Sat Aug 01 2015 Alexander Boström - 1.1.29-31 +- fix build without prelink + * Sat Aug 01 2015 Alexander Boström - 1.1.29-30 - remove prelink buildreq