[Bug 651047] [NEW] initial installation presents note about upgrades

Colin Watson cjwatson at canonical.com
Wed Sep 29 12:31:25 BST 2010


Public bug reported:

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

** Affects: rabbitmq-server (Ubuntu)
     Importance: Undecided
         Status: New

-- 
initial installation presents note about upgrades
https://bugs.launchpad.net/bugs/651047
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.



More information about the Ubuntu-server-bugs mailing list