From 1150375263cd291b67ea6636f95daeee73926679 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Nov 10 2017 22:00:37 +0000 Subject: facts: aliases_rel/cluster_map: refresh recent Debian info ...now that Debian 9 (Stretch) has been released: https://www.debian.org/News/2017/20170617 Signed-off-by: Jan Pokorný --- diff --git a/facts.py b/facts.py index 8de9f11..f0e49a5 100644 --- a/facts.py +++ b/facts.py @@ -60,9 +60,13 @@ cluster_map = { }), ((9, ), { # https://packages.debian.org/stretch/$PACKAGE - 'corosync': (2, 3, 5), - 'pacemaker[+coro]': (1, 1, 15), - 'resource-agents': (3, 9, 7), + 'corosync': (2, 4, 2), + 'pacemaker[+coro]': (1, 1, 16), + 'pcs': (0, 9, 155), + 'resource-agents': (4, 0, 0), + }), + ((10, ), { + # https://packages.debian.org/buster/$PACKAGE }), ), 'fedora': ( @@ -298,11 +302,13 @@ aliases_rel = { 'needle': '2', }, 'debian': { # because of http://bugs.python.org/issue9514 @ 2.6 ? - 'squeeze': '6', - 'wheezy': '7', - 'jessie': '8', - 'stretch': '9', - 'stretch/sid': '9.999', # XXX ? + 'squeeze': '6', + 'wheezy': '7', + 'jessie': '8', + 'stretch': '9', + 'buster': '10', + #'buster/sid': '10.999', # XXX ? + #'bullseye': '11', }, 'ubuntu': { '13.04': '13.4',