This commit is contained in:
parent
9c161131f1
commit
a3bd10432a
@ -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
|
Tue May 15 12:19:20 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ Name: bind
|
|||||||
BuildRequires: openssl openssl-devel
|
BuildRequires: openssl openssl-devel
|
||||||
Summary: Domain Name System (DNS) Server (named)
|
Summary: Domain Name System (DNS) Server (named)
|
||||||
Version: 9.4.1
|
Version: 9.4.1
|
||||||
Release: 3
|
Release: 5
|
||||||
%define SDB_LDAP_VERSION 1.0-beta
|
%define SDB_LDAP_VERSION 1.0-beta
|
||||||
License: BSD License and BSD-like, X11/MIT
|
License: BSD License and BSD-like, X11/MIT
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: Productivity/Networking/DNS/Servers
|
||||||
@ -542,6 +542,10 @@ if [ -x usr/sbin/lwresd -a ! -f etc/rndc.key ]; then
|
|||||||
fi
|
fi
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
%post libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(0644,root,named) %config(noreplace) /%{_sysconfdir}/named.conf
|
%attr(0644,root,named) %config(noreplace) /%{_sysconfdir}/named.conf
|
||||||
@ -672,6 +676,8 @@ fi
|
|||||||
%doc %{_mandir}/man5/idnrc.5.gz
|
%doc %{_mandir}/man5/idnrc.5.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 26 2007 - ro@suse.de
|
||||||
|
- added ldconfig to postinstall script for bind-libs
|
||||||
* Tue May 15 2007 - ug@suse.de
|
* Tue May 15 2007 - ug@suse.de
|
||||||
- added apparmor profile
|
- added apparmor profile
|
||||||
* Wed May 02 2007 - ug@suse.de
|
* Wed May 02 2007 - ug@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user