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 ####
*** This bug has been marked as a duplicate of 14463 ***