From c54df9fcd60f404aec7da6e131aabe2608b60a38 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Tue, 17 Dec 2024 12:55:09 +0500 Subject: [PATCH] epm status --third-party: fix on rosa and mos (eterbug #17860) --- bin/epm-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/epm-status b/bin/epm-status index 04e8f69a..a97603e2 100644 --- a/bin/epm-status +++ b/bin/epm-status @@ -274,7 +274,7 @@ epm_status_thirdparty() echo "$distribution" | grep -q "^EEPM" && return 1 return 0 ;; - rosafresh|mos) + rosa*|mos) epm_status_validate $pkg || return 1 echo "$distribution" | grep -q "^ROSA" && return 1