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

This commit is contained in:
Ding-Yi Chen 2013-05-22 13:26:23 +10:00
parent 2988ec7fd0
commit 64b14e54b8
1 changed files with 6 additions and 1 deletions

View File

@ -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