From 3972263a515cbdb2fc97569324c446b170be963b Mon Sep 17 00:00:00 2001 From: daidai_is_here Date: Thu, 12 Mar 2020 16:26:40 +0800 Subject: [PATCH] delete useless buildrequire --- perl-Net-Server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Net-Server.spec b/perl-Net-Server.spec index 8e6365d..a724645 100644 --- a/perl-Net-Server.spec +++ b/perl-Net-Server.spec @@ -1,6 +1,6 @@ Name: perl-Net-Server Version: 2.009 -Release: 5 +Release: 6 Summary: Extensible, general Perl server engine License: GPL+ and Artistic URL: https://metacpan.org/release/Net-Server @@ -11,7 +11,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(strict) perl(warnings) BuildRequires: perl(base) perl(Carp) perl(Errno) perl(Exporter) perl(Fcntl) perl(File::Temp) BuildRequires: perl(IO::Handle) perl(IO::Multiplex) >= 1.05 perl(IO::Select) perl(IO::Socket) BuildRequires: perl(IO::Socket::INET6) perl(IO::Socket::SSL) >= 1.31 perl(IO::Socket::UNIX) -BuildRequires: perl(Log::Log4perl) perl(Net::SSLeay) perl(POSIX) perl(re) perl(Scalar::Util) +BuildRequires: perl(Net::SSLeay) perl(POSIX) perl(re) perl(Scalar::Util) BuildRequires: perl(Socket) perl(Socket6) perl(Time::HiRes) perl(vars) perl(constant) perl(lib) BuildRequires: perl(English) perl(File::Spec::Functions) perl(FindBin) perl(threads) perl(Test::More) @@ -54,5 +54,8 @@ make test %{_mandir}/man1/net-server.1* %changelog +* Thu Mar 12 2020 daiqianwen - 2.009-6 +- delete useless buildrequire. + * Fri Nov 22 2019 sunguoshuai - 2.009-5 - Package init.