From 6327c1dac5adbfb47e552ede3c6637dc12160980 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Fri, 1 Dec 2023 12:23:02 +0100 Subject: [PATCH] bump zfs to 15.6 poo#150839 --- tests/console/zfs.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/console/zfs.pm b/tests/console/zfs.pm index fb2373b366f8..5a7e7a0cc735 100644 --- a/tests/console/zfs.pm +++ b/tests/console/zfs.pm @@ -29,6 +29,8 @@ my $disksize = "100M"; # Size of the test disks sub get_repository() { if (is_tumbleweed) { return 'https://download.opensuse.org/repositories/filesystems/openSUSE_Tumbleweed/filesystems.repo'; + } elsif (is_leap("=15.6") || is_sle("=15-SP6")) { + return 'https://download.opensuse.org/repositories/filesystems/15.6/filesystems.repo'; } elsif (is_leap("=15.5") || is_sle("=15-SP5")) { return 'https://download.opensuse.org/repositories/filesystems/15.5/filesystems.repo'; } elsif (is_leap("=15.4") || is_sle("=15-SP4")) {