[clearsilver] Add hardened build.

Jon Ciesla limb at fedoraproject.org
Fri Apr 13 14:48:10 UTC 2012


commit 5e1efa1c8be80bd66e3130c7641f10e1cb5bf171
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Apr 13 09:48:00 2012 -0500

    Add hardened build.

 clearsilver.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/clearsilver.spec b/clearsilver.spec
index 0fbb7ff..9fc1f02 100644
--- a/clearsilver.spec
+++ b/clearsilver.spec
@@ -1,8 +1,9 @@
+%define _hardened_build 1
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           clearsilver
 Version:        0.10.5
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Fast and powerful HTML templating system
 Group:          Development/Libraries
 # Technically, the license is "Neotonic ClearSilver", but it is a copy of 
@@ -176,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Apr 13 2012 Jon Ciesla <limburgher at gmail.com> - 0.10.5-18
+- Add hardened build.
+
 * Tue Feb 07 2012 Jon Ciesla <limburgher at gmail.com> - 0.10.5-17
 - Rebuild for new ruby.
 - Added patch from https://gist.github.com/585817 for ruby 1.9.


More information about the scm-commits mailing list