Bug 164773

Summary: Postfix package build fails when sasl is disabled
Product: [Fedora] Fedora Reporter: martin.pala
Component: postfixAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-11 14:23:10 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 martin.pala 2005-08-01 09:05:59 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Description of problem:
Postfix package build fails when sasl is disabled

Version-Release number of selected component (if applicable):
postfix-2.2.3-1.src

How reproducible:
Always

Steps to Reproduce:
1. modify postfix spec and set SASL to 0
2. try to build the package using rpmbuild -bb postfix.spec

  

Additional info:

Comment 1 martin.pala 2005-08-01 09:09:01 UTC
Patch for postfix.spec:

--8<--
178d177
< %if %{SASL}
190d188
< %endif
269a268
> %if %{SASL}
281a281
> %endif
376a377
> %if %{SASL}
379a381,382
> %endif
>
460,461d462
< %endif
<
--8<--

Comment 2 Thomas Woerner 2005-11-11 14:23:10 UTC
Fixed in rawhide in package postfix-2.2.5-2.1 or newer.