From fa0766bf898af6aedae7f1c1c487b957e07d6550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 10 Nov 2016 11:33:31 +0100 Subject: [PATCH] Bootstrap on PowerPC --- Perlbal.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Perlbal.spec b/Perlbal.spec index 8c3ae59..62aaca5 100644 --- a/Perlbal.spec +++ b/Perlbal.spec @@ -1,6 +1,9 @@ +# Bootstrap on PowerPC +%global perl_bootstrap 1 + Name: Perlbal Version: 1.80 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Reverse-proxy load balance and web-server License: GPL+ or Artistic Group: System Environment/Daemons @@ -146,6 +149,9 @@ make test %changelog +* Thu Nov 10 2016 Petr Pisar - 1.80-24 +- Bootstrap on PowerPC + * Mon Sep 12 2016 Petr Pisar - 1.80-23 - Finish bootstrap on aarch64