mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
MDEV-7470: MariaDB-Galera-server uses 'tar', but 'tar' is
not in the dependency list Added tar to the dependency list.
This commit is contained in:
@@ -129,7 +129,7 @@ SETA(CPACK_RPM_server_PACKAGE_PROVIDES
|
||||
SETA(CPACK_RPM_server_PACKAGE_REQUIRES
|
||||
"${CPACK_RPM_PACKAGE_REQUIRES}"
|
||||
"MariaDB-client" "galera" "rsync" "lsof" "grep" "gawk" "iproute"
|
||||
"coreutils" "findutils")
|
||||
"coreutils" "findutils" "tar")
|
||||
|
||||
SETA(CPACK_RPM_shared_PACKAGE_OBSOLETES
|
||||
"mysql-shared"
|
||||
|
2
debian/dist/Debian/control
vendored
2
debian/dist/Debian/control
vendored
@@ -45,7 +45,7 @@ Depends: mariadb-client-10.0 (>= ${source:Version}), libdbi-perl,
|
||||
perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc,
|
||||
passwd, lsb-base (>= 3.0-10), bsdutils,
|
||||
libmariadbclient18 (>= ${binary:Version}), galera (>=25.2),
|
||||
rsync, lsof, grep, gawk, iproute, coreutils, findutils
|
||||
rsync, lsof, grep, gawk, iproute, coreutils, findutils, tar
|
||||
Provides: mysql-server-core, mysql-server-core-5.1, mysql-server-core-5.5,
|
||||
mysql-server-core-10.0, mariadb-server, mysql-server,
|
||||
virtual-mysql-server, mariadb-galera-server
|
||||
|
2
debian/dist/Ubuntu/control
vendored
2
debian/dist/Ubuntu/control
vendored
@@ -45,7 +45,7 @@ Depends: mariadb-client-10.0 (>= ${source:Version}), libdbi-perl,
|
||||
perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc,
|
||||
passwd, lsb-base (>= 3.0-10), bsdutils,
|
||||
libmariadbclient18 (>= ${binary:Version}), galera (>=25.2),
|
||||
rsync, lsof, grep, gawk, iproute, coreutils, findutils
|
||||
rsync, lsof, grep, gawk, iproute, coreutils, findutils, tar
|
||||
Provides: mysql-server-core, mysql-server-core-5.1, mysql-server-core-5.5,
|
||||
mysql-server-core-10.0, mariadb-server, mysql-server,
|
||||
virtual-mysql-server, mariadb-galera-server
|
||||
|
Reference in New Issue
Block a user