Description of problem: From spec, I noticed: %package graphics Group: System Environment/Base Summary: LSB graphics libraries support for Red Hat Enterprise Linux Provides: lsb-graphics-%{archname} = %{version} Provides: lsb-graphics-noarch = %{version} %description graphics The Linux Standard Base (LSB) Graphics Specifications define components that are required to be present on an LSB conforming system. %ifarch %{ix86} # archLSB IA32 Graphics Libraries Requires: libatk-1.0.so.0 Requires: libgdk-x11-2.0.so.0 Requires: libgdk_pixbuf-2.0.so.0 Requires: libgdk_pixbuf_xlib-2.0.so.0 This is no right, the Requires field after description is totally useless. See rpm -qR redhat-lsb-graphics
*** This bug has been marked as a duplicate of bug 585858 ***