diff --git a/bacula.spec b/bacula.spec index 6aea147..e97a1b2 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Name: bacula Version: 7.0.5 -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 @@ -374,6 +374,7 @@ make -C examples/nagios/check_bacula pushd src/qt-console/tray-monitor $QMAKE tray-monitor.pro make %{?_smp_mflags} + cp -f .libs/bacula-tray-monitor . popd %endif @@ -746,6 +747,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Mon Mar 02 2015 Simone Caronni - 7.0.5-4 +- Fix tray-monitor packaging (again). + * Tue Feb 24 2015 Simone Caronni - 7.0.5-3 - Add license macro.