Comment 26 for bug 1773324

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

The fix taken is mixed with some py3 changes, but it eventually was in d/rules:

+override_dh_install:
+ dh_install
+ sed -i s/%%VSN%%/$(VERSION)/ $(CURDIR)/debian/rabbitmq-server/usr/bin/rabbitmqadmin

From:
https://salsa.debian.org/openstack-team/third-party/rabbitmq-server/-/commit/9d13c83ecab526e46d01e4250d157f2085fa43b6

Using the same change would make a later merge easier.
We can consider SRUs later, lets get this into Focal while we still can.

@Bryce - this one is still assigned to you - are you going to revamp that for a focal upload?