From 47da9423241bdda3bb8e18e2d09ed56835f65439 Mon Sep 17 00:00:00 2001 From: zhoujiajia111 Date: Wed, 14 May 2025 18:11:13 +0800 Subject: [PATCH] Rebuild for remove inappropriate build dependencies. Signed-off-by: zhoujiajia111 --- libcbor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcbor.spec b/libcbor.spec index 3d00a07..d96e6ee 100644 --- a/libcbor.spec +++ b/libcbor.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: libcbor Version: 0.10.2 @@ -79,6 +79,9 @@ install -m 0644 -p doc/build/man/* %{buildroot}%{_mandir}/man3 %changelog +* Wed May 14 2025 zhoujiajia111 - 0.10.2-4 +- Rebuild for remove inappropriate build dependencies. + * Fri Apr 07 2023 chen_yu_ao - 0.10.2-3 - change spec file format -- Gitee