[tabled] Add PIE flags for bz#955451

Pete Zaitcev zaitcev at fedoraproject.org
Wed Apr 24 00:26:59 UTC 2013


commit 3172d028d06310032ec98e5b37e0a466bd9a3c01
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Tue Apr 23 18:26:52 2013 -0600

    Add PIE flags for bz#955451

 tabled.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/tabled.spec b/tabled.spec
index 8d5c851..24441e2 100644
--- a/tabled.spec
+++ b/tabled.spec
@@ -1,6 +1,8 @@
+%global _hardened_build 1
+
 Name:		tabled
 Version:	0.5.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Distributed key/value table service
 
 Group:		System Environment/Base
@@ -91,7 +93,10 @@ fi
 %config(noreplace)	%{_sysconfdir}/sysconfig/tabled
 
 %changelog
-* Tue Apr 23 2013 Pete Zaitcev <zaitcev at redhat.com>  - 0.5.2-1
+* Tue Apr 23 2013 Pete Zaitcev <zaitcev at redhat.com> - 0.5.2-2
+- Add PIE flags, bz#955451
+
+* Tue Apr 23 2013 Pete Zaitcev <zaitcev at redhat.com> - 0.5.2-1
 - Switch from db4 to libdb, as a patch
 - Bump to 0.5.2 or else we cannot build the replicator against libdb
 


More information about the scm-commits mailing list