!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:
openeuler-ci-bot 2023-07-22 03:25:57 +00:00 committed by Gitee
commit b8a7224ffd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: bacula
Version: 13.0.1
Release: 1
Release: 2
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
License: AGPLv3 with exceptions
URL: http://www.bacula.org
@ -111,6 +111,7 @@ export PATH="$PATH:%{_qt5_bindir}"
--with-sqlite3 \
--with-openssl \
--disable-conio \
--disable-docker-plugin \
--disable-rpath \
--with-postgresql \
--enable-readline \
@ -315,6 +316,9 @@ fi
%{_mandir}/man*
%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
- Update to 13.0.1 version