rpms/java-1.5.0-gcj/F-11 java-1.5.0-gcj.spec,1.42,1.43

Štěpán Kasal kasal at fedoraproject.org
Tue May 12 15:37:23 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/java-1.5.0-gcj/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17717

Modified Files:
	java-1.5.0-gcj.spec 
Log Message:
another attempt to rebuild, adding a workaround for #500314


Index: java-1.5.0-gcj.spec
===================================================================
RCS file: /cvs/extras/rpms/java-1.5.0-gcj/F-11/java-1.5.0-gcj.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- java-1.5.0-gcj.spec	3 Apr 2009 13:35:12 -0000	1.42
+++ java-1.5.0-gcj.spec	12 May 2009 15:36:53 -0000	1.43
@@ -55,7 +55,7 @@
 
 Name:    %{name}
 Version: %{javaver}.%{buildver}
-Release: 27%{?dist}
+Release: 28%{?dist}
 Summary: JPackage runtime compatibility layer for GCJ
 Group:   Development/Languages
 # The LICENSE file has the classpath exception, but nothing in this package
@@ -72,7 +72,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 BuildRequires: gcc%{gccsuffix}-java >= %{gccver}
 BuildRequires: libgcj%{gccsuffix}-src >= %{gccver}
 # required for cacerts generation
+%ifnarch %{ix86}
 BuildRequires: openssl
+%else
+# work around bug #500314
+BuildRequires: openssl-devel
+%endif
 BuildRequires: python-devel
 %if ! %{bootstrap}
 # required for javadoc
@@ -784,6 +789,9 @@ fi
 %endif
 
 %changelog
+* Tue May 12 2009 Stepan Kasal <skasal at redhat.com> 1.5.0.0-28
+- another attempt to rebuild, adding a workaround for #500314
+
 * Fri Apr 03 2009 Karsten Hopp <karsten at redhat.com> 1.5.0.0-27
 - update workaround patch to fix rebuild problems
 




More information about the scm-commits mailing list