From e0e7db708778dc7f717dfaf8a5d2b367dc0bbfc4 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Wed, 2 Jul 2008 15:18:08 +0000 Subject: [PATCH] - Override config.{sub,guess} explicitly due to redhat-rpm-build-config behavior change on F-10+, otherwise build fails on ppc64 --- dotconf.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dotconf.spec b/dotconf.spec index f9efbd6..23f7b1c 100644 --- a/dotconf.spec +++ b/dotconf.spec @@ -1,6 +1,6 @@ Name: dotconf Version: 1.0.13 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Libraries to parse configuration files Group: System Environment/Libraries @@ -36,6 +36,8 @@ developing applications that use %{name}. %patch1 -p1 %patch2 -p1 +# Override config.{guess,sub} +cp -p /usr/lib/rpm/config.{guess,sub} . %build %configure --disable-static @@ -79,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/dotconf.pc %changelog +* Thu Jul 03 2008 Mamoru Tasaka - 1.0.13-7 +- Override config.{sub,guess} explicitly due to redhat-rpm-build-config + behavior change on F-10+, otherwise build fails on ppc64 + * Sun Mar 09 2008 Assim Deodia 1.0.13-6 - fixed m4-underquote error