Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
mariadb


Commits:
5c372bed by Christian Hesse at 2024-08-09T01:00:54+02:00
depend on coreutils

... as the install script depends on it.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -74,10 +74,10 @@ pkgname = mariadb
        install = mariadb.install
        depends = mariadb-clients=11.4.3
        depends = bzip2
+       depends = coreutils
        depends = libxml2
        depends = lz4
        depends = systemd-libs
-       depends = libxml2
        depends = zstd
        optdepends = cracklib: for cracklib plugin
        optdepends = curl: for ha_s3 plugin


=====================================
PKGBUILD
=====================================
@@ -190,7 +190,8 @@ package_mariadb() {
           'etc/my.cnf.d/spider.cnf'
           'etc/security/user_map.conf')
   install=mariadb.install
-  depends=("mariadb-clients=${pkgver}" 'bzip2' 'libxml2' 'lz4' 'systemd-libs' 
'libxml2' 'zstd')
+  depends=("mariadb-clients=${pkgver}" 'bzip2' 'coreutils' 'libxml2' 'lz4'
+           'systemd-libs' 'zstd')
   optdepends=('cracklib: for cracklib plugin'
               'curl: for ha_s3 plugin'
               'galera: for MariaDB cluster with Galera WSREP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mariadb/-/commit/5c372bed44d0e053466629d70f780318ef7fed96

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mariadb/-/commit/5c372bed44d0e053466629d70f780318ef7fed96
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to