diff --git a/SPECS/avahi.spec b/SPECS/avahi.spec index 5a37a3d..e60c24b 100644 --- a/SPECS/avahi.spec +++ b/SPECS/avahi.spec @@ -48,7 +48,7 @@ Name: avahi Version: 0.8 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Local network service discovery License: LGPLv2+ URL: http://avahi.org @@ -455,6 +455,7 @@ NOCONFIGURE=1 ./autogen.sh --enable-shared=yes \ --enable-static=no \ --disable-silent-rules \ + --disable-stack-protector \ %if %{without bootstrap} --enable-gtk \ %else @@ -826,6 +827,9 @@ exit 0 %changelog +* Mon Feb 21 2022 Michal Sekletár - 0.8-12 +- make sure we get compiled with -fstack-protector-strong (#2044643) + * Mon Aug 09 2021 Mohan Boddu - 0.8-11 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688