==================================================================
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=7633
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 #92 from Stephane de Labrusse <[email protected]> ---
(In reply to Stephane de Labrusse from comment #90)
> @arnaud, I needed to slightly modified the rpm architecture for adapt it to
> git and my build script.
>
> -creation of a root folder in the tar.gz
> -added %{?dist} to Release for displaying the sme version
>
> see https://github.com/stephdl/smeserver-affa/tree/sme9
modified in the spec file
Line7
-Release: %{release}
+Release: %{release}%{?dist}
Line36
-(find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
+(cd root ;find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
added all files in a root folder.
affa for sme9 released in stephdl repo, thanks mats
--
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/