diff --git a/bacula.spec b/bacula.spec index f697da4..e90de91 100644 --- a/bacula.spec +++ b/bacula.spec @@ -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