From 536d628e339dc1e1738acd9a7428d19954fdbae0 Mon Sep 17 00:00:00 2001 From: lvyy <18213513370@139.com> Date: Tue, 24 Sep 2024 11:45:53 +0800 Subject: [PATCH] fix problem that caused sgdisk to crash when using the latest popt --- gdisk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdisk.spec b/gdisk.spec index bea509a..6cb6c3a 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -53,7 +53,7 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8 %{_mandir}/man8/* %changelog -* Thu Sep 24 2024 lvyy - 1.0.8-4 +* Tue Sep 24 2024 lvyy - 1.0.8-4 - Type:bugfix - CVE: - SUG:restart -- Gitee