From 7a37637e3272d76f7f1c899964db5e981b399a0e Mon Sep 17 00:00:00 2001 From: "Charles R. Anderson" Date: Tue, 13 Aug 2013 22:25:46 -0400 Subject: [PATCH] enable _hardened_build for -fPIE (rhbz#983602) --- fping.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fping.spec b/fping.spec index 3af284e..759d779 100644 --- a/fping.spec +++ b/fping.spec @@ -1,13 +1,15 @@ %if 0%{?fedora} > 14 %global use_capnetraw 1 +%global _hardened_build 1 %endif %if 0%{?rhel} > 5 %global use_capnetraw 1 +%global _hardened_build 1 %endif Name: fping Version: 3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scriptable, parallelized ping-like utility Group: Applications/Internet License: BSD with advertising @@ -48,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Tue Aug 13 2013 Charles R. Anderson - 3.5-2 +- enable _hardened_build for -fPIE (rhbz#983602) + * Fri May 24 2013 Charles R. Anderson - 3.5-1 - update to 3.5 (rhbz#925355, rhbz#966000)