Install isc/stat.h
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
d6323c1def
commit
7d40dc1da5
@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.9.2
|
Version: 9.9.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -72,6 +72,7 @@ Patch125:bind99-buildfix.patch
|
|||||||
Patch127:bind99-forward.patch
|
Patch127:bind99-forward.patch
|
||||||
Patch130:bind-9.9.1-P2-dlz-libdb4.patch
|
Patch130:bind-9.9.1-P2-dlz-libdb4.patch
|
||||||
Patch131:bind-9.9.1-P2-multlib-conflict.patch
|
Patch131:bind-9.9.1-P2-multlib-conflict.patch
|
||||||
|
Patch132:bind99-stat.patch
|
||||||
|
|
||||||
# SDB patches
|
# SDB patches
|
||||||
Patch11: bind-9.3.2b2-sdbsrc.patch
|
Patch11: bind-9.3.2b2-sdbsrc.patch
|
||||||
@ -302,6 +303,7 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools
|
|||||||
%if %{SDB}
|
%if %{SDB}
|
||||||
%patch62 -p1 -b .sdb-sqlite-bld
|
%patch62 -p1 -b .sdb-sqlite-bld
|
||||||
%endif
|
%endif
|
||||||
|
%patch132 -p1 -b .stat
|
||||||
|
|
||||||
# Sparc and s390 arches need to use -fPIE
|
# Sparc and s390 arches need to use -fPIE
|
||||||
%ifarch sparcv9 sparc64 s390 s390x
|
%ifarch sparcv9 sparc64 s390 s390x
|
||||||
@ -752,6 +754,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 32:9.9.2-2
|
||||||
|
- install isc/stat.h
|
||||||
|
|
||||||
* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 32:9.9.2-1
|
* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 32:9.9.2-1
|
||||||
- update to 9.9.2
|
- update to 9.9.2
|
||||||
- bind97-rh714049.patch has been dropped
|
- bind97-rh714049.patch has been dropped
|
||||||
|
12
bind99-stat.patch
Normal file
12
bind99-stat.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up bind-9.9.2/lib/isc/unix/include/isc/Makefile.in.stat bind-9.9.2/lib/isc/unix/include/isc/Makefile.in
|
||||||
|
--- bind-9.9.2/lib/isc/unix/include/isc/Makefile.in.stat 2012-10-11 15:52:08.597838751 +0200
|
||||||
|
+++ bind-9.9.2/lib/isc/unix/include/isc/Makefile.in 2012-10-11 15:52:16.339836619 +0200
|
||||||
|
@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
|
@BIND9_VERSION@
|
||||||
|
|
||||||
|
-HEADERS = dir.h int.h net.h netdb.h offset.h stdtime.h \
|
||||||
|
+HEADERS = dir.h int.h net.h netdb.h offset.h stat.h stdtime.h \
|
||||||
|
syslog.h time.h
|
||||||
|
|
||||||
|
SUBDIRS =
|
Loading…
Reference in New Issue
Block a user