Bug 65469

Summary: conditional build w/out tcl fails
Product: [Retired] Red Hat Linux Reporter: Need Real Name <abmanock>
Component: postgresqlAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
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: 2002-06-15 16:08:54 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:

Description Need Real Name 2002-05-24 19:59:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; H010818)

Description of problem:
error in line 869 of postgresql.spec
line 869 reads:
%if tcl

Should read:
%if %tcl


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
rpmbuild -ba \
--define 'tcl 0' \
--define 'tkpkg 0' \
--define 'pltcl 0' \
--define 'pgaccess 0' \
postgresql.spec
	

Actual Results:  RPM build errors:
    File not found: /var/tmp/postgresql-7.2.1-root/usr/lib/libpgtcl.a

Expected Results:  + exit 0

Additional info:

Comment 1 Need Real Name 2002-06-15 16:08:48 UTC
Fixed in rawhide (postgresql-7.2.1-9.src.rpm)