From 6e650e1b7fa734b3755aff5e4b13df73fe0b7a0f Mon Sep 17 00:00:00 2001 From: "Cameron (Kamran) Mashayekhi" Date: Tue, 14 Feb 2006 17:16:01 +0000 Subject: [PATCH] CASA-detect_lib64.patch was added. --- CASA.changes | 7 +++++++ shsrc/lshsrc/CASA.spec | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CASA.changes b/CASA.changes index 9c2a6891..db36752d 100644 --- a/CASA.changes +++ b/CASA.changes @@ -1,9 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 14 10:15:20 MST 2006 - smanojna@novell.com + +- CASA-detect_lib64 patch suggested by Rudi Ortel has been applied. +- CASA.spec was fixed to not try to create duplicate dirs + ------------------------------------------------------------------- Tue Feb 14 09:57:43 IST 2006 - smanojna@novell.com - Bug 133386: Remove install time dependency on keyring and kdewallet. - Bug 148102: CASA-gui requires kdelibs3. + ------------------------------------------------------------------- Mon Feb 13 08:50:22 MST 2006 - cmashayekhi@novell.com diff --git a/shsrc/lshsrc/CASA.spec b/shsrc/lshsrc/CASA.spec index 34992a3a..fdb4cdab 100644 --- a/shsrc/lshsrc/CASA.spec +++ b/shsrc/lshsrc/CASA.spec @@ -28,6 +28,7 @@ Release: 0 Summary: Novell Common Authentication Service Adapter (CASA) Source: %{name}-%{version}.tar.bz2 #Patch: %{name}-%{version}.dif +Patch2: CASA-detect_lib64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build requires: mono >= 1.1.13 mono-core >= 1.1.13 ExclusiveArch: %ix86 x86_64 @@ -66,8 +67,9 @@ to one another. %prep %setup -q -#%patch -%ifarch x86_64 +%patch2 +#%ifarch x86_64 +%if %{_lib} == "lib64" %define binsource bin64 %else %define binsource bin