Reverting back to build 166 changes and updating the CASA.spec to run pre and post script.

This commit is contained in:
Cameron (Kamran) Mashayekhi 2005-12-06 16:46:47 +00:00
parent 2bf3f72806
commit 3cde28cadb
3 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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;
}

View File

@ -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