From dfd04326644f446a7ba4b7b708a2a19167e00ee9 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Jul 20 2016 08:00:18 +0000 Subject: Remove GCC 6+ workaround bug --- diff --git a/bacula.spec b/bacula.spec index d5e9e11..5f28739 100644 --- a/bacula.spec +++ b/bacula.spec @@ -1,14 +1,9 @@ %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.3 -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 @@ -777,6 +772,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Wed Jul 20 2016 Simone Caronni - 7.4.3-2 +- Remove GCC 6+ workaround bug, reset to default distribution optimizations. + * Tue Jul 19 2016 Jon Ciesla - 7.4.3-1 - Update to 7.4.3.