summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjvdias <jvdias@fedoraproject.org>2006-07-24 15:52:39 +0000
committerjvdias <jvdias@fedoraproject.org>2006-07-24 15:52:39 +0000
commit344c0744cd26f84c124cf845d3e03d050a8bc3f7 (patch)
treeaaa7ac9a72ac2bb724457386bc7557bbf3b03c44
parent83e50b77ddd844b42368bf59effa52f0b72e90a0 (diff)
downloadbind-9_3_2-34_fc6.tar.gz
bind-9_3_2-34_fc6.tar.xz
bind-9_3_2-34_fc6.zip
fix bug 199876bind-9_3_2-34_fc6
-rw-r--r--bind.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index d3e0ad4..edc7c5f 100644
--- a/bind.spec
+++ b/bind.spec
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.3.2
-Release: 33%{?dist}
+Release: 34%{?dist}
Epoch: 30
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -610,7 +610,9 @@ chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib*so.*
%{_libdir}/libisccc.a
%{_libdir}/libisccfg.a
%{_libdir}/liblwres.a
+%if %{LIBBIND}
%exclude %{_libdir}/libbind.so
+%endif
%{_libdir}/*so
%{_includedir}/bind9
%{_includedir}/dns
@@ -845,6 +847,9 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Mon Jul 24 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-34
+- fix bug 199876: make '%exclude libbbind.*' conditional on %{LIBBIND}
+
* Mon Jul 24 2006 Florian La Roche <laroche@redhat.com> - 30:9.3.2-33
- fix #195881, perms are not packaged correctly