[openvswitch] Enable PIE (#955181)

Thomas Graf tgraf at fedoraproject.org
Thu Jul 4 09:02:26 UTC 2013


commit 31d9673172d2e27830a7195f52b45ce5afe97279
Author: Thomas Graf <tgraf at redhat.com>
Date:   Mon Jul 1 14:51:58 2013 +0200

    Enable PIE (#955181)
    
    Resolves: #955181

 openvswitch.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openvswitch.spec b/openvswitch.spec
index ad78c6a..c5a46fe 100644
--- a/openvswitch.spec
+++ b/openvswitch.spec
@@ -1,6 +1,8 @@
+%global _hardened_build 1
+
 Name:           openvswitch
 Version:        1.10.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Open vSwitch daemon/database/utilities
 
 # Nearly all of openvswitch is ASL 2.0.  The bugtool is LGPLv2+, and the
@@ -232,6 +234,9 @@ desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE6}
 
 
 %changelog
+* Mon Jul 01 2013 Thomas Graf <tgraf at redhat.com> - 1.10.0-2
+- Enable PIE (#955181)
+
 * Tue May 02 2013 Thomas Graf <tgraf at redhat.com> - 1.10.0-1
 - Update to 1.10.0 (#958814)
 


More information about the scm-commits mailing list