[CentOS] Can't rebuild coreutils package under CentOS 8: Missing build dependencies

Sat Oct 26 12:08:22 UTC 2019
Kenneth Porter <shiva at sewingwitch.com>

I figured it out. The missing dependencies are in the PowerTools repo, 
which is disabled by default. The following command worked:

dnf builddep --enablerepo=PowerTools coreutils-8.30-6.el8.src.rpm

Now to resume working on the ls bug...