==================================================================
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=8823
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 #17 from Stephane de Labrusse <[email protected]> ---
in order to create a patch and to use it in a rpm you must use this command
line
diff -Nur old_folder new_folder > name_of_patch.patch
like this you give the relative path of files which need to be patched.
it works from folders so you must build a rpm with :
rpmbuild -bp nameofrpm.spec
cp -R nameofrpm nameofrpm_old
cp -R nameofrpm nameofrpm_new
modify in the new folder
then
diff -Nur nameofrpm_old nameofrpm_new > name_of_patch.patch
it is one example, with cvs you will do by another way.
You can ask by skype if you want stefano
--
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/