From f38dd2530860c22f5a4b64f18dc0a7ec45373258 Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Fri, 23 Sep 2011 13:40:14 +0200 Subject: [PATCH] Enable hardened build --- fcoe-utils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fcoe-utils.spec b/fcoe-utils.spec index 51934bb..f837adb 100644 --- a/fcoe-utils.spec +++ b/fcoe-utils.spec @@ -1,6 +1,9 @@ +# https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags +%define _hardened_build 1 + Name: fcoe-utils Version: 1.0.20 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fibre Channel over Ethernet utilities Group: Applications/System License: GPLv2 @@ -94,6 +97,9 @@ fi %changelog +* Fri Sep 23 2011 Petr Sabata - 1.0.20-3 +- Enable hardened build + * Mon Jul 18 2011 Petr Sabata - 1.0.20-2 - Drop SysV support in favor of systemd (#714683) - Remove ancient scriptlets (pre-1.0.7 era)