From bee2e1bd04d59662e54c125615844cf024953bb1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 11 Jul 2025 22:38:30 -0700 Subject: [PATCH] Except FEDORA-2025-14272e396a from updvercheck.py We're intentionally rolling the kernel version back. It's fine, don't ask questions. Signed-off-by: Adam Williamson --- data/updvercheck.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/updvercheck.py b/data/updvercheck.py index 19e61219..385f1b04 100755 --- a/data/updvercheck.py +++ b/data/updvercheck.py @@ -58,6 +58,9 @@ except IndexError: sys.exit("Must specify two input filenames!") try: updalias = sys.argv[3] + if updalias == "FEDORA-2025-14272e396a": + print("Very special update, bypassing updvercheck") + sys.exit() except IndexError: updalias = None