Remove make_catalog_backup bash script
This commit is contained in:
parent
585615b1ab
commit
07d3fd8760
@ -3,7 +3,7 @@
|
||||
|
||||
Name: bacula
|
||||
Version: 5.2.10
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||
# See LICENSE for details
|
||||
License: AGPLv3 with exceptions
|
||||
@ -435,7 +435,7 @@ install -p -m 644 -D %{SOURCE18} %{buildroot}%{_sysconfdir}/sysconfig/bacula-sd
|
||||
mkdir -p %{buildroot}%{_localstatedir}/spool/bacula
|
||||
|
||||
# Remove stuff we do not need
|
||||
rm -f %{buildroot}%{_libexecdir}/bacula/{bacula,bacula-ctl-*,startmysql,stopmysql,bconsole}
|
||||
rm -f %{buildroot}%{_libexecdir}/bacula/{bacula,bacula-ctl-*,startmysql,stopmysql,bconsole,make_catalog_backup}
|
||||
rm -f %{buildroot}%{_sbindir}/bacula
|
||||
rm -f %{buildroot}%{_mandir}/man8/bacula.8.gz
|
||||
rm -f %{buildroot}%{_mandir}/man1/bacula-bwxconsole.1*
|
||||
@ -740,7 +740,6 @@ fi
|
||||
%{_libexecdir}/%{name}/drop_bacula_tables
|
||||
%{_libexecdir}/%{name}/grant_bacula_privileges
|
||||
%{_libexecdir}/%{name}/make_bacula_tables
|
||||
%{_libexecdir}/%{name}/make_catalog_backup
|
||||
%{_libexecdir}/%{name}/make_catalog_backup.pl
|
||||
%{_libexecdir}/%{name}/update_bacula_tables
|
||||
%{_libexecdir}/%{name}/create_mysql_database
|
||||
@ -844,6 +843,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 20 2012 Simone Caronni <negativo17@gmail.com> - 5.2.10-5
|
||||
- Removed make_catalog_backup bash script, leave only the default perl one (rhbz#456612).
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.10-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user