Mailinglist Archive: opensuse-buildservice (287 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] How to add custom patches on top of factory sources added through _link
- From: "Ladislav Michnovič" <ladislav.michnovic@xxxxxxxxx>
- Date: Tue, 4 Sep 2007 10:34:14 +0200
- Message-id: <202bcdd90709040134p86d4ec5q9dd91571cf601bfa@xxxxxxxxxxxxxx>
2007/9/4, Veerapuram Varadhan <vvaradhan@xxxxxxxxxx>:
> for both the patches. Will it show in the build log as applying these
> patches?
Yes of course.
> If patch for spec file and patch for source code in the tarball cannot
> be mixed, are there any options to enable debugging-symbols in the
> resulting binaries?
Do it this way:
upload a source code patch and there is no need to mention it in link file.
Then create a patch for spec adjusting it to apply your patch:
...
+ PatchX: source_code.patch
...
+%patchX
Regards Ladislav.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
> for both the patches. Will it show in the build log as applying these
> patches?
Yes of course.
> If patch for spec file and patch for source code in the tarball cannot
> be mixed, are there any options to enable debugging-symbols in the
> resulting binaries?
Do it this way:
upload a source code patch and there is no need to mention it in link file.
Then create a patch for spec adjusting it to apply your patch:
...
+ PatchX: source_code.patch
...
+%patchX
Regards Ladislav.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |