diff --git a/apache-commons-dbcp.changes b/apache-commons-dbcp.changes index cc4a98e..097a466 100644 --- a/apache-commons-dbcp.changes +++ b/apache-commons-dbcp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 31 13:42:53 UTC 2016 - tchvatal@suse.com + +- Search for jta not jta-api as SLE has issues locating the api while + the jta is just simple symlink + ------------------------------------------------------------------- Thu Sep 29 12:28:46 UTC 2016 - tchvatal@suse.com diff --git a/apache-commons-dbcp.spec b/apache-commons-dbcp.spec index e2f1b95..e3ea748 100644 --- a/apache-commons-dbcp.spec +++ b/apache-commons-dbcp.spec @@ -88,7 +88,7 @@ ant \ -Dxml-apis.jar=$(build-classpath xml-commons-jaxp-1.3-apis) \ -Dcommons-logging.jar=$(build-classpath commons-logging) \ -Djava.io.tmpdir=. \ - -Djta-impl.jar=$(build-classpath jta-api) \ + -Djta-impl.jar=$(build-classpath jta) \ dist %install