Add applybaculadate, BZ 540861.

This commit is contained in:
Jon Ciesla 2009-12-04 15:00:35 +00:00
parent faab0e323f
commit 04a9b46ea1

View File

@ -8,7 +8,7 @@
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
Name: bacula
Version: 3.0.3
Release: 2%{?dist}
Release: 4%{?dist}
# See LICENSE for details
License: GPLv2 with exceptions
Group: System Environment/Daemons
@ -598,6 +598,7 @@ install -m 644 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/bacula
# And logwatch
install -m 755 -D bacula-sqlite/scripts/logwatch/bacula %{buildroot}%{_sysconfdir}/logwatch/scripts/services/bacula
install -m 755 -D bacula-sqlite/scripts/logwatch/applybaculadate %{buildroot}%{_sysconfdir}/logwatch/scripts/shared/applybaculadate
install -m 644 -D bacula-sqlite/scripts/logwatch/logfile.bacula.conf %{buildroot}%{_sysconfdir}/logwatch/conf/logfiles/bacula.conf
install -m 644 -D bacula-sqlite/scripts/logwatch/services.bacula.conf %{buildroot}%{_sysconfdir}/logwatch/conf/services/bacula.conf
@ -869,6 +870,7 @@ fi
%config %{_sysconfdir}/logwatch/conf/logfiles/bacula.conf
%config %{_sysconfdir}/logwatch/conf/services/bacula.conf
%{_sysconfdir}/logwatch/scripts/services/bacula
%{_sysconfdir}/logwatch/scripts/shared/applybaculadate
%{_initrddir}/bacula-dir
%{_sbindir}/bregex
%{_sbindir}/bwild
@ -1007,6 +1009,12 @@ fi
%changelog
* Thu Dec 03 2009 Jon Ciesla <limb@jcomserv.net - 3.0.3-4
- Fix applybaculadate location.
* Tue Dec 01 2009 Jon Ciesla <limb@jcomserv.net - 3.0.3-3
- Add applybaculadate, BZ 540861.
* Tue Nov 24 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 3.0.3-2
- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)