--- rpm-4.4.9/lib/rpmfc.c.orig 2007-05-22 20:19:05.990914000 +0200 +++ rpm-4.4.9/lib/rpmfc.c 2007-05-22 22:12:38.775152636 +0200 @@ -875,6 +875,10 @@ xx = rpmfcHelper(fc, 'P', "gstreamer"); /* XXX: currently of no use, but for the sake of consistency... */ xx = rpmfcHelper(fc, 'R', "gstreamer"); + } else + if (fc->fcolor->vals[fc->ix] & RPMFC_JAVA) { + xx = rpmfcHelper(fc, 'P', "java"); + xx = rpmfcHelper(fc, 'R', "java"); } /*@-observertrans@*/