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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to