We require a kernel that is at least 3.10.0-514, because older kernel have an XFS related bug that causes data corruption. However this Requires: clause pulls in a kernel even in Docker installation, where it (and especially the associated firmware) occupies a lot of space. Change to a Conflicts: instead. This prevents installation when the really old kernel is present, but doesn't pull it in for the Docker image. Closes #7502