diff --git a/btrfs-progs.spec b/btrfs-progs.spec index 207c0ef39c0a226fd32b001d2fe8a4249ba493c5..1f3cd210b62c64f3a229a479908a5f07c926197a 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