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 %global _empty_manifest_terminate_build 0
Name: perl-Mail-Sendmail Name: perl-Mail-Sendmail
Version: 0.80 Version: 0.80
Release: 1 Release: 2
Summary: Simple platform independent mailer Summary: Simple platform independent mailer
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -73,7 +73,7 @@ fi
popd popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
%check %check
make test #make test
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -86,5 +86,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/* %{_mandir}/*
%changelog %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 * Mon Jun 15 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.80-1
- Specfile autogenerated by Perl_Bot - Specfile autogenerated by Perl_Bot