Bug 8275
Summary: | make rpm-pkg broken for git cloned sources | ||
---|---|---|---|
Product: | Other | Reporter: | Julio Merino (jmmv) |
Component: | Configuration | Assignee: | Sam Ravnborg (sam) |
Status: | REJECTED INSUFFICIENT_DATA | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.21-rc5-g28defbea | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | A fix that modifies the tarball's local version. |
Description
Julio Merino
2007-03-28 04:51:31 UTC
Created attachment 10971 [details]
A fix that modifies the tarball's local version.
This patch modifies the tarball generation to include a modified .config file
that carries the git's version number as part of the local version identifier.
I don't know if this is the correct way to go, but so far fixes the problems
for me.
We already store the kernel.release string in the file: include/config/kernel.release So it should be much simpler just to cat this file. Can you please try that out and let us know if it cures the troubles. Thanks, Sam |