[smstools] enabled PIE (RHBZ #955265)

Patrick Charles François Ernzer pcfe at fedoraproject.org
Thu Apr 25 08:50:05 UTC 2013


commit 1c6dd9a705531c93433b6c37aee46c13d68be5da
Author: Patrick C. F. Ernzer <pcfe at redhat.com>
Date:   Thu Apr 25 10:50:01 2013 +0200

    enabled PIE (RHBZ #955265)

 smstools.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/smstools.spec b/smstools.spec
index 29b52d0..1d5e76f 100644
--- a/smstools.spec
+++ b/smstools.spec
@@ -1,9 +1,12 @@
 %define _varlogdir      %{_localstatedir}/log/smsd
 %define _varrundir      %{_localstatedir}/run/smsd
 
+# enable PIE (RHBZ #955265)
+%global _hardened_build 1
+
 Name:           smstools
 Version:        3.1.15
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Tools to send and receive short messages through GSM modems or mobile phones
 
 License:        GPLv2+
@@ -126,6 +129,9 @@ fi
 %attr(0700,smstools,smstools) %dir %{_varrundir}
 
 %changelog
+* Thu Apr 25 2013 Patrick C. F. Ernzer <smstools.spec at pcfe.net> 3.1.15-5
+- enabled PIE (RHBZ #955265)
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.15-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list