Bug 16392
| Summary: | rpm-3.0.5-9.6x fails to build kernel-2.2.16-3.src.rpm | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Jan Carlson <janc> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | janc |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| URL: | http://www.redhat.com/support/errata/RHEA-2000-051-01.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-08-16 19:46:34 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: | |||
This is RH6.2 with all official updates applied as of today, Aug 16, 2000. The updated rpm-3.0.5-9.6x from the "URL" fails parsing spec file from kernel-2.2.16-3.src.rpm. The original RH6.2 rpm-3.0.4-0.48.i386.rpm had no trouble. # rpm -bp kernel-2.2.16.spec parse error in expression /home/src/redhat/SPECS/kernel-2.2.16.spec:16: parseExpressionBoolean returns -1 # head -16 kernel-2.2.16.spec Summary: The Linux kernel (the core of the Linux operating system). Name: kernel %define sublevel 16 %define kversion 2.2.%{sublevel} %define pcmciaver 3.1.8 %define ibcsver 2.1-981105 %define ksymoopsver 0.7c # disable build root strip policy %define __spec_install_post /usr/lib/rpm/brp-compress || : # define lfs as either 0 (for off) or 1 (for on) when making the kernel %define subrelease 3 %define lfs 0 %define ext3 0 Version: %{kversion} %if %{lfs} %if %{ext3} #### line 16 ####