Remove GCC 6+ workaround bug
This commit is contained in:
parent
6422ca376a
commit
dfd0432664
10
bacula.spec
10
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 <negativo17@gmail.com> - 7.4.3-2
|
||||
- Remove GCC 6+ workaround bug, reset to default distribution optimizations.
|
||||
|
||||
* Tue Jul 19 2016 Jon Ciesla <limburgher@gmail.com> - 7.4.3-1
|
||||
- Update to 7.4.3.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user