This commit is contained in:
parent
992e37fde7
commit
325b61fe32
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d78ea39b30f10d33440cc358603e5af43223483553f9cc5cf800436af8b71b9
|
||||
size 6618579
|
3
bind-9.6.1.tar.gz
Normal file
3
bind-9.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58968b601ebb66be73c32d69111afd6dd17f087e1bff12030f0dc2dada76d7cf
|
||||
size 6724683
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:13:40 CEST 2009 - ug@suse.de
|
||||
|
||||
- around 50 bugfixes against 9.6.0p1
|
||||
See changelog for details
|
||||
- version 9.6.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:27:57 CEST 2009 - ug@suse.de
|
||||
|
||||
|
27
bind.spec
27
bind.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bind (Version 9.6.0P1)
|
||||
# spec file for package bind (Version 9.6.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,14 +20,14 @@
|
||||
|
||||
Name: bind
|
||||
%define pkg_name bind
|
||||
%define pkg_vers 9.6.0P1
|
||||
%define pkg_vers 9.6.1
|
||||
#BuildRequires: openldap2 openldap2-devel
|
||||
BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.6.0P1
|
||||
Release: 4
|
||||
Version: 9.6.1
|
||||
Release: 1
|
||||
%define SDB_LDAP_VERSION 1.0-beta
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Provides: dns_daemon bind8 bind9
|
||||
Obsoletes: bind8 bind9
|
||||
@ -82,7 +82,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package chrootenv
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
Summary: Chroot environment for BIND named and lwresd
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
|
||||
@ -99,7 +99,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package devel
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
Summary: Development Libraries and Header Files of BIND
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-libs = %{version}
|
||||
@ -124,7 +124,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package doc
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
Summary: BIND documentation
|
||||
Group: Documentation/Other
|
||||
|
||||
@ -140,7 +140,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package libs
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
Summary: Shared libraries of BIND
|
||||
Group: Development/Libraries/C and C++
|
||||
# bug437293
|
||||
@ -161,7 +161,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package lwresd
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
Summary: Lightweight Resolver Daemon
|
||||
Group: Productivity/Networking/DNS/Utilities
|
||||
Requires: %{name}-chrootenv
|
||||
@ -183,7 +183,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package utils
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
Summary: Utilities to query and test DNS
|
||||
Group: Productivity/Networking/DNS/Utilities
|
||||
Provides: dns_utils bindutil bind9-utils
|
||||
@ -694,6 +694,7 @@ fi
|
||||
%doc %{_mandir}/man1/dig.1.gz
|
||||
%doc %{_mandir}/man1/host.1.gz
|
||||
%doc %{_mandir}/man1/nslookup.1.gz
|
||||
%doc %{_mandir}/man1/isc-config.sh.1.gz
|
||||
%doc %{_mandir}/man5/rndc.conf.5.gz
|
||||
%doc %{_mandir}/man1/nsupdate.1.gz
|
||||
%doc %{_mandir}/man8/rndc-confgen.8.gz
|
||||
@ -706,6 +707,10 @@ fi
|
||||
%doc %{_mandir}/man5/idnrc.5.gz
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2009 ug@suse.de
|
||||
- around 50 bugfixes against 9.6.0p1
|
||||
See changelog for details
|
||||
- version 9.6.1
|
||||
* Thu Apr 09 2009 ug@suse.de
|
||||
- not all include files were copied into chroot (bnc#466800)
|
||||
* Tue Mar 03 2009 ug@suse.de
|
||||
|
@ -1,14 +1,5 @@
|
||||
--- bind-9.2.3/configure.in
|
||||
+++ bind-9.2.3/configure.in 2004-06-20 08:17:09
|
||||
@@ -24,7 +24,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
AC_PROG_MAKE_SET
|
||||
-AC_PROG_RANLIB
|
||||
+AC_PROG_LIBTOOL
|
||||
AC_PROG_INSTALL
|
||||
|
||||
AC_SUBST(STD_CINCLUDES)
|
||||
@@ -1636,7 +1636,7 @@
|
||||
# empty). The variable VARIABLE will be substituted into output files.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user