# HG changeset patch # User Simon Tooke # Date 1487081247 18000 # Node ID 6d713f2411063c446a81dd9d1791c4e58500da2d # Parent 987a599a8ca5df90eb6f869cf193e27c9e53e2aa [PATCH] fix COPR build reviewed-by: sgehwolf, jkang review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022195.html diff -r 987a599a8ca5 -r 6d713f241106 distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch --- a/distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch Tue Feb 14 13:53:51 2017 +0100 +++ b/distribution/packaging/fedora/0002_shared_osgi_spec_fixes.patch Tue Feb 14 09:07:27 2017 -0500 @@ -82,6 +82,20 @@ com.github.jnr +diff --git a/agent/ipc/windows-named-pipes/server/pom.xml b/agent/ipc/windows-named-pipes/server/pom.xml +--- a/agent/ipc/windows-named-pipes/server/pom.xml ++++ b/agent/ipc/windows-named-pipes/server/pom.xml +@@ -62,8 +62,8 @@ + test + + +- org.osgi +- org.osgi.core ++ org.apache.felix ++ org.apache.felix.framework + + + com.redhat.thermostat diff --git a/client/cli/pom.xml b/client/cli/pom.xml --- a/client/cli/pom.xml +++ b/client/cli/pom.xml