diff --git a/crossfire.spec b/crossfire.spec index b33099d..d1d757c 100644 --- a/crossfire.spec +++ b/crossfire.spec @@ -1,3 +1,4 @@ +%define _hardened_build 1 %define selinux_variants mls strict targeted %global selinux_policyver %(%{__sed} -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp || echo 0.0.0) @@ -8,7 +9,7 @@ Name: crossfire Version: 1.70.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Server for hosting crossfire games Group: Amusements/Games # All files GPLv2+ except server/daemon.c which also has MIT attributions @@ -369,6 +370,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Apr 13 2012 Jon Ciesla - 1.70.0-2 +- Add hardened build. + * Tue Mar 27 2012 Jon Ciesla - 1.70.0-1 - New upstream. - Curl patch upstreamed.