rpms/jonas/devel jonas.spec,1.106,1.107

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 15 13:10:54 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/jonas/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3157

Modified Files:
	jonas.spec 
Log Message:
Hack around #165202 and rebuild


Index: jonas.spec
===================================================================
RCS file: /cvs/dist/rpms/jonas/devel/jonas.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- jonas.spec	8 Aug 2005 09:56:21 -0000	1.106
+++ jonas.spec	15 Sep 2005 13:10:50 -0000	1.107
@@ -10,7 +10,7 @@
 %if %{?_with_snapshot:1}%{!?_with_snapshot:0}
 %define release		0.%{cvs_version}.1jpp_1rh
 %else
-%define release		1jpp_8fc
+%define release		1jpp_9fc
 %endif
 
 %define section		free
@@ -1139,6 +1139,8 @@
 (cd doc; jar xf jonas-doc-en.war; rm jonas-doc-en.war; rm -fr WEB-INF; rm -fr META-INF; rm -fr CVS; rm README)
 
 aot-compile-rpm
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=165202
+mv $RPM_BUILD_ROOT%{_libdir}/gcj/%{name}/ews-1.0-aph.jar.db{,.disabled}
 
 # -----------------------------------------------------------------------------
 
@@ -1692,6 +1694,11 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Thu Sep 15 2005 Gary Benson <gbenson at redhat.com> - 4.3.3-1jpp_9fc
+- Work around errors caused by libgcj's early class resolution.
+- Clean out some junk from $JONAS_ROOT.
+- Disable aot-compiled ews (#165202).
+
 * Tue Aug  2 2005 Gary Benson <gbenson at redhat.com> - 4.3.3-1jpp_8fc
 - BC-compile.
 




More information about the fedora-cvs-commits mailing list