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 18:26:03 -0600
commit0a8083d62775d330229336931eab9c267c13fbcc (patch)
treec1719a754141681e1af7155476f6a3a0103eb080
parent5e970f42195f40dbbea192ea3e3ba45e02966b2f (diff)
downloadxbmc-rpm-0a8083d62775d330229336931eab9c267c13fbcc.tar.gz
xbmc-rpm-0a8083d62775d330229336931eab9c267c13fbcc.tar.xz
xbmc-rpm-0a8083d62775d330229336931eab9c267c13fbcc.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 6ed63b8..8516c17 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
@@ -344,6 +345,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)