Skip to content

Commit 7abb570

Browse files
author
Nirbhay Choubey
committed
MDEV-6211: MariaDB-Galera-server uses 'socat', but 'socat' is not in the dependency list
Xtrabackup-based SST method uses socat. Move it from Suggests to Depends list.
1 parent 0a1c2a2 commit 7abb570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Description: MariaDB database regression test suite
306306

307307
Package: mariadb-server-10.1
308308
Architecture: any
309-
Suggests: mailx, mariadb-test, netcat-openbsd, socat, tinyca
309+
Suggests: mailx, mariadb-test, netcat-openbsd, tinyca
310310
Recommends: libhtml-template-perl
311311
Pre-Depends: mariadb-common, adduser (>= 3.40), debconf
312312
Depends: bsdutils,
@@ -325,6 +325,7 @@ Depends: bsdutils,
325325
perl (>= 5.6),
326326
psmisc,
327327
rsync,
328+
socat,
328329
tar,
329330
${misc:Depends},
330331
${shlibs:Depends}

0 commit comments

Comments
 (0)