diff --git a/lldpad.spec b/lldpad.spec index 493d7a1..baa134a 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -3,7 +3,7 @@ Name: lldpad Version: 0.9.46 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Intel LLDP Agent Group: System Environment/Daemons License: GPLv2 @@ -45,6 +45,8 @@ that use %{name}. %build ./bootstrap.sh %configure --disable-static +# fix the hardened build flags +sed -i -e 's! \\\$compiler_flags !&\\\$CFLAGS \\\$LDFLAGS !' libtool make %{?_smp_mflags} %install @@ -100,6 +102,9 @@ fi %{_libdir}/liblldp_clif.so %changelog +* Tue Jul 02 2013 Petr Šabata - 0.9.46-2 +- Fix the hardened build flags + * Tue Jun 04 2013 Petr Šabata - 0.9.46-1 - 0.9.46 bump - 802.1Qaz fixes to enable support on not CEE DCBX-enabled hardware