Merge "debian: Add support for Debian bullseye"

This commit is contained in:
Zuul 2022-01-28 17:35:02 +00:00 committed by Gerrit Code Review
commit fee513a034
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
From 9700ac64bd0fb9a41693348882e0ccf3f4085953 Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Thu, 27 Jan 2022 19:53:54 +0000
Subject: [PATCH] fix bullseye version detection
Signed-off-by: Charles Short <charles.short@windriver.com>
---
manifests/globals.pp | 1 +
1 file changed, 1 insertion(+)
diff --git a/manifests/globals.pp b/manifests/globals.pp
index 9914a23..ebb7432 100644
--- a/manifests/globals.pp
+++ b/manifests/globals.pp
@@ -182,6 +182,7 @@ class postgresql::globals (
/^(jessie|8\.)/ => '9.4',
/^(stretch|9\.)/ => '9.6',
/^(buster|10\.)/ => '11',
+ /^(bullseye|11\.)/ => '13.5',
default => undef,
},
'Ubuntu' => $::operatingsystemrelease ? {
--
2.32.0

View File

@ -1 +1,2 @@
0001-Adapt-first-set-of-legacy-patches.patch
0002-fix-bullseye-version-detection.patch