Commit f6e1906c authored by Nirbhay Choubey's avatar Nirbhay Choubey

MDEV-7470: MariaDB-Galera-server uses 'tar', but 'tar' is

           not in the dependency list

Added tar to the dependency list.
parent 887628ac
......@@ -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"
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment