summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2013-06-05 17:25:42 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2013-06-05 17:25:59 -0600
commite4541a65f3e7e498585fb7d1ae177575fd76bf9f (patch)
treea55d21be604852b8fd4c21b5f2c8c23c6a9abde2
parent53ebb2806c97b46f9e17f91b47380a907482cf7a (diff)
downloadxbmc-rpm-e4541a65f3e7e498585fb7d1ae177575fd76bf9f.tar.gz
xbmc-rpm-e4541a65f3e7e498585fb7d1ae177575fd76bf9f.tar.xz
xbmc-rpm-e4541a65f3e7e498585fb7d1ae177575fd76bf9f.zip
enable _hardened_build
-rw-r--r--xbmc.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/xbmc.spec b/xbmc.spec
index f850c5f..3a067e2 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -2,10 +2,11 @@
%global DIRVERSION %{version}
# use the line below for pre-releases
#global DIRVERSION %{version}-%{PRERELEASE}
+%global _hardened_build 1
Name: xbmc
Version: 12.2
-Release: 3%{?dist}
+Release: 4%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -330,6 +331,9 @@ fi
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Wed Jun 05 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 12.2-4
+- Enable _hardened_build
+
* Tue Jun 04 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 12.2-3
- force building with libcec (#2798)
- add $DVDREAD_CFLAGS in dvdread patch (#2820)