!21 bacula在master进行升级,到13.0.1
From: @json-book Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
dfd32a1745
BIN
bacula-13.0.1.tar.gz
Normal file
BIN
bacula-13.0.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
15
bacula.spec
15
bacula.spec
@ -2,12 +2,12 @@
|
|||||||
%global username bacula
|
%global username bacula
|
||||||
|
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 9.4.4
|
Version: 13.0.1
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||||
License: AGPLv3 with exceptions
|
License: AGPLv3 with exceptions
|
||||||
URL: http://www.bacula.org
|
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
|
Source6: bacula.logrotate
|
||||||
Source10: bacula-fd.service
|
Source10: bacula-fd.service
|
||||||
Source11: bacula-dir.service
|
Source11: bacula-dir.service
|
||||||
@ -95,7 +95,6 @@ Provides check_bacula support for Nagios.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
sed -i -r 's/(hardcode_into_libs)=.*$/\1=no/' configure
|
sed -i -r 's/(hardcode_into_libs)=.*$/\1=no/' configure
|
||||||
find updatedb -type f | xargs chmod -x
|
find updatedb -type f | xargs chmod -x
|
||||||
|
|
||||||
@ -140,7 +139,7 @@ export PATH="$PATH:%{_qt5_bindir}"
|
|||||||
--with-subsys-dir=%{_localstatedir}/lock/subsys \
|
--with-subsys-dir=%{_localstatedir}/lock/subsys \
|
||||||
--with-working-dir=%{_localstatedir}/spool/bacula \
|
--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|^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
|
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/bconsole.conf %attr(640,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/bacula/bacula-sd.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/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)
|
%config(noreplace) %{_sysconfdir}/bacula/bacula-dir.conf %attr(640,root,bacula)
|
||||||
|
|
||||||
|
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{_unitdir}/bacula-sd.service
|
%{_unitdir}/bacula-sd.service
|
||||||
%{_unitdir}/bacula-dir.service
|
%{_unitdir}/bacula-dir.service
|
||||||
@ -313,6 +315,9 @@ fi
|
|||||||
%{_mandir}/man*
|
%{_mandir}/man*
|
||||||
|
|
||||||
%changelog
|
%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 <xuping33@h-partners.com> - 9.4.4-5
|
* Fri Apr 15 2022 xu_ping <xuping33@h-partners.com> - 9.4.4-5
|
||||||
- Fix configure error
|
- Fix configure error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user