[Perlbal/el6] add if defined boostrap

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Feb 27 15:32:47 UTC 2014


commit a9c5b81cb53a47e0d9a6b6400e9840712f97b300
Author: lbazan <lbazan at fedoraproject.org>
Date:   Thu Feb 27 10:33:23 2014 -0500

    add if defined boostrap

 Perlbal.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/Perlbal.spec b/Perlbal.spec
index 5f5ebf6..272306a 100644
--- a/Perlbal.spec
+++ b/Perlbal.spec
@@ -1,6 +1,6 @@
 Name:           Perlbal
 Version:        1.80
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Reverse-proxy load balancer and webserver
 License:        GPL+ or Artistic
 Group:          System Environment/Daemons
@@ -24,8 +24,9 @@ Requires:         perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $ver
 Requires:         perl(BSD::Resource)
 Requires:         perl(IO::AIO)
 Requires:         perl(Net::Netmask)
+%if !%{defined perl_bootstrap}
 Requires:         perl(Perlbal::XS::HTTPHeaders)
-
+%endif
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/chkconfig, /sbin/service
 Requires(postun): /sbin/service
@@ -103,6 +104,9 @@ fi
 
 
 %changelog
+* Thu Feb 27 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.80-11
+- add iff defined bootstrap
+
 * Thu Feb 27 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.80-10
 - fix bz#1069711
 


More information about the scm-commits mailing list