diff --git a/iputils.spec b/iputils.spec index c216b9e..a330f21 100644 --- a/iputils.spec +++ b/iputils.spec @@ -3,7 +3,7 @@ Summary: Network monitoring tools including ping Name: iputils Version: 20121221 -Release: 6%{?dist} +Release: 7%{?dist} # some parts are under the original BSD (ping.c) # some are under GPLv2+ (tracepath.c) License: BSD and GPLv2+ @@ -81,7 +81,7 @@ export LDFLAGS="-pie -Wl,-z,relro,-z,now" make %{?_smp_mflags} arping clockdiff ping ping6 rdisc tracepath tracepath6 \ ninfod -gcc -Wall $RPM_OPT_FLAGS ifenslave.c -o ifenslave +gcc -Wall $RPM_OPT_FLAGS $CFLAGS $LDFLAGS ifenslave.c -o ifenslave make -C doc man %install @@ -177,6 +177,9 @@ mv -f RELNOTES.tmp RELNOTES %attr(644,root,root) %{_mandir}/man8/ninfod.8.gz %changelog +* Tue Jan 21 2014 Jan Synáček - 20121221-7 +- Build with pie/full RELRO (#1055742) + * Sun Jan 19 2014 Ville Skyttä - 20121221-6 - Don't order services after syslog.target.