OBS User unknown 2007-05-26 22:10:23 +00:00 committed by Git OBS Bridge
parent 9c161131f1
commit a3bd10432a
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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