diff --git a/bacula-13.0.1.tar.gz b/bacula-13.0.1.tar.gz new file mode 100644 index 0000000..56b8480 Binary files /dev/null and b/bacula-13.0.1.tar.gz differ diff --git a/bacula-9.4.4.tar.gz b/bacula-9.4.4.tar.gz deleted file mode 100644 index 8075abe..0000000 Binary files a/bacula-9.4.4.tar.gz and /dev/null differ diff --git a/bacula.spec b/bacula.spec index af4cad8..f697da4 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