From 31d9673172d2e27830a7195f52b45ce5afe97279 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Jul 01 2013 12:51:58 +0000 Subject: Enable PIE (#955181) Resolves: #955181 --- 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 - 1.10.0-2 +- Enable PIE (#955181) + * Tue May 02 2013 Thomas Graf - 1.10.0-1 - Update to 1.10.0 (#958814)