Commit 41367e40 authored by Nirbhay Choubey's avatar Nirbhay Choubey

MDEV-7204: mariadb-galera-server el7 rpms packaging

           issue, no mariadb-server in provides
MDEV-7233: Fix issue with missing dependency socat
           when installing MariaDB-galera-server on
           RedhatEL/OracleEL/(Others?) RPM based 

* Added mariadb-server to "provides" for MariaDB Galera
  server package. (rpm)
* Removed "socat" from MariaDB Galera server's mandatory
  dependency list. (rpm)
* Moved "socat" from mandatory to optional dependency. (deb)
parent e51e5e94
......@@ -121,12 +121,14 @@ SETA(CPACK_RPM_server_PACKAGE_OBSOLETES
SETA(CPACK_RPM_server_PACKAGE_PROVIDES
"MariaDB"
"MySQL"
"MariaDB-server"
"mariadb-server"
"MySQL-server"
"msqlormysql"
"mysql-server")
SETA(CPACK_RPM_server_PACKAGE_REQUIRES
"${CPACK_RPM_PACKAGE_REQUIRES}"
"MariaDB-client" "galera" "rsync" "lsof" "socat" "grep" "gawk" "iproute"
"MariaDB-client" "galera" "rsync" "lsof" "grep" "gawk" "iproute"
"coreutils" "findutils")
SETA(CPACK_RPM_shared_PACKAGE_OBSOLETES
......
......@@ -38,14 +38,14 @@ Description: MariaDB database regression test suite
Package: mariadb-galera-server-10.0
Architecture: any
Suggests: tinyca, mailx, mariadb-galera-test, netcat-openbsd
Suggests: tinyca, mailx, mariadb-galera-test, netcat-openbsd, socat
Recommends: libhtml-template-perl
Pre-Depends: mariadb-common, adduser (>= 3.40), debconf
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, socat, grep, gawk, iproute, coreutils, findutils
rsync, lsof, grep, gawk, iproute, coreutils, findutils
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
......
......@@ -38,14 +38,14 @@ Description: MariaDB database regression test suite
Package: mariadb-galera-server-10.0
Architecture: any
Suggests: tinyca, mailx, mariadb-galera-test, netcat-openbsd
Suggests: tinyca, mailx, mariadb-galera-test, netcat-openbsd, socat
Recommends: libhtml-template-perl
Pre-Depends: mariadb-common, adduser (>= 3.40), debconf
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, socat, grep, gawk, iproute, coreutils, findutils
rsync, lsof, grep, gawk, iproute, coreutils, findutils
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