--- apt-pkg/rpm/rpmhandler.cc 2007-08-27 22:39:13.314647375 +0000 +++ apt-pkg/rpm/rpmhandler.cc.fix 2007-08-27 22:39:42.708163210 +0000 @@ -326,16 +326,6 @@ case pkgCache::Dep::Provides: deptype = RPMTAG_PROVIDENAME; break; -#if RPM_VERSION >= 0x040403 - case pkgCache::Dep::Suggests: - deptype = RPMTAG_SUGGESTNAME; - break; -#if 0 // Enhances dep type is not even known to apt, sigh.. - case pkgCache::Dep::Enhances: - deptype = RPMTAG_ENHANCES; - break; -#endif -#endif default: /* can't happen... right? */ return false;