diff --git a/mdadm.spec b/mdadm.spec index 415182b1af6c35f8412d0840022248937fcc484c..3ec31a5d2fea5794f26a53d429c7c9d67ce69df6 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,6 +1,6 @@ Name: mdadm Version: 4.1 -Release: 4 +Release: 5 Summary: The software RAID arrays user manage tools License: GPLv2+ URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/ @@ -62,6 +62,9 @@ This contains man files for the using of mdadm. %build %make_build CXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm mdmon +%check +make test + %install make DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=%{_sbindir} SYSTEMD_DIR=%{_unitdir} install install-systemd install -Dp -m 755 misc/mdcheck %{buildroot}%{_sbindir}/mdcheck @@ -99,6 +102,9 @@ install -d -m 710 %{buildroot}/var/run/mdadm/ %{_mandir}/man*/* %changelog +* Wed Nov 4 2020 lixiaokeng - 4.1-5 +- add make test + * Thu Sep 24 2020 wuguanghao - 4.1-4 - fix mdmonitor.service start failed