[distcc] Add hardened build.

Jon Ciesla limb at fedoraproject.org
Fri Apr 13 12:43:02 UTC 2012


commit 991d32022cb8eff7f9e977a046d0fb19afa0a934
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Apr 13 07:41:37 2012 -0500

    Add hardened build.

 distcc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/distcc.spec b/distcc.spec
index 576070e..50b4581 100644
--- a/distcc.spec
+++ b/distcc.spec
@@ -1,3 +1,4 @@
+%define _hardened_build 1
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 # eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
@@ -5,7 +6,7 @@
 
 Name:       distcc
 Version:    3.1
-Release:    5%{?dist}
+Release:    6%{?dist}
 Summary:    Distributed C/C++ compilation
 Group:      Development/Tools
 License:    GPLv2+
@@ -155,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/include_server*
 
 %changelog
+* Fri Apr 13 2012 Jon Ciesla <limburgher at gmail.com> - 3.1-6
+- Add hardened build.
+
 * Tue Jan 31 2012 Jon Ciesla <limburgher at gmail.com> - 3.1-5
 - Migrate to systemd, BZ 770409.
 


More information about the scm-commits mailing list