From b8c64fe5ae53c00e6e413345408a5bd6dec6892c Mon Sep 17 00:00:00 2001 From: Petr Pisar Date: Tue, 26 Jul 2011 16:30:26 +0200 Subject: [PATCH] Bootstrap with Perl 5.14 --- Perlbal.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Perlbal.spec b/Perlbal.spec index 6e2c6bb..e9f518f 100644 --- a/Perlbal.spec +++ b/Perlbal.spec @@ -1,6 +1,8 @@ +%global perl_bootstrap 1 + Name: Perlbal Version: 1.79 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Reverse-proxy load balance and web-server License: GPL+ or Artistic Group: System Environment/Daemons @@ -21,7 +23,9 @@ BuildRequires: perl(LWP) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(IO::AIO) Requires: perl(BSD::Resource) +%if !%{defined perl_bootstrap} Requires: perl(Perlbal::XS::HTTPHeaders) +%endif Requires(post): chkconfig Requires(preun): chkconfig, initscripts @@ -90,6 +94,9 @@ fi %changelog +* Tue Jul 26 2011 Petr Pisar - 1.79-3 +- Disable XS implementation to bootstrap + * Thu Jul 21 2011 Petr Sabata - 1.79-2 - Perl mass rebuild