Bug 216792 - fix SASL support in spec file
Summary: fix SASL support in spec file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: postfix
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-22 00:33 UTC by Nerijus Baliūnas
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 2.4.3-2.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-14 15:47:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nerijus Baliūnas 2006-11-22 00:33:55 UTC
The following fix is needed:

--- postfix.spec.orig	2006-11-22 02:04:36.000000000 +0200
+++ postfix.spec	2006-11-22 02:16:45.000000000 +0200
@@ -12,7 +12,7 @@
 # requested but use the preferred SASL V2 if LDAP is not requested.
 # Sometime soon LDAP will build agains SASL V2 and this won't be needed.
 
-%if %{LDAP} <= 1 && %{SASL} >= 2
+%if %{LDAP} == 1 && %{SASL} >= 2
 %undefine SASL
 %define SASL 1
 %endif

Otherwise postfix does not build if I set %define LDAP 0 in spec file.

Comment 1 Fedora Update System 2007-06-14 15:47:04 UTC
postfix-2.4.3-2.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.