[wesnoth] Add hardened build.

Jon Ciesla limb at fedoraproject.org
Fri Apr 13 17:00:10 UTC 2012


commit aff2d9cd0a1ae5ce474e958445bc339b84289891
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Apr 13 11:59:55 2012 -0500

    Add hardened build.

 wesnoth.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/wesnoth.spec b/wesnoth.spec
index 2f563c4..cdb70f9 100644
--- a/wesnoth.spec
+++ b/wesnoth.spec
@@ -1,8 +1,9 @@
+%define _hardened_build 1
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           wesnoth
 Version:        1.10.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
 Group:          Amusements/Games
@@ -343,6 +344,9 @@ fi
 #%endif
 
 %changelog
+* Fri Apr 13 2012 Jon Ciesla <limburgher at gmail.com> - 1.10.2-2
+- Added hardened build.
+
 * Mon Apr 09 2012 Jon Ciesla <limburgher at gmail.com> - 1.10.2-1
 - New upstream maintainance release.
 


More information about the scm-commits mailing list