From 4536f4c2d45fea5e0517d90046726582c033e522 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 21 Nov 2023 06:07:55 +0000 Subject: [PATCH] fix build error for libblockdev --- libblockdev.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libblockdev.spec b/libblockdev.spec index 71fb8b1..7b0d116 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %define with_gtk_doc 1 %define with_bcache 0 @@ -880,7 +880,6 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %if %{with_tools} %files tools %{_bindir}/lvm-cache-stats -%{abidir}/lvm-cache-stats-option.list %endif %files plugins-all @@ -889,6 +888,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %doc README.md features.rst %changelog +* Thu Nov 16 2023 Wenlong Zhang - 2.28-3 +- fix build error for libblockdev + * Tue Oct 18 2022 happy_orange - 2.28-2 - add doc package and add api. -- Gitee