rpms/java-1.6.0-openjdk/devel java-1.6.0-openjdk.spec,1.92,1.93

Lillian Angel langel at fedoraproject.org
Thu Nov 20 15:57:34 UTC 2008


Author: langel

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

Modified Files:
	java-1.6.0-openjdk.spec 
Log Message:
* Thu Nov 20 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-6.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/devel/java-1.6.0-openjdk.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- java-1.6.0-openjdk.spec	13 Nov 2008 18:29:33 -0000	1.92
+++ java-1.6.0-openjdk.spec	20 Nov 2008 15:57:04 -0000	1.93
@@ -108,7 +108,7 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{buildver}
-Release: 5.%{openjdkver}%{?dist}
+Release: 6.%{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-5.b12
+* Thu Nov 20 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-6.b12
+- Redirect error from removing gcjwebplugin link.
+- Resolves: rhbz#471568
+
+* Thu Nov 13 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-5.b12
 - Added java-fonts to Provides for base package.
 - Resolves: rhbz#469893
 




More information about the scm-commits mailing list