diff --git a/bacula-9.4.4.tar.gz b/bacula-13.0.1.tar.gz similarity index 33% rename from bacula-9.4.4.tar.gz rename to bacula-13.0.1.tar.gz index 8075abee512e46c6fe82bfbd01fe714254d12ba5..56b8480eda0434ea14ef6770a311199dca6d0bf9 100644 Binary files a/bacula-9.4.4.tar.gz and b/bacula-13.0.1.tar.gz differ diff --git a/bacula.spec b/bacula.spec index af4cad8a79d83dc802777b3cd01811a09921f214..f697da4b895bc7aaba2332781810af0fa7b9582a 100644 --- a/bacula.spec +++ b/bacula.spec @@ -2,12 +2,12 @@ %global username bacula Name: bacula -Version: 9.4.4 -Release: 5 +Version: 13.0.1 +Release: 1 Summary: Cross platform network backup for Linux, Unix, Mac and Windows License: AGPLv3 with exceptions URL: http://www.bacula.org -Source0: https://www.bacula.org/download/10072/%{name}-%{version}.tar.gz +Source0: https://sourceforge.net/projects/bacula/files/bacula/%{version}/%{name}-%{version}.tar.gz Source6: bacula.logrotate Source10: bacula-fd.service Source11: bacula-dir.service @@ -95,7 +95,6 @@ Provides check_bacula support for Nagios. %prep %autosetup -p1 - sed -i -r 's/(hardcode_into_libs)=.*$/\1=no/' configure find updatedb -type f | xargs chmod -x @@ -140,7 +139,7 @@ export PATH="$PATH:%{_qt5_bindir}" --with-subsys-dir=%{_localstatedir}/lock/subsys \ --with-working-dir=%{_localstatedir}/spool/bacula \ -#Remove RPATH +# Remove RPATH sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -254,7 +253,10 @@ fi %config(noreplace) %{_sysconfdir}/bacula/bconsole.conf %attr(640,root,root) %config(noreplace) %{_sysconfdir}/bacula/bacula-sd.conf %attr(640,root,root) %config(noreplace) %{_sysconfdir}/bacula/tray-monitor.conf %attr(640,root,root) +%config(noreplace) %{_sysconfdir}/bacula/bacula-tray-monitor.conf %attr(640,root,root) %config(noreplace) %{_sysconfdir}/bacula/bacula-dir.conf %attr(640,root,bacula) + + %{_sbindir}/* %{_unitdir}/bacula-sd.service %{_unitdir}/bacula-dir.service @@ -313,6 +315,9 @@ fi %{_mandir}/man* %changelog +* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 13.0.1-1 +- Update to 13.0.1 version + * Fri Apr 15 2022 xu_ping - 9.4.4-5 - Fix configure error