From ba8dad9d716dac2464f6d6811d2155a7e8ce4918 Mon Sep 17 00:00:00 2001 From: lixiaokeng Date: Wed, 4 Nov 2020 17:03:07 +0800 Subject: [PATCH] add make test --- btrfs-progs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/btrfs-progs.spec b/btrfs-progs.spec index 207c0ef..1f3cd21 100644 --- a/btrfs-progs.spec +++ b/btrfs-progs.spec @@ -1,6 +1,6 @@ Name: btrfs-progs Version: 5.7 -Release: 1 +Release: 2 Summary: btrfs userspace programs License: GPLv2 URL: http://www.btrfs.wiki.kernel.org/index.php/Main_Page @@ -39,6 +39,9 @@ This package includes man files for btrfs-progs %configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %make_build +%check +make test + %install make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir} install DESTDIR=%{buildroot} @@ -68,6 +71,9 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir %{_mandir}/man8/*.gz %changelog +* Wed Nov 4 2020 lixiaokeng - 5.7-2 +- add make test + * Wed Jul 15 2020 Zhiqiang Liu - 5.7-1 - update to v5.7 version -- Gitee