Hi
I found a hack that fixed my problem. I added this to the spec file.
#from
https://github.com/negativo17/nvidia-driver/blob/master/nvidia-driver.spec
%if 0%{?fedora} || 0%{?rhel} >= 7
# Prevent nvidia-libs being pulled in place of mesa. This is for all
# libraries in the "nvidia" subdirectory.
%global __provides_exclude_from %{_libdir}/nvidia
%global __requires_exclude_from %{_libdir}/nvidia
%endif
Then I am able to install xorg-drv-nvidia without any problem.
Knut Jørgen Bjuland