Bug 199876

Summary: %{LIBBIND} incorrect conditionalized
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: bindAssignee: Jason Vas Dias <jvdias>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 9.3.2-34 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-02 18:39:20 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 Robert Scheck 2006-07-23 20:05:03 UTC
Description of problem:
%{LIBBIND} in the bind spec file is incorrect conditionalized.

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

How reproducible:
Everytime, set LIBBIND to 0 and try to rebuild the bind package.

Expected results:
--- bind.spec       2006-07-21 22:36:45.000000000 +0200
+++ bind.spec.rsc   2006-07-23 22:02:51.000000000 +0200
@@ -609,7 +609,9 @@
 %{_libdir}/libisccc.a
 %{_libdir}/libisccfg.a
 %{_libdir}/liblwres.a
+%if %{LIBBIND}
 %exclude %{_libdir}/libbind.so
+%endif
 %{_libdir}/*so
 %{_includedir}/bind9
 %{_includedir}/dns

Comment 1 Jason Vas Dias 2006-07-24 15:57:29 UTC
Sorry about that. Now fixed with bind-9.3.2-34.fc6.


Comment 2 Robert Scheck 2006-08-02 18:39:20 UTC
Works, thank you. Closing now...