[zhcon] Resolves: Bug 965518 - zhcon package should be built with PIE flags

Ding-Yi Chen dchen at fedoraproject.org
Wed May 22 03:26:47 UTC 2013


commit 64b14e54b82cca75734bc4ed74ef266e8298bbd6
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Wed May 22 13:26:23 2013 +1000

    Resolves: Bug 965518 - zhcon package should be built with PIE flags

 zhcon.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/zhcon.spec b/zhcon.spec
index 401b8d4..9d4bfd8 100644
--- a/zhcon.spec
+++ b/zhcon.spec
@@ -1,7 +1,7 @@
 Name: zhcon
 Summary: A Fast Console CJK System Using FrameBuffer
 Version: 0.2.6
-Release: 22%{?dist}
+Release: 23%{?dist}
 Group: Applications/System
 License: GPLv2+
 URL:   http://zhcon.sourceforge.net/
@@ -67,6 +67,8 @@ touch config.rpath
 
 ./bootstrap
 autoreconf -ivf
+%global _hardened_build 1
+
 %configure
 make %{?_smp_mflags}
 
@@ -88,6 +90,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/%{name}/
 
 %changelog
+* Wed May 22 2013 Ding-Yi Chen <dchen at redhat dot com> - 0.2.6-23
+- Resolves: Bug 965518 - zhcon package should be built with PIE flags
+
 * Mon Apr 15 2013 Ding-Yi Chen <dchen at redhat dot com> - 0.2.6-22
 - Resolves: Bug 926861 - zhcon: Does not support aarch64 in f19 and rawhide
 


More information about the scm-commits mailing list