From 9b70c4f6e459a18d3f1c11ba5f28e6a0791b82af Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 9 Dec 2024 14:36:53 +0800 Subject: [PATCH] Rebuild for remove inappropriate build dependencies. Signed-off-by: mgb01105731 --- libnma.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libnma.spec b/libnma.spec index 4d75125..2db6df8 100644 --- a/libnma.spec +++ b/libnma.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_without libnma_gtk4 @@ -132,6 +132,9 @@ The %{name}-doc package contains documentation files for %{name}. %doc CONTRIBUTING NEWS README AUTHORS %changelog +* Mon Dec 09 2024 mgb01105731 - 1.10.6-3 +- Rebuild for remove inappropriate build dependencies. + * Mon Apr 10 2023 yuanhui - 1.10.6-2 - Optimize the spec file -- Gitee