[Perlbal] explicitly buildrequire perl(LWP)

Iain Arnell iarnell at fedoraproject.org
Wed Jul 20 04:02:59 UTC 2011


commit b606684feac57f64f909ff761036e3135606e464
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Jul 20 05:52:43 2011 +0200

    explicitly buildrequire perl(LWP)

 Perlbal.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Perlbal.spec b/Perlbal.spec
index 10f3fce..503e449 100644
--- a/Perlbal.spec
+++ b/Perlbal.spec
@@ -1,6 +1,6 @@
 Name:           Perlbal
 Version:        1.78
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Reverse-proxy load balancer and webserver
 License:        GPL+ or Artistic
 Group:          System Environment/Daemons
@@ -16,6 +16,7 @@ BuildRequires:    perl(HTTP::Response)
 BuildRequires:    perl(BSD::Resource)
 BuildRequires:    perl(Danga::Socket)
 BuildRequires:    perl(IO::AIO)
+BuildRequires:    perl(LWP)
 
 Requires:         perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:         perl(IO::AIO)
@@ -89,6 +90,9 @@ fi
 
 
 %changelog
+* Wed Jul 20 2011 Iain Arnell <iarnell at gmail.com> 1.78-3
+- explicitly buildrequire perl(LWP)
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 1.78-2
 - Perl mass rebuild
 


More information about the scm-commits mailing list