[pve-devel] [PATCH stable-5 container 2/2] setup: fedora: allow 31 (and 32)

Oguz Bektas o.bektas at proxmox.com
Thu Oct 31 16:45:05 CET 2019


From: Thomas Lamprecht <t.lamprecht at proxmox.com>

tested by installing fedora 30 and using dnf-system-upgrade to get
version 31.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
(cherry picked from commit 5a973aa68f1d0d5a19b1337094ab3f7cb74453a0)
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
 src/PVE/LXC/Setup/Fedora.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/LXC/Setup/Fedora.pm b/src/PVE/LXC/Setup/Fedora.pm
index b64dbe2..bb4d7aa 100644
--- a/src/PVE/LXC/Setup/Fedora.pm
+++ b/src/PVE/LXC/Setup/Fedora.pm
@@ -11,7 +11,7 @@ sub new {
     my ($class, $conf, $rootdir, $os_release) = @_;
 
     my $version = $os_release->{VERSION_ID};
-    die "unsupported fedora release\n" if !($version >= 22 && $version <= 30);
+    die "unsupported fedora release\n" if !($version >= 22 && $version <= 32);
 
     my $self = { conf => $conf, rootdir => $rootdir, version => $version };
 
-- 
2.20.1




More information about the pve-devel mailing list