From 9ddaf9ad98da8495875867dea9e42bd4d8180671 Mon Sep 17 00:00:00 2001 From: lixiaokeng Date: Wed, 4 Nov 2020 20:36:05 +0800 Subject: [PATCH] add make check --- libblockdev.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index 116bc18..fc0ad0b 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,6 +1,6 @@ Name: libblockdev Version: 2.24 -Release: 5 +Release: 6 Summary: libblockdev is a C library supporting GObject introspection for manipulation of block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -137,6 +137,9 @@ autoreconf -ivf %configure %{?configure_opts} %make_build +%check +make check + %install %make_install find %{buildroot} -type f -name "*.la" | xargs %{__rm} @@ -171,6 +174,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %changelog +* Wed Nov 4 2020 lixiaokeng - 2.24-6 +- add make check + * Sat Oct 31 2020 Zhiqiang Liu - 2.24-5 - backport upstream patches-epoch2 to fix serveral problems -- Gitee