Fix tray-monitor packaging (again)

This commit is contained in:
Simone Caronni 2015-03-02 08:51:46 +01:00
parent 306093510e
commit f4700a3d1f

View File

@ -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 <negativo17@gmail.com> - 7.0.5-4
- Fix tray-monitor packaging (again).
* Tue Feb 24 2015 Simone Caronni <negativo17@gmail.com> - 7.0.5-3
- Add license macro.