Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: spec: fix latest jbeap junit mess
......................................................................

packaging: spec: fix latest jbeap junit mess

"""
Package jakarta-commons-logging is obsoleted by apache-commons-logging,
trying to install apache-commons-logging-1.1.1-8_redhat_2.ep6.el6.noarch
instead
"""

but they did not kept the same name for build-classpath!

Change-Id: Ib83adec3648ececb196e2d3b35382c989c88a5a8
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M otopi.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/45/32345/1

diff --git a/otopi.spec.in b/otopi.spec.in
index 4a033fe..cf6d24c 100644
--- a/otopi.spec.in
+++ b/otopi.spec.in
@@ -127,7 +127,7 @@
 %if 0%{?fedora:1}
 %global conf --disable-java-sdk-compile
 %else
-%global conf COMMONS_LOGGING_JAR=$(build-classpath commons-logging) 
JUNIT_JAR=$(build-classpath junit4)
+%global conf COMMONS_LOGGING_JAR=$(build-classpath commons-logging) 
JUNIT_JAR=$((build-classpath junit4 || build-classpath junit) | sed '/^$/d')
 %endif
 %configure \
        --docdir="%{_docdir}/%{name}-%{version}" \


-- 
To view, visit http://gerrit.ovirt.org/32345
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib83adec3648ececb196e2d3b35382c989c88a5a8
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: otopi-1.2
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to