CASA-detect_lib64.patch was added.

This commit is contained in:
Cameron (Kamran) Mashayekhi 2006-02-14 17:16:01 +00:00
parent cd8ca86edd
commit 6e650e1b7f
2 changed files with 11 additions and 2 deletions

View File

@ -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 Tue Feb 14 09:57:43 IST 2006 - smanojna@novell.com
- Bug 133386: Remove install time dependency on keyring and - Bug 133386: Remove install time dependency on keyring and
kdewallet. kdewallet.
- Bug 148102: CASA-gui requires kdelibs3. - Bug 148102: CASA-gui requires kdelibs3.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 13 08:50:22 MST 2006 - cmashayekhi@novell.com Mon Feb 13 08:50:22 MST 2006 - cmashayekhi@novell.com

View File

@ -28,6 +28,7 @@ Release: 0
Summary: Novell Common Authentication Service Adapter (CASA) Summary: Novell Common Authentication Service Adapter (CASA)
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
#Patch: %{name}-%{version}.dif #Patch: %{name}-%{version}.dif
Patch2: CASA-detect_lib64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
requires: mono >= 1.1.13 mono-core >= 1.1.13 requires: mono >= 1.1.13 mono-core >= 1.1.13
ExclusiveArch: %ix86 x86_64 ExclusiveArch: %ix86 x86_64
@ -66,8 +67,9 @@ to one another.
%prep %prep
%setup -q %setup -q
#%patch %patch2
%ifarch x86_64 #%ifarch x86_64
%if %{_lib} == "lib64"
%define binsource bin64 %define binsource bin64
%else %else
%define binsource bin %define binsource bin