rpms/java-1.6.0-openjdk/devel java-1.6.0-openjdk.spec,1.85,1.86

Lillian Angel langel at fedoraproject.org
Thu Oct 30 14:48:39 UTC 2008


Author: langel

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

Modified Files:
	java-1.6.0-openjdk.spec 
Log Message:
* Thu Oct 30 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-2.b12
- Fixed post plugin scriptlet to work for install, as well as upgrade.




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.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- java-1.6.0-openjdk.spec	29 Oct 2008 15:08:07 -0000	1.85
+++ java-1.6.0-openjdk.spec	30 Oct 2008 14:48:08 -0000	1.86
@@ -770,7 +770,7 @@
 exit 0
 
 %post plugin
-if [ $1 -eq 2 ]
+if [ $1 -gt 1 ]
 then
   alternatives --remove %{javaplugin} \
     %{_jvmdir}/%{jrelnk}/lib/%{archinstall}/gcjwebplugin.so
@@ -899,6 +899,9 @@
 %{_jvmdir}/%{jredir}/lib/%{archinstall}/IcedTeaPlugin.so
 
 %changelog
+* Thu Oct 30 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-2.b12
+- Fixed post plugin scriptlet to work for install, as well as upgrade.
+
 * Wed Oct 29 2008 Lillian Angel <langel at redhat.com> - 1:1.6.0-2.b12
 - Fixed release string.
 




More information about the scm-commits mailing list