Blame SOURCES/eclipse-p2-pick-up-renamed-jars.patch

4008a4
--- rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java.orig	2020-06-18 18:36:53.668369677 +0100
4008a4
+++ rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java	2020-06-18 18:37:10.061182586 +0100
4008a4
@@ -1010,7 +1010,7 @@
4008a4
 			IInstallableUnit bundleIU = queryForIU(result, bd.getSymbolicName(),
4008a4
 					PublisherHelper.fromOSGiVersion(bd.getVersion()));
d433ea
 			IArtifactKey bundleArtKey = createBundleArtifactKey(bd.getSymbolicName(), bd.getVersion().toString());
d433ea
-			if (bundleIU == null) {
d433ea
+			if (bundleIU == null || !bd.getLocation().equals(bundleIU.getProperty("file.name"))) {
d433ea
 				createAdviceFileAdvice(bd, info);
d433ea
 				// Create the bundle IU according to any shape advice we have
d433ea
 				bundleIU = doCreateBundleIU(bd, bundleArtKey, info);