[lttng-tools] Add hardened build option

Yannick Brosseau greenscientist at fedoraproject.org
Tue May 21 17:40:33 UTC 2013


commit da22d54aacfd264c22997a88f5a6930bff764ceb
Author: Yannick Brosseau <yannick.brosseau at gmail.com>
Date:   Tue May 21 13:24:51 2013 -0400

    Add hardened build option
    
    Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>

 lttng-tools.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/lttng-tools.spec b/lttng-tools.spec
index 1679d65..d0c5b7b 100644
--- a/lttng-tools.spec
+++ b/lttng-tools.spec
@@ -1,6 +1,7 @@
+
 Name:           lttng-tools
 Version:        2.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2 and LGPLv2
 URL:            http://lttng.org/lttng2.0
 Group:          Development/Tools
@@ -16,6 +17,8 @@ Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
 
+%global _hardened_build 1
+
 %description
 This package provides the unified interface to control both the LTTng kernel
 and userspace (UST) tracers.
@@ -106,6 +109,9 @@ fi
 %{_libdir}/*.so
 
 %changelog
+* Fri May 17 2013 Yannick Brosseau <yannick.brosseau at gmail.com> - 2.1.1-2
+- Add hardening option (#955452)
+
 * Tue Feb 26 2013 Yannick Brosseau <yannick.brosseau at gmail.com> - 2.1.1-1
 - New upstream version
 


More information about the scm-commits mailing list