!28 Disable docker-plugin to fix ebs build error
From: @cherry530 Reviewed-by: @wu-leilei Signed-off-by: @wu-leilei
This commit is contained in:
commit
b8a7224ffd
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 13.0.1
|
Version: 13.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -111,6 +111,7 @@ export PATH="$PATH:%{_qt5_bindir}"
|
|||||||
--with-sqlite3 \
|
--with-sqlite3 \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--disable-conio \
|
--disable-conio \
|
||||||
|
--disable-docker-plugin \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-postgresql \
|
--with-postgresql \
|
||||||
--enable-readline \
|
--enable-readline \
|
||||||
@ -315,6 +316,9 @@ fi
|
|||||||
%{_mandir}/man*
|
%{_mandir}/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 22 2023 xu_ping <707078654@qq.com> - 13.0.1-2
|
||||||
|
- Disable docker-plugin to fix build error.
|
||||||
|
|
||||||
* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 13.0.1-1
|
* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 13.0.1-1
|
||||||
- Update to 13.0.1 version
|
- Update to 13.0.1 version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user