auto-import changelog data from bind-9.2.0-8.src.rpm
Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-8 - Merge 30+ bug fixes from 9.2.1rc1 code
This commit is contained in:
parent
a99a1dfada
commit
19ef0a57a8
@ -1,7 +1,7 @@
|
|||||||
Summary: A DNS (Domain Name System) server.
|
Summary: A DNS (Domain Name System) server.
|
||||||
Name: bind
|
Name: bind
|
||||||
Version: 9.2.0
|
Version: 9.2.0
|
||||||
Release: 7
|
Release: 8
|
||||||
License: BSD-like
|
License: BSD-like
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.bz2
|
Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.bz2
|
||||||
@ -12,6 +12,7 @@ Source4: named.logrotate
|
|||||||
Source5: keygen.c
|
Source5: keygen.c
|
||||||
Patch: bind-9.2.0rc3-varrun.patch
|
Patch: bind-9.2.0rc3-varrun.patch
|
||||||
Patch1: bind-9.2.0-key.patch
|
Patch1: bind-9.2.0-key.patch
|
||||||
|
Patch2: bind-9.2.0-fixes.patch
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -57,6 +58,7 @@ required for DNS (Domain Name System) development for BIND versions
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch -p1 -b .varrun
|
%patch -p1 -b .varrun
|
||||||
%patch1 -p1 -b .key
|
%patch1 -p1 -b .key
|
||||||
|
%patch2 -p1 -b .rc1stuff
|
||||||
|
|
||||||
%build
|
%build
|
||||||
LTVERSION=`libtool --version |awk '{ print $4 }' |sed -e "s/\.//;s/\..*//g"`
|
LTVERSION=`libtool --version |awk '{ print $4 }' |sed -e "s/\.//;s/\..*//g"`
|
||||||
@ -184,6 +186,9 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
|
|||||||
%{_bindir}/isc-config.sh
|
%{_bindir}/isc-config.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-8
|
||||||
|
- Merge 30+ bug fixes from 9.2.1rc1 code
|
||||||
|
|
||||||
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-7
|
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-7
|
||||||
- Don't exit if /etc/named.conf doesn't exist if we're running
|
- Don't exit if /etc/named.conf doesn't exist if we're running
|
||||||
chroot (#60868)
|
chroot (#60868)
|
||||||
|
Loading…
Reference in New Issue
Block a user