The devel package should not Requires on glibc-headers. The development libraries and headers will be used by developers via BuildRequires, but along with BuildRequires: gcc or BuildRequires: gcc-gfortran or BuildRequires: gcc-c++ to be able to compile their code. The compiler will ensure the standard libraries and headers are installed to make sure the library headers are complete e.g. that #include <stdio.h> works. There is no need to Require: glibc-headers. The reason I'm asking for the removal of glibc-headers is that the package may or may not go away in the future depending on sub-package restructuring, and it is not needed.
Gracias Sergio!
¡De nada!