From 2112d71dbee68fff121958ccbdf0c8940b234f90 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Wed, 3 Jun 2026 09:18:28 +0200 Subject: fix: ID_LIKE fedora was missing for EL derivatives --- bin/os-patching-adhoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/os-patching-adhoc b/bin/os-patching-adhoc index ae0b7d0..2cca494 100755 --- a/bin/os-patching-adhoc +++ b/bin/os-patching-adhoc @@ -247,7 +247,7 @@ case "$ID_LIKE" in fi fi ;; - "rhel"*|"centos"*) + "rhel"*|"centos"*|'fedora') # we do not use --skip-broken here - we keep our systems tidy, so any pollution may and should # cause an error :-) -- cgit v1.2.3