From eca6466b19bf53748e56cf46b637162a2dcb9477bd080d452208e934d949fd7e Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 12 May 2022 06:18:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/tycho?expand=0&rev=31 --- tycho.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tycho.spec b/tycho.spec index c95fe60..88c0a67 100644 --- a/tycho.spec +++ b/tycho.spec @@ -384,6 +384,8 @@ for b in org.eclipse.osgi \ org.eclipse.osgi.compatibility.state ; do osgiJarPath=$(find .m2/org/eclipse/tycho/$b/*/ -name "*.jar") osgiPomPath=$(find .m2/org/eclipse/tycho/$b/*/ -name "*.pom") + %pom_remove_parent $osgiPomPath + %pom_xpath_set "pom:project/pom:groupId" "org.eclipse.tycho" $osgiPomPath %{mvn_artifact} $osgiPomPath $osgiJarPath done %endif