initial installation presents note about upgrades

Bug #651047 reported by Colin Watson
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
rabbitmq-server (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: rabbitmq-server

On initial installation of rabbitmq-server, the rabbitmq-server/upgrade_previous debconf question is presented. This is because the version guard in the preinst is incorrect. Instead of:

  if dpkg --compare-versions "$2" lt 1.6.0; then

it should be:

  if dpkg --compare-versions "$2" lt-nl 1.6.0; then

Thierry Carrez (ttx)
Changed in rabbitmq-server (Ubuntu):
importance: Undecided → Medium
status: New → Confirmed
status: Confirmed → Triaged
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package rabbitmq-server - 1.8.0-1ubuntu2

---------------
rabbitmq-server (1.8.0-1ubuntu2) maverick; urgency=low

  * debian/preinst: Don't present note about upgrades when doing initial
    install. (LP: #651047)
 -- Chuck Short <email address hidden> Mon, 04 Oct 2010 08:54:12 -0400

Changed in rabbitmq-server (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.