diff --git a/bacula.spec b/bacula.spec index f2b6fae..c8aa3ff 100644 --- a/bacula.spec +++ b/bacula.spec @@ -1,9 +1,14 @@ %global uid 133 %global username bacula +# Temp workaround for http://bugs.bacula.org/view.php?id=2231 +%if 0%{?fedora} >= 24 +%global __global_cflags -O0 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} +%endif + Name: bacula Version: 7.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -772,6 +777,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Tue Jul 05 2016 Simone Caronni - 7.4.1-2 +- Temporary workaround for GCC bug: http://bugs.bacula.org/view.php?id=2231 + * Thu Jun 02 2016 Simone Caronni - 7.4.1-1 - Update to 7.4.1.