From b84cb1d17c6f563e194c780637efa033748a5fce Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Tue, 28 Sep 2021 15:59:31 +0800 Subject: [PATCH] NOP:nothing but to make it able to sync between differnt branches Signed-off-by: Wenchao Hao --- libblockdev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index 43d878e..ea4faa2 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,6 +1,6 @@ Name: libblockdev Version: 2.24 -Release: 7 +Release: 8 Summary: libblockdev is a C library supporting GObject introspection for manipulation of block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -172,6 +172,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %changelog +* Tue Sep 28 2021 Wenchao Hao - 2.24-8 +- NOP:nothing but to make it able to sync between differnt branches + * Fri Jul 30 2021 chenyanpanHW - 2.24-7 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git -- Gitee