Hello, I have upgraded from FC3 to FC4. When I try to update/upgrade using yum, I get the following error: ****************************************************************************** . . . --> Running transaction check --> Processing Dependency: apel-xemacs >= 10.5 for package: wl-xemacs --> Processing Dependency: libgda-2.so.1 for package: gda-postgres --> Finished Dependency Resolution Error: Missing Dependency: apel-xemacs >= 10.5 is needed by package wl-xemacs Error: Missing Dependency: libgda-2.so.1 is needed by package gda-postgres ************************************************************************** "apel-xemacs", for example, is installed in my system, with a newer release number than requested by the dependency: $ rpm -qa | grep apel-xemacs apel-xemacs-10.6-5 I am running yum version 2.3.2: $ rpm -qa | grep yum yum-2.3.2-7 I have also tried excluding the wl-xemacs package using the --exclude=<package> option, but it didn't help. Any ideas?