[keepalived] Build with PIE flags (#955150)

rohara rohara at fedoraproject.org
Mon Apr 22 15:17:55 UTC 2013


commit 1b350c844e0d83ebe772cc06d42428f1325fb3e2
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Mon Apr 22 10:10:17 2013 -0500

    Build with PIE flags (#955150)

 keepalived.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/keepalived.spec b/keepalived.spec
index d7b828c..3b04628 100644
--- a/keepalived.spec
+++ b/keepalived.spec
@@ -3,10 +3,12 @@
 %bcond_with profile
 %bcond_with debug
 
+%global _hardened_build 1
+
 Name: keepalived
 Summary: High Availability monitor built upon LVS, VRRP and service pollers
 Version: 1.2.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 URL: http://www.keepalived.org/
 Group: System Environment/Daemons
@@ -118,6 +120,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/keepalived.8*
 
 %changelog
+* Mon Apr 22 2013 Ryan O'Hara <rohara at redhat.com> - 1.2.7-5
+- Build with PIE flags (#955150)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list