rpms/mx4j/devel mx4j.spec,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 21 11:44:44 UTC 2005


Update of /cvs/dist/rpms/mx4j/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5260

Modified Files:
	mx4j.spec 
Log Message:
Bump priority of alternative to avoid problems on upgrade (#155391)


Index: mx4j.spec
===================================================================
RCS file: /cvs/dist/rpms/mx4j/devel/mx4j.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mx4j.spec	14 Mar 2005 11:01:38 -0000	1.8
+++ mx4j.spec	21 Apr 2005 11:44:41 -0000	1.9
@@ -1,6 +1,6 @@
 %define name        mx4j
 %define version     2.1.0
-%define release     1jpp_2fc
+%define release     1jpp_3fc
 %define section     free
 
 %define use_nonfree   %{?_with_nonfree:1}%{!?_without_nonfree:0}
@@ -209,7 +209,7 @@
 rm -f %{_javadir}/%{name}.jar
 
 %post
-/usr/sbin/update-alternatives --install %{_javadir}/jmxri.jar jmxri %{_javadir}/%{name}/%{name}.jar 0
+/usr/sbin/update-alternatives --install %{_javadir}/jmxri.jar jmxri %{_javadir}/%{name}/%{name}.jar 1
 
 %postun
 if [ "$1" = "0" ]; then
@@ -232,6 +232,9 @@
 %doc dist/docs/*
 
 %changelog
+* Thu Apr 21 2005 Gary Benson <gbenson at redhat.com> 0:2.1.0-1jpp_3fc
+- Bump priority of alternative to avoid problems on upgrade (#155391).
+
 * Mon Mar 14 2005 Gary Benson <gbenson at redhat.com> 0:2.1.0-1jpp_2fc
 - Install mx4j.jar as the jmxri.jar alternative instead of
   mx4j-jmx.jar.  From Anthony Green <green at redhat.com>.




More information about the fedora-cvs-commits mailing list