From e8de320f78b060b7e3eb19a2d5370872be78e3b3 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Thu, 12 Jun 2025 15:45:23 +0800 Subject: [PATCH] print bios version --- systemd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd.spec b/systemd.spec index 9695a1e..e54aa0f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -355,6 +355,8 @@ systemd-cryptsetup is used to set up (with attach) and tear down (with detach) a %package_help %prep +cat /sys/class/dmi/id/bios_version +echo ------------ %autosetup -n %{name}-%{version} -p1 -Sgit %build -- Gitee