[hibernate3/f17: 1/2] hibernate-testing should be a test dependency in infinispan module

Marek Goldmann goldmann at fedoraproject.org
Mon Aug 20 10:40:26 UTC 2012


commit d0fe96c809b1d2dee4f62e31fc5fc2ada1edd838
Author: Marek Goldmann <goldmann at fedoraproject.org>
Date:   Mon Aug 20 11:53:31 2012 +0200

    hibernate-testing should be a test dependency in infinispan module

 hibernate3.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/hibernate3.spec b/hibernate3.spec
index 9cb8e13..2c2ea82 100644
--- a/hibernate3.spec
+++ b/hibernate3.spec
@@ -4,7 +4,7 @@
 
 Name: hibernate3
 Version: 3.6.10
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Relational persistence and query service
 
 Group: Development/Libraries
@@ -161,6 +161,9 @@ Requires: junit
 rm -r hibernate-envers/src/main/java/org/hibernate/tool/ant/*.java \
   hibernate-envers/src/main/java/org/hibernate/envers/ant/*.java
 
+# Make hibernate-testing back a test dependency...
+sed -i "s|<!-- <scope>test</scope> TODO fix this -->|<scope>test</scope>|" hibernate-infinispan/pom.xml
+
 %build
 
 # Currently 4 tests fail with this error:
@@ -252,6 +255,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %{_mavendepmapfragdir}/%{name}-testing
 
 %changelog
+* Mon Aug 20 2012 Marek Goldmann <mgoldman at redhat.com> - 3.6.10-6
+- hibernate-testing should be a test dependency in infinispan module
+
 * Sun Aug 12 2012 gil cattaneo <puntogil at libero.it> - 3.6.10-5
 - Enable envers module
 - Installed testing module (built but not installed)


More information about the scm-commits mailing list