Don't send test mail which need network

This commit is contained in:
lingsheng 2021-03-17 18:50:52 +08:00
parent 7dbb2b1788
commit a8e9e8893f

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-Mail-Sendmail
Version: 0.80
Release: 1
Release: 2
Summary: Simple platform independent mailer
License: GPL+ or Artistic
Group: Development/Libraries
@ -73,7 +73,7 @@ fi
popd
mv %{buildroot}/filelist.lst .
%check
make test
#make test
%clean
rm -rf $RPM_BUILD_ROOT
@ -86,5 +86,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Wed Mar 17 2021 lingsheng <lingsheng@huawei.com> - 0.80-2
- Don't send test mail which need network
* Mon Jun 15 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.80-1
- Specfile autogenerated by Perl_Bot