git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-06-03 09:18:28 +0200
committermail_redacted_for_web 2026-06-03 09:18:28 +0200
commit2112d71dbee68fff121958ccbdf0c8940b234f90 (patch)
treefe30385ced8c15a782d8c1a77b84208161b5a8c7
parent31e256997bcf1ddba22e4f4d7aff3f4bed1ad5b1 (diff)
downloados-patch-452cf52202ec8257a653204cd30704b03a5c9590.tar.bz2
fix: ID_LIKE fedora was missing for EL derivativesHEADv0.12.1master
-rwxr-xr-xbin/os-patching-adhoc2
1 files changed, 1 insertions, 1 deletions
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 :-)