==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=7474
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Priority: P3
Bug ID: 7474
Assignee: [email protected]
Summary: Link not immediately expanded in the navigation.*
files and fix
QA Contact: [email protected]
Severity: normal
Classification: Contribs
OS: ---
Reporter: [email protected]
Hardware: ---
Status: UNCONFIRMED
Version: 8.0
Component: smeserver-password
Product: SME Contribs
Created attachment 3740
--> http://bugs.contribs.org/attachment.cgi?id=3740&action=edit
smeserver-password-1.0.0-28
After the install of the password contrib is done (and also after the uninstall
is done) the navigation menu in the left frame of the server-manager is not
refreshed in content. The spec file in the srpm has been fixed to enable this
functionality in smeserver-password-1.0.0-28 attached herein with the patch for
the spec file and the srpm and rpm.
The spec file patch content from the previous version 1.0.0-27 is listed below:
==== snip ====
--- sme-password-extension-build-27/smeserver-password-27.spec Mon Mar 04
02:48:20 2013
+++ sme-password-extension-build-28/smeserver-password-28.spec Sun Mar 10
23:34:59 2013
@@ -4,7 +4,7 @@
%define name smeserver-password
%define version 1.0.0
-%define release 27
+%define release 28
Summary: SME Server password panel
Name: %{name}
@@ -43,6 +43,9 @@
Smeserver addon panel to change password strength and password ageing
%changelog
+* Sun Mar 10 2013 Ap.Muthu <[email protected]> 1.0.0-28.sme
+- expand the navigation.* files post install and post uninstall
+
* Sun Mar 06 2011 SME Translation Server <[email protected]>
1.0.0-27.sme
- apply locale 2011-03-06 patch
@@ -178,8 +181,10 @@
%clean
rm -rf $RPM_BUILD_ROOT
%post
-true
+/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1
+
%postun
-true
+/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1
+
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
===== snip =====
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/