I'm announcing the start of a new QA project, and I'm asking for your help.
In the past, Core packages have not been held to the same standards as Extras. We want to fix this! We're starting by cleaning up the spec files so that Core packages can all be built using Mock. (If you aren't familiar with Mock, it's a cool RPM build tool that we use to build Fedora Extras.)
This is where you come in: We need people to attempt Mock builds of Fedora Core packages, and file bugs when they find packages that don't build.
Doing so will earn you the thanks and respect of your peers, but as an added incentive we're going to give away free stuff (!) to people who help out.
Filing a bug on a broken package will earn you one Karma Point. If you include a patch that makes that package build successfully, you'll get five Karma Points. These will be redeemable for cool stuff from the Red Hat Cool Stuff Store (at an exchange rate to be determined once we figure out how much stuff we're actually allowed to give away :)
For more info, check out: http://fedoraproject.org/wiki/QA/FixBuildRequires
Ok? OK! Let's get testin'!
-w
The glibc-kernheaders packages provides 'kernel-headers'. If you need to require a specific _version_, you should use that.
But if you just need to require that it exists, you don't need to do anything -- the standard gcc development packages depend on it.
If there's a file missing from /usr/include/linux or /usr/include/asm when you try to build, that's either a bug in the glibc-kernheaders package, or a bug in the package you're trying to build. If it's a kernel header you _should_ be using from userspace, assume the former and file a bug against glibc-kernheaders. If the latter, fix it not to include kernel headers.
Do _NOT_ add 'BuildRequires: glibc-kernheaders' to any packages. That will break. Soon.
announce@lists.fedoraproject.org