Description of problem: Failed to install qatengine on AnolisOS 23 because the required library libudma.so()(64bit) is not available. Version-Release number of selected component (if applicable): AnolisOS 23 qatengine-1.2.0-1.an23.x86_64 (from os) How reproducible: $ docker pull registry.openanolis.cn/openanolis/anolisos:23 $ docker run -d --name anolis23_test registry.openanolis.cn/openanolis/anolisos:23 tail -f /dev/null $ docker exec -it anolis23_test /bin/bash $ yum install -y qatengine Steps to Reproduce: 1. Pull the AnolisOS 23 image and start a container. 2. Enter the container. 3. Run yum install -y qatengine. Actual results: stderr: Error: Problem: package qatengine-1.2.0-1.an23.x86_64 from os requires libudma.so()(64bit), but none of the providers can be installed - conflicting requests - nothing provides kmod-udma needed by udma-0.1.1-1.an23.x86_64 from os returncode: 1 Expected results: qatengine and its dependencies can be installed successfully. Additional info: Main cause of the failure: qatengine requires libudma.so()(64bit) (provided by kmod-udma), which is missing.