On Sun, Feb 07, 2021 at 10:06:49AM +0200, Leon Romanovsky wrote: > Hi Honggang, > > Your commit b02de521022a ("redhat: Remove base package dependency from all sub-packages") > removes protection from rdma-core when user performs "dnf autoremove". > > Before your patch, systemd was dependent on libibverbs and latter > required rdma-core. After your patch, the last link is lost and > rdma-core marked as orphaned package. > > Any attempt to install rdma-core as standalone package will have the > following errors, due to the library dependency of udevadm. > [leonro@c rdma-core]$ ldd /sbin/udevadm | grep verbs > libibverbs.so.1 => not found ok, the root cause for that was found - broken installation of libpcap. Thanks