SHA256
1
0
forked from pool/bind
OBS User unknown
2007-05-06 15:11:27 +00:00
committed by Git OBS Bridge
parent e51dc1b15d
commit 2769c77d07
4 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package bind (Version 9.4.0)
# spec file for package bind (Version 9.4.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,8 +15,8 @@ Name: bind
#BuildRequires: openldap2 openldap2-devel
BuildRequires: openssl openssl-devel
Summary: Domain Name System (DNS) Server (named)
Version: 9.4.0
Release: 7
Version: 9.4.1
Release: 1
%define SDB_LDAP_VERSION 1.0-beta
License: BSD License and BSD-like, X11/MIT
Group: Productivity/Networking/DNS/Servers
@@ -668,6 +668,10 @@ fi
%doc %{_mandir}/man5/idnrc.5.gz
%changelog
* Wed May 02 2007 - ug@suse.de
- version 9.4.1
- query_addsoa() was being called with a non zone db.
[RT #16834]
* Fri Mar 30 2007 - ug@suse.de
- libidnkitres.la moved to bind-libs for runidn
* Thu Mar 29 2007 - rguenther@suse.de