[glite-lb-common] Patch to fix build on 32-bit PPC (#1040396).

František Dvořák valtri at fedoraproject.org
Fri Dec 20 20:05:43 UTC 2013


commit 2fc44bc86684433ac85fb281125ba0e8be422394
Author: František Dvořák <valtri at civ.zcu.cz>
Date:   Fri Dec 20 21:05:03 2013 +0100

    Patch to fix build on 32-bit PPC (#1040396).

 .gitignore           |    1 +
 glite-lb-common.spec |    9 ++++-
 parallel.patch       |   26 --------------
 pkg-config.patch     |   93 --------------------------------------------------
 sources              |    1 +
 5 files changed, 10 insertions(+), 120 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8bb41a7..84039b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /glite-lb-common-9.0.7.tar.gz
 /glite-lb-common-9.0.8.tar.gz
+/ppc-params.patch
diff --git a/glite-lb-common.spec b/glite-lb-common.spec
index e35f9a2..ee02f7e 100644
--- a/glite-lb-common.spec
+++ b/glite-lb-common.spec
@@ -1,11 +1,14 @@
 Name:           glite-lb-common
 Version:        9.0.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        gLite Logging and Bookkeeping common headers and library
 
 License:        ASL 2.0
 Url:            http://glite.cern.ch
 Source:         http://scientific.zcu.cz/emi/emi.lb.common/%{name}-%{version}.tar.gz
+# https://bugzilla.redhat.com/show_bug.cgi?id=1040396
+# https://github.com/CESNET/glite-lb/issues/20
+Patch0:         ppc-params.patch
 
 BuildRequires:  c-ares-devel
 %if 0%{?rhel}
@@ -45,6 +48,7 @@ common library.
 
 %prep
 %setup -q
+%patch0 -p2
 
 
 %build
@@ -80,6 +84,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Fri Dec 20 2013 František Dvořák <valtri at civ.zcu.cz> - 9.0.8-2
+- Patch to fix build on 32-bit PPC (#1040396)
+
 * Fri Nov 22 2013 František Dvořák <valtri at civ.zcu.cz> - 9.0.8-1
 - New release 9.0.8 (L&B 4.0.12)
 - Parallel build and pkg-config patches not needed anymore
diff --git a/sources b/sources
index 3c24dd6..64fdedb 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 9b923065fe533ef91c87badf0266c15a  glite-lb-common-9.0.8.tar.gz
+09f4602e8dc52ff91a9faacac4f68f22  ppc-params.patch


More information about the scm-commits mailing list