diff --git a/bacula.spec b/bacula.spec index caddf89..b31cc4d 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Name: bacula Version: 7.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -340,6 +340,7 @@ find updatedb -type f | xargs chmod -x build() { export CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses" export CPPFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses" +export PATH="$PATH:%{_qt4_bindir}" %configure \ --disable-conio \ --disable-rpath \ @@ -770,6 +771,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Mon Feb 22 2016 Simone Caronni - 7.4.0-4 +- Fix FTBFS on rawhide (#1307338). + * Wed Feb 03 2016 Fedora Release Engineering - 7.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild