diff options
| author | jvdias <jvdias@fedoraproject.org> | 2006-07-19 18:46:43 +0000 |
|---|---|---|
| committer | jvdias <jvdias@fedoraproject.org> | 2006-07-19 18:46:43 +0000 |
| commit | cfaa2d5519d60905b5aa06db1d8e94d76b3dd1ac (patch) | |
| tree | 718f030e370f07122b0a7cecc27e282de420f615 /bind.spec | |
| parent | 04c980a93c3201f91ac9e6b4daee51a4b6d168c2 (diff) | |
fix bug 196398; fix namedGetForwarders for new dbus
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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: 28.FC6 +Release: 30%{?dist} Epoch: 30 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-root @@ -519,7 +519,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.112 2006/07/19 13:51:38 mclasen Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.113 2006/07/19 18:46:43 jvdias Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: @@ -609,6 +609,7 @@ exit 0 %{_libdir}/libisccc.a %{_libdir}/libisccfg.a %{_libdir}/liblwres.a +%exclude %{_libdir}/libbind.so %{_libdir}/*so %{_includedir}/bind9 %{_includedir}/dns @@ -675,6 +676,7 @@ exit 0 %{_libdir}/libbind.so* %defattr(0644,root,root,0755) %{_libdir}/libbind.a +%{_libdir}/libbind.so %{_libdir}/pkgconfig/libbind.pc %{_includedir}/bind %{_mandir}/man3/libbind-* @@ -843,6 +845,11 @@ rm -rf ${RPM_BUILD_ROOT} :; %changelog +* Wed Jul 19 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-30 +- fix bug 196398 - Enable -D option automatically in initscript + if NetworkManager enabled in any runlevel. +- fix namedGetForwarders for new dbus + * Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 30:9.3.2-28.FC6 - Rebuild against new dbus |
