From 3cde28cadb0ad41d0547c4c9727c4e47a7a50fed Mon Sep 17 00:00:00 2001 From: "Cameron (Kamran) Mashayekhi" Date: Tue, 6 Dec 2005 16:46:47 +0000 Subject: [PATCH] Reverting back to build 166 changes and updating the CASA.spec to run pre and post script. --- CASA.changes | 6 ++++++ c_adlib/ad_kw/native/kwallets_rw.cpp | 3 ++- shsrc/lshsrc/CASA.spec | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CASA.changes b/CASA.changes index 881f23d4..205d207c 100644 --- a/CASA.changes +++ b/CASA.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 6 09:43:46 MST 2005 - cmashayekhi@novell.com + +-Reverting back to build 166 changes and updating the CASA.spec + to run pre and post script. + ------------------------------------------------------------------- Mon Dec 5 13:32:23 MST 2005 - jnorman@novell.com diff --git a/c_adlib/ad_kw/native/kwallets_rw.cpp b/c_adlib/ad_kw/native/kwallets_rw.cpp index ec4b9f65..fbcddd4d 100644 --- a/c_adlib/ad_kw/native/kwallets_rw.cpp +++ b/c_adlib/ad_kw/native/kwallets_rw.cpp @@ -137,7 +137,7 @@ using namespace KWallet; extern "C" { - struct EnumSecretList *tempEnumSecrets = NULL; + static struct EnumSecretList *tempEnumSecrets = NULL; //void MyTest(struct EnumSecretList *enumWalletSecrets) void Aggregate(struct EnumSecretList *enumWalletSecrets) @@ -224,6 +224,7 @@ extern "C" head = temp; } + tempEnumSecrets = NULL; } diff --git a/shsrc/lshsrc/CASA.spec b/shsrc/lshsrc/CASA.spec index cf72264e..4117430a 100644 --- a/shsrc/lshsrc/CASA.spec +++ b/shsrc/lshsrc/CASA.spec @@ -194,6 +194,8 @@ then fi /sbin/ldconfig +%post gui +/sbin/ldconfig %preun @@ -204,6 +206,8 @@ fi %insserv_cleanup /sbin/ldconfig +%postun gui +/sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT