==================================================================
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=9093
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
==================================================================
--- Comment #10 from Stephane de Labrusse <[email protected]> ---
Hi michel, thank for the patch
can you remove the commented code you added inside your patch
+# my $confdb = esmith::ConfigDB->open_ro;
+# my $confrec = $confdb->get('UserPanelAlias');
+# my $UserAlias = 'user';
+# if ($confrec) {
+# $UserAlias = $confrec->value();
+# }
and also remove the .spec part of your patch, since you don't follow the
default writing
-%define release 2
+%define relizz 4
-Release: %{release}%{?dist}
+Release: %{relizz}%{?dist}
+Patch0: %{name}-%{version}-%{relizz}.patch
It is important to stay in a standard way in spec files, I have some scripts
that rely on 'release'. Moreover a patch should have a real descriptive name.
--
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/