diff --git a/perl-HTTP-Server-Simple.changes b/perl-HTTP-Server-Simple.changes index c31ce03..2dcc978 100644 --- a/perl-HTTP-Server-Simple.changes +++ b/perl-HTTP-Server-Simple.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 27 12:51:06 UTC 2015 - hsk@imb-jena.de + +- add CGI to Requires:, BuildRequires:, as that module is not in + perl core since perl 5.22 + ------------------------------------------------------------------- Tue Apr 14 18:05:28 UTC 2015 - coolo@suse.com diff --git a/perl-HTTP-Server-Simple.spec b/perl-HTTP-Server-Simple.spec index 4641fac..217b5b4 100644 --- a/perl-HTTP-Server-Simple.spec +++ b/perl-HTTP-Server-Simple.spec @@ -30,6 +30,8 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(CGI) +Requires: perl(CGI) BuildRequires: perl(Socket) >= 1.94 Requires: perl(Socket) >= 1.94 %{perl_requires}