From 40946b6c605fb5ff09321df574f51081fcc52f74 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 30 Nov 2022 16:20:58 +0100 Subject: [PATCH] appliance info: update apltest for zstd based archives Signed-off-by: Thomas Lamprecht --- aplinfo/apltest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplinfo/apltest.pl b/aplinfo/apltest.pl index 63c672360..a4d1e1535 100755 --- a/aplinfo/apltest.pl +++ b/aplinfo/apltest.pl @@ -17,7 +17,7 @@ foreach my $k (keys %{$pkglist->{'all'}}) { # heuristic only.. my $template = "$res->{package}_$res->{version}_$res->{architecture}.tar"; - if ($k !~ m/^($res->{os}-)?\Q$template\E\.(gz|xz)$/) { + if ($k !~ m/^($res->{os}-)?\Q$template\E\.(gz|xz|zst)$/) { print "ERROR: $k != $template\n"; #print Dumper($res) . "\n"; $err = 1;