From e51dc1b15ddae28654f2ae2e1ec785e42334e18b33f3ef5bb534064b4102f321 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 30 Mar 2007 14:26:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=8 --- bind.changes | 17 +++++++++++------ bind.spec | 17 ++++++++++++++--- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/bind.changes b/bind.changes index 362eb1d..72b2904 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 30 12:51:52 CEST 2007 - ug@suse.de + +- libidnkitres.la moved to bind-libs for runidn + ------------------------------------------------------------------- Thu Mar 29 12:06:57 CEST 2007 - rguenther@suse.de @@ -432,6 +437,12 @@ Thu Aug 21 16:46:12 CEST 2003 - lmuelle@suse.de - document new features in the README.{SuSE,UnitedLinux} - fix bug #28585 +------------------------------------------------------------------- +Mon May 26 15:52:42 CEST 2003 - lmuelle@suse.de + +- add -u to copy in prepare_chroot() of the init script, #25687 +- fix output format in init script + ------------------------------------------------------------------- Fri Apr 11 15:01:00 CEST 2003 - mludvig@suse.cz @@ -439,12 +450,6 @@ Fri Apr 11 15:01:00 CEST 2003 - mludvig@suse.cz - Differentiate between 6bone (3ffe::/16, .ip6.int) and other addresses (!3ffe::/16, ip6.arpa). -------------------------------------------------------------------- -Mon May 26 15:52:42 CEST 2003 - lmuelle@suse.de - -- add -u to copy in prepare_chroot() of the init script, #25687 -- fix output format in init script - ------------------------------------------------------------------- Wed Mar 12 13:58:35 CET 2003 - lmuelle@suse.de diff --git a/bind.spec b/bind.spec index 3cd9fc0..a8576f2 100644 --- a/bind.spec +++ b/bind.spec @@ -16,7 +16,7 @@ Name: bind BuildRequires: openssl openssl-devel Summary: Domain Name System (DNS) Server (named) Version: 9.4.0 -Release: 6 +Release: 7 %define SDB_LDAP_VERSION 1.0-beta License: BSD License and BSD-like, X11/MIT Group: Productivity/Networking/DNS/Servers @@ -543,7 +543,7 @@ fi %files %defattr(-,root,root) %attr(0644,root,named) %config(noreplace) /%{_sysconfdir}/named.conf -%{_sysconfdir}/slp.reg.d +%dir %{_sysconfdir}/slp.reg.d %attr(0644,root,root) /%{_sysconfdir}/slp.reg.d/bind.reg %attr(0644,root,named) %ghost /%{_sysconfdir}/named.conf.include %attr(0640,root,named) %ghost %config(noreplace) /%{_sysconfdir}/rndc.key @@ -602,7 +602,15 @@ fi %{_bindir}/isc-config.sh %{_libdir}/*.a %{_libdir}/*.so -%{_libdir}/*.la +%{_libdir}/libbind.la +%{_libdir}/libbind9.la +%{_libdir}/libdns.la +%{_libdir}/libidnkit.la +%{_libdir}/libidnkitlite.la +%{_libdir}/libisc.la +%{_libdir}/libisccc.la +%{_libdir}/libisccfg.la +%{_libdir}/liblwres.la %{_includedir}/bind %doc %{_mandir}/man3/* @@ -614,6 +622,7 @@ fi %files libs %defattr(-,root,root) %{_libdir}/*.so.* +%{_libdir}/libidnkitres.la %files lwresd %defattr(-,root,root) @@ -659,6 +668,8 @@ fi %doc %{_mandir}/man5/idnrc.5.gz %changelog +* Fri Mar 30 2007 - ug@suse.de +- libidnkitres.la moved to bind-libs for runidn * Thu Mar 29 2007 - rguenther@suse.de - Package .la files in -devel subpackage. - Do not package useless .la files.