Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch 62/287 Installing : mysql-selinux-1.0.0-8.fc30.noarch 62/287 Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch 62/287 libsemanage.semanage_direct_install_info: Overriding mysql module at lower priority 100 with module at priority 200.
On 8/5/19 12:13 AM, Tom Horsley wrote:
Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch 62/287 Installing : mysql-selinux-1.0.0-8.fc30.noarch 62/287 Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch 62/287 libsemanage.semanage_direct_install_info: Overriding mysql module at lower priority 100 with module at priority 200.
An informative message only.
On a system without mysql-selinux installed there does exist a selinux module mysql.
[root@f29bk ~]# rpm -q mysql-selinux package mysql-selinux is not installed [root@f29bk ~]# semodule -lfull | grep mysql 100 mysql pp
But when you have that package installed
[root@f30-k ~]# rpm -q mysql-selinux mysql-selinux-1.0.0-8.fc30.noarch [root@f30-k ~]# semodule -lfull | grep mysql 200 mysql pp 100 mysql pp
So, the install process is simply informing you of the change.
[root@f29bk ~]# dnf install mysql-selinux . .
mysql-selinux-1.0.0-8.fc30.noarch.rpm 1.3 kB/s | 35 kB 00:26 ----------------------------------------------------------------------------------- Total 1.1 kB/s | 35 kB 00:31 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch 1/1 Installing : mysql-selinux-1.0.0-8.fc30.noarch 1/1 Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch 1/1 libsemanage.semanage_direct_install_info: Overriding mysql module at lower priority 100 with module at priority 200.
Verifying : mysql-selinux-1.0.0-8.fc30.noarch 1/1
Installed: mysql-selinux-1.0.0-8.fc30.noarch
FWIW, just because you don't understand something doesn't make it "gibberish".