rabbitmq: fix Erlang pin in Debian/Ubuntu

Previous apt preference missed the epoch and sub-packages, so no
pinning was applied.

Closes-Bug: #2115893

Change-Id: I5c765db0508a2ffec90ba149bb5ea9b90dd31bc8
Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
This commit is contained in:
Bartosz Bezak
2025-06-30 14:40:54 +02:00
parent 62a69190cb
commit 512d8928c4
2 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,6 @@ Package: rabbitmq-server
Pin: version 4.1.*
Pin-Priority: 1000
Package: erlang
Pin: version 27.*
Package: erlang*
Pin: version 1:27.*
Pin-Priority: 1000

View File

@@ -2,6 +2,6 @@ Package: rabbitmq-server
Pin: version 4.1.*
Pin-Priority: 1000
Package: erlang
Pin: version 27.*
Package: erlang*
Pin: version 1:27.*
Pin-Priority: 1000