From 998e5e01015c916cb84c14d8b39257e274b82380 Mon Sep 17 00:00:00 2001 From: gaochang Date: Mon, 17 Feb 2025 07:28:47 +0000 Subject: [PATCH] [bugfix] rebuild without useless buildrequires Signed-off-by: gaochang --- swtpm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/swtpm.spec b/swtpm.spec index 1d108e7..2200386 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without gnutls @@ -194,5 +194,8 @@ fi %doc README %changelog +* Mon Feb 17 2025 gaochang - 0.8.0-2 +- Rebuild without useless buildrequires + * Sat Mar 18 2023 Chunmei Xu - 0.8.0-1 - init from upstream -- Gitee