This commit is contained in:
committed by
Git OBS Bridge
parent
3ab0aa4547
commit
691a93b067
10
bind.spec
10
bind.spec
@@ -16,7 +16,7 @@ Name: bind
|
||||
BuildRequires: openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.4.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
%define SDB_LDAP_VERSION 1.0-beta
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
@@ -280,7 +280,8 @@ mkdir -p \
|
||||
${RPM_BUILD_ROOT}/var/lib/named/{etc/named.d,dev,dyn,log,master,slave,var/{lib,run/named}} \
|
||||
${RPM_BUILD_ROOT}%{_mandir}/{man1,man3,man5,man8} \
|
||||
${RPM_BUILD_ROOT}/var/adm/fillup-templates \
|
||||
${RPM_BUILD_ROOT}/var/run
|
||||
${RPM_BUILD_ROOT}/var/run \
|
||||
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||
%{__make} DESTDIR=${RPM_BUILD_ROOT} install
|
||||
pushd contrib/idn/idnkit-1.0-src
|
||||
%{__make} DESTDIR=${RPM_BUILD_ROOT} install
|
||||
@@ -311,6 +312,7 @@ ln -s ../lib/named/var/run/named ${RPM_BUILD_ROOT}/var/run
|
||||
for file in named-common named-named syslog-named; do
|
||||
install -m 0644 vendor-files/sysconfig/${file} ${RPM_BUILD_ROOT}/var/adm/fillup-templates/sysconfig.${file}
|
||||
done
|
||||
install -m 644 vendor-files/sysconfig/SuSEFirewall.named %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/bind
|
||||
# Cleanup doc
|
||||
rm doc/misc/Makefile*
|
||||
# Remove samples
|
||||
@@ -569,6 +571,7 @@ fi
|
||||
%config %{_var}/lib/named/localhost.zone
|
||||
%ghost %{_var}/lib/named/etc/localtime
|
||||
%attr(0644,root,named) %ghost %{_var}/lib/named/etc/named.conf.include
|
||||
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/bind
|
||||
|
||||
%files chrootenv
|
||||
%defattr(-,root,root)
|
||||
@@ -652,6 +655,9 @@ fi
|
||||
%doc %{_mandir}/man5/idnrc.5.gz
|
||||
|
||||
%changelog
|
||||
* Mon Mar 05 2007 - ug@suse.de
|
||||
- SuSEFirewall service file added (#246920)
|
||||
fate #300687
|
||||
* Tue Feb 27 2007 - ug@suse.de
|
||||
- version 9.3.4 to 9.4.0
|
||||
- too many changes to list them all here. Please see
|
||||
|
||||
Reference in New Issue
Block a user