From 7bfe695c2f8ff4b365ab5c2d74b4a317518576e7 Mon Sep 17 00:00:00 2001
From: Florent Le Coz <louiz@louiz.org>
Date: Thu, 13 Nov 2014 06:52:00 +0100
Subject: Use hardened_build 1 in the spec file

See http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
---
 packaging/biboumi.spec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packaging/biboumi.spec b/packaging/biboumi.spec
index 0cd1435..aba47c1 100644
--- a/packaging/biboumi.spec
+++ b/packaging/biboumi.spec
@@ -15,6 +15,8 @@ BuildRequires: cmake
 BuildRequires: systemd
 BuildRequires: rubygem-ronn
 
+%global _hardened_build 1
+
 %global biboumi_confdir %{_sysconfdir}/%{name}
 
 
@@ -74,6 +76,7 @@ make test_suite/fast VERBOSE=1
 * Wed Nov 13 2014 Le Coz Florent <louiz@louiz.org> - 1.1-2
 - Use the -DWITH(OUT) cmake flags for all optional dependencies
 - Build with the correct optflags
+- Use hardened_build
 
 * Wed Aug 18 2014 Le Coz Florent <louiz@louiz.org> - 1.1-1
 - Update to 1.1 release
-- 
cgit v1.2.3