diff --git a/libblockdev.spec b/libblockdev.spec index 116bc186afd1f0c186917c1307202fdb97e7b315..fc0ad0bc8d99e745eb77d14bad0e56fadc482c5a 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