Bug 189937
| Summary: | Review Request: unifdef | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> |
| Component: | Package Review | Assignee: | Dave Cantrell <dcantrell> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-04-26 20:16:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 188268, 190362 | ||
|
Description
David Woodhouse
2006-04-25 21:58:01 UTC
The plan is to use this when building the kernel package, which is why it's proposed for Core, not Extras. I'll review this. Bad:
- Source should be a URL to the source
- build root should be
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Good:
- rpmlint is silent.
- builds in mock for i386 / x86_64
Question: How usable is this for kernel building right now? There is some
pushback to not have it in Core until it is actually usable/needed to build the
kernel and that Extras would be a good place to put it until such time as it is
needed. Your thoughts?
The source was obtained from FreeBSD's cvsweb. You can have a CVS pserver URL, or you can have the name of the tarball I prepared. I prefer the latter. Fixed buildroot in 1.171-2 I committed a change to the rawhide kernel this morning which uses the new 'make headers_install' rules to generate kernel headers from the kernel tree. It's conditional, and turned off right now because it BuildRequires unifdef, which we don't have yet. Ah, good point about the source issue. Everything else looks good now, passes review. Please follow the next steps on the PackageListProcess. Built in rawhide. Thanks. |