[pve-devel] applied: [PATCH container] setup/fedora: we support fedora release 27
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Nov 30 11:49:17 CET 2017
applied
On Thu, Nov 30, 2017 at 08:47:22AM +0100, Thomas Lamprecht wrote:
> Standard tests (create, network, TTY) seem to work OK.
>
> Signed-off-by: Thomas Lamprecht <t.lamprecht 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 23851d5..2da9c30 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 <= 26);
> + die "unsupported fedora release\n" if !($version >= 22 && $version <= 27);
>
> my $self = { conf => $conf, rootdir => $rootdir, version => $version };
>
> --
> 2.11.0
More information about the pve-devel
mailing list