Temporary workaround for GCC bug: http://bugs.bacula.org/view.php?id=2231
This commit is contained in:
parent
3766c97902
commit
ce6f46665c
10
bacula.spec
10
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 <negativo17@gmail.com> - 7.4.1-2
|
||||
- Temporary workaround for GCC bug: http://bugs.bacula.org/view.php?id=2231
|
||||
|
||||
* Thu Jun 02 2016 Simone Caronni <negativo17@gmail.com> - 7.4.1-1
|
||||
- Update to 7.4.1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user