Skip to content

Commit f6e1906

Browse files
author
Nirbhay Choubey
committed
MDEV-7470: MariaDB-Galera-server uses 'tar', but 'tar' is
not in the dependency list Added tar to the dependency list.
1 parent 887628a commit f6e1906

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/cpack_rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ SETA(CPACK_RPM_server_PACKAGE_PROVIDES
129129
SETA(CPACK_RPM_server_PACKAGE_REQUIRES
130130
"${CPACK_RPM_PACKAGE_REQUIRES}"
131131
"MariaDB-client" "galera" "rsync" "lsof" "grep" "gawk" "iproute"
132-
"coreutils" "findutils")
132+
"coreutils" "findutils" "tar")
133133

134134
SETA(CPACK_RPM_shared_PACKAGE_OBSOLETES
135135
"mysql-shared"

debian/dist/Debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Depends: mariadb-client-10.0 (>= ${source:Version}), libdbi-perl,
4545
perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc,
4646
passwd, lsb-base (>= 3.0-10), bsdutils,
4747
libmariadbclient18 (>= ${binary:Version}), galera (>=25.2),
48-
rsync, lsof, grep, gawk, iproute, coreutils, findutils
48+
rsync, lsof, grep, gawk, iproute, coreutils, findutils, tar
4949
Provides: mysql-server-core, mysql-server-core-5.1, mysql-server-core-5.5,
5050
mysql-server-core-10.0, mariadb-server, mysql-server,
5151
virtual-mysql-server, mariadb-galera-server

debian/dist/Ubuntu/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Depends: mariadb-client-10.0 (>= ${source:Version}), libdbi-perl,
4545
perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc,
4646
passwd, lsb-base (>= 3.0-10), bsdutils,
4747
libmariadbclient18 (>= ${binary:Version}), galera (>=25.2),
48-
rsync, lsof, grep, gawk, iproute, coreutils, findutils
48+
rsync, lsof, grep, gawk, iproute, coreutils, findutils, tar
4949
Provides: mysql-server-core, mysql-server-core-5.1, mysql-server-core-5.5,
5050
mysql-server-core-10.0, mariadb-server, mysql-server,
5151
virtual-mysql-server, mariadb-galera-server

0 commit comments

Comments
 (0)