diff --git a/bacula.spec b/bacula.spec index f6d1c67..b31dee1 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula Version: 2.4.4 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.%{name}.org @@ -463,6 +463,7 @@ install -m 644 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} # And logwatch install -m 755 -D %{name}-sqlite/scripts/logwatch/%{name} %{buildroot}%{_sysconfdir}/logwatch/scripts/services/%{name} +install -m 755 -D %{name}-sqlite/scripts/logwatch/applybaculadate %{buildroot}%{_sysconfdir}/logwatch/scripts/shared/applybaculadate install -m 644 -D %{name}-sqlite/scripts/logwatch/logfile.%{name}.conf %{buildroot}%{_sysconfdir}/logwatch/conf/logfiles/%{name}.conf install -m 644 -D %{name}-sqlite/scripts/logwatch/services.%{name}.conf %{buildroot}%{_sysconfdir}/logwatch/conf/services/%{name}.conf @@ -856,6 +857,7 @@ fi %config %{_sysconfdir}/logwatch/conf/logfiles/%{name}.conf %config %{_sysconfdir}/logwatch/conf/services/%{name}.conf %{_sysconfdir}/logwatch/scripts/services/%{name} +%{_sysconfdir}/logwatch/scripts/shared/applybaculadate %{_initrddir}/%{name}-dir %{_sbindir}/bregex %{_sbindir}/bwild @@ -965,6 +967,9 @@ fi %changelog +* Thu Jul 26 2012 Robert Scheck 2.4.4-7 +- Really re-added shared script applybaculadate for logwatch + * Thu Jul 19 2012 Simone Caronni 2.4.4-6 - Drop examples (rhbz#475469).