From dc803d7c7bfe705d4c041938588a5e3123dc500d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 20 Jun 2008 18:59:03 +0000 Subject: [PATCH] apply gcinit patch only on currently shipped bits, drop on future releases --- gc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gc.spec b/gc.spec index c5fc050..86e2993 100644 --- a/gc.spec +++ b/gc.spec @@ -37,7 +37,9 @@ Provides: libgc-devel = %{version}-%{release} %setup -q # FIXME? -- Rex -#patch1 -p1 -b .gcinit +%if 0%{?rhel} < 6 && 0%{?fedora} < 10 +%patch1 -p1 -b .gcinit +%endif # refresh auto*/libtool to purge rpaths rm -f libtool libtool.m4