rpms/java-1.6.0-openjdk/F-10 java-1.6.0-openjdk.spec,1.89,1.90

Lillian Angel langel at fedoraproject.org
Thu Nov 20 15:56:14 UTC 2008


Author: langel

Update of /cvs/pkgs/rpms/java-1.6.0-openjdk/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14715

Modified Files:
	java-1.6.0-openjdk.spec 
Log Message:
 * Thu Nov 20 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-5.b12
- Redirect error from removing gcjwebplugin link.
- Resolves: rhbz#471568




Index: java-1.6.0-openjdk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.6.0-openjdk/F-10/java-1.6.0-openjdk.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- java-1.6.0-openjdk.spec	13 Nov 2008 18:30:04 -0000	1.89
+++ java-1.6.0-openjdk.spec	20 Nov 2008 15:55:43 -0000	1.90
@@ -108,7 +108,7 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{buildver}
-Release: 4.%{openjdkver}%{?dist}
+Release: 5.%{openjdkver}%{?dist}
 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
 # and this change was brought into RHEL-4.  java-1.5.0-ibm packages
 # also included the epoch in their virtual provides.  This created a
@@ -774,7 +774,7 @@
 if [ $1 -gt 1 ]
 then
   alternatives --remove %{javaplugin} \
-    %{_jvmdir}/%{jrelnk}/lib/%{archinstall}/gcjwebplugin.so
+    %{_jvmdir}/%{jrelnk}/lib/%{archinstall}/gcjwebplugin.so 2>/dev/null
 fi
 
 alternatives \
@@ -900,7 +900,11 @@
 %{_jvmdir}/%{jredir}/lib/%{archinstall}/IcedTeaPlugin.so
 
 %changelog
-* Thu Nov 13 2008 Lillian Angel <langel at redhat.com> 1:1.6.0-4.b12
+* Thu Nov 20 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-5.b12
+- Redirect error from removing gcjwebplugin link.
+- Resolves: rhbz#471568
+
+* Thu Nov 13 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-4.b12
 - Added java-fonts to Provides for base package.
 - Resolves: rhbz#469893
 




More information about the scm-commits mailing list