Reverting back to build 166 changes and updating the CASA.spec to run pre and post script.
This commit is contained in:
parent
2bf3f72806
commit
3cde28cadb
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user