This commit is contained in:
parent
0bb114ffee
commit
e51dc1b15d
17
bind.changes
17
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
|
||||
|
||||
|
17
bind.spec
17
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.
|
||||
|
Loading…
Reference in New Issue
Block a user