|
@@ -13,7 +13,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
|
|
@@ -30,7 +30,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: openssl-devel glibc-devel libtool
|
|
|
Requires: %{pname}-libs = %{bind_epoch}:%{version}-%{release}
|
|
|
Requires(pre): shadow-utils
|
|
|
-Requires(post): %{pname}-utils = %{version}-%{release}
|
|
|
+Requires(post): %{pname}-utils = %{bind_epoch}:%{version}-%{release}
|
|
|
Requires(post): coreutils, chkconfig
|
|
|
Requires(preun): initscripts, chkconfig
|
|
|
Requires(triggerpostun): chkconfig
|
|
@@ -277,6 +277,9 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
|
|
|
%{_bindir}/isc-config.sh
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Oct 24 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.7.2P2-2
|
|
|
+- fix Req: in bind package
|
|
|
+
|
|
|
* Wed Oct 20 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.7.2P2-1
|
|
|
- change package name bind -> bind-current
|
|
|
- add epoch 1
|