diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-11-13 06:52:00 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-11-13 06:54:30 +0100 |
commit | 7bfe695c2f8ff4b365ab5c2d74b4a317518576e7 (patch) | |
tree | 14e2665fd9a4d2d5988b5d19696cef9e7847218a /packaging | |
parent | 0de421fad825494a977eb50d561eac92244cd42b (diff) | |
download | biboumi-7bfe695c2f8ff4b365ab5c2d74b4a317518576e7.tar.gz biboumi-7bfe695c2f8ff4b365ab5c2d74b4a317518576e7.tar.bz2 biboumi-7bfe695c2f8ff4b365ab5c2d74b4a317518576e7.tar.xz biboumi-7bfe695c2f8ff4b365ab5c2d74b4a317518576e7.zip |
Use hardened_build 1 in the spec file
See http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/biboumi.spec | 3 |
1 files changed, 3 insertions, 0 deletions
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 |