From a3bd10432a8c2fae044e5fedd25fb0e616b8663b3527df047c939f79699bc3f3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 26 May 2007 22:10:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=11 --- bind.changes | 5 +++++ bind.spec | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bind.changes b/bind.changes index 77c721c..9f0c59f 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 26 23:43:35 CEST 2007 - ro@suse.de + +- added ldconfig to postinstall script for bind-libs + ------------------------------------------------------------------- Tue May 15 12:19:20 CEST 2007 - ug@suse.de diff --git a/bind.spec b/bind.spec index 17c056f..ae3dd73 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.1 -Release: 3 +Release: 5 %define SDB_LDAP_VERSION 1.0-beta License: BSD License and BSD-like, X11/MIT Group: Productivity/Networking/DNS/Servers @@ -542,6 +542,10 @@ if [ -x usr/sbin/lwresd -a ! -f etc/rndc.key ]; then fi # --------------------------------------------------------------------------- +%post libs -p /sbin/ldconfig + +%postun libs -p /sbin/ldconfig + %files %defattr(-,root,root) %attr(0644,root,named) %config(noreplace) /%{_sysconfdir}/named.conf @@ -672,6 +676,8 @@ fi %doc %{_mandir}/man5/idnrc.5.gz %changelog +* Sat May 26 2007 - ro@suse.de +- added ldconfig to postinstall script for bind-libs * Tue May 15 2007 - ug@suse.de - added apparmor profile * Wed May 02 2007 - ug@suse.de