summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjvdias <jvdias@fedoraproject.org>2006-01-16 23:34:34 +0000
committerjvdias <jvdias@fedoraproject.org>2006-01-16 23:34:34 +0000
commite45fb2265a30411bb358354c568bc598ff0434f1 (patch)
treefab41cde0ffde3422af0f1f2fdbadefde71afd1a
parent7b6b8fb9dcc3f20a292142d9fc25d0cd2b1f3640 (diff)
downloadbind-e45fb2265a30411bb358354c568bc598ff0434f1.tar.gz
bind-e45fb2265a30411bb358354c568bc598ff0434f1.tar.xz
bind-e45fb2265a30411bb358354c568bc598ff0434f1.zip
fix bug 177854bind-9_3_2-2
-rw-r--r--bind.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 334b39b..e25e85a 100644
--- a/bind.spec
+++ b/bind.spec
@@ -9,7 +9,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serve
Name: bind
License: BSD-like
Version: 9.3.2
-Release: 1
+Release: 2
Epoch: 30
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -62,6 +62,7 @@ Patch25: bind-9.3.1-fix_no_dbus_daemon.patch
Patch26: bind-9.3.1-flush-cache.patch
Patch27: bind-9.3.1-dbus_restart.patch
Patch28: bind-9.3.2rc1-dbus-0.6.patch
+Patch29: bind-9.3.2-bz177854.patch
Requires(pre,preun): shadow-utils
Requires(post,preun): chkconfig
Requires(post): textutils, fileutils, sed, grep
@@ -242,6 +243,7 @@ cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools
%patch26 -p1 -b .flush_cache
%patch27 -p1 -b .dbus_restart
%patch28 -p1 -b .dbus-0.6
+%patch29 -p1 -b .bz177854
#
# this must follow all dbus patches:
%if %{WITH_DBUS}
@@ -750,6 +752,10 @@ fi;
:;
%changelog
+* Mon Jan 16 2006 Jason Vas Dias <jvdias@redhat.com> - 30.9.3.2-2
+- fix bug 177854: temporary fix for broken kernel-2.6.15-1854+
+ /proc/net/if_inet6 format
+
* Wed Dec 21 2005 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-1
- Upgrade to 9.3.2, released today