clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
522 stars 29 forks source link

mysql-client librarie #1683

Closed shtirlic closed 4 years ago

shtirlic commented 4 years ago

Since Clearlinux used in many scenarios, installation whole Mariadb server package looks like a little bit overhead for simple querying remote databases. Ref: https://github.com/clearlinux/dockerfiles/issues/294

ahkok commented 4 years ago

That's a good point, we should have those split out.

ahkok commented 4 years ago

Done. bundle mariadb-clientlibs

ahkok commented 4 years ago

Out in ~2 days as usual.

thiagomacieira commented 4 years ago

There should be no need for a bundle: RPM dependencies will include the libs (which aren't big) in any package that requires them.

shtirlic commented 4 years ago

While it might be true for some packages, but not true for languages like ruby, node.js, go with own package systems and needs to build packages with native extensions.