mariadb/support-files/rpm
Yuriy Kohut ce3d0cd5b4 MDEV-35407 Suppress STDERR while determining rpm package vendor
... and version in %prein scriptlet

%prein(MariaDB-server-11.4.3-1.el9.x86_64) scriptlet failed, exit status 1

The message is:
"The current MariaDB server package is provided by a different vendor (warning: Signature not supported. Hash algorithm SHA1 not available. MariaDB Foundation)".

The "warning: Signature not supported. Hash algorithm SHA1 not available." is taken from the STDERR.

warning: Signature not supported. Hash algorithm SHA1 not available.
gpg-pubkey-73e3b907-6581b071

rpm package vendor and version should be grepped from STDIN only.

Reviewer: Daniel Black
2024-11-13 10:24:30 +11:00
..
client.cnf
enable_encryption.preset MDEV-9010 Encryption preset file contains different configuration preset then documentation 2015-10-29 10:46:37 +01:00
my.cnf Fix duplicate word 2020-06-02 12:57:31 +02:00
mysql-clients.cnf
plugin-postin.sh MDEV-14560 Extra engines enabled through additional config are not loaded on first installation 2018-09-22 00:20:25 +02:00
server-postin.sh MDEV-34384 restorecon call in RPM POSTIN script has hardcoded datadir path 2024-07-17 21:25:40 +02:00
server-posttrans.sh Merge 10.3 into 10.4 2021-06-21 12:38:25 +03:00
server-postun.sh don't run SysV scripts in scriptlets if systemd is used 2019-04-24 16:06:54 +02:00
server-prein.sh MDEV-35407 Suppress STDERR while determining rpm package vendor 2024-11-13 10:24:30 +11:00
server-preun.sh Merge remote-tracking branch 'origin/10.3' into 10.4 2019-10-01 10:45:52 +04:00
server.cnf Update server.cnf section to mariadb-10.5 2019-09-02 05:55:41 -07:00
shared-post.sh