Browse Source

add BR: libxml2-devel, libcal-devel

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3837 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
03330e8e3c
1 changed files with 6 additions and 1 deletions
  1. 6 1
      b/bind-current/bind-current-vl.spec

+ 6 - 1
b/bind-current/bind-current-vl.spec

@@ -14,7 +14,7 @@ Summary: A DNS (Domain Name System) server.
 Summary(ja): DNS (Domain Name System) サーバ
 Name: %{pname}
 Version: %{pversion}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Epoch: %{bind_epoch}
 License: distributable
 Group: System Environment/Daemons
@@ -29,6 +29,8 @@ Patch1: bind-9.3.3rc2-rndckey.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: openssl-devel glibc-devel libtool
+BuildRequires: libxml2-devel
+BuildRequires: libcap-devel
 Requires: %{pname}-libs = %{bind_epoch}:%{version}-%{release}
 Requires(pre): shadow-utils
 Requires(post): %{pname}-utils = %{bind_epoch}:%{version}-%{release}
@@ -280,6 +282,9 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
 %{_bindir}/isc-config.sh
 
 %changelog
+* Tue May 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.8.0p1-2
+- add BuildRequires: libxml2-devel, libcap-devel
+
 * Mon May  9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.8.0p1-1
 - new upstream release with security fix (CVE-2011-1907)
 - fix changelog typo