Updating link to change in openSUSE:Factory/bind revision 46.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=85136d9e75b817aec198006beb045e7f
This commit is contained in:
committed by
Git OBS Bridge
parent
8e492a2c84
commit
bf771fc6d8
12
bind.spec
12
bind.spec
@@ -25,7 +25,7 @@ BuildRequires: openldap2-devel
|
||||
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.7.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Provides: dns_daemon bind8 bind9
|
||||
@@ -43,6 +43,7 @@ Patch: configure.in.diff
|
||||
Patch1: Makefile.in.diff
|
||||
Patch2: pid-path.diff
|
||||
Patch4: perl-path.diff
|
||||
Patch5: tmpfs.patch
|
||||
Patch51: pie_compile.diff
|
||||
Patch52: named-bootconf.diff
|
||||
Patch60: dlz-dollarvar.patch
|
||||
@@ -210,13 +211,14 @@ Authors:
|
||||
|
||||
%prep
|
||||
[ "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}" != "/" -a -d "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}" ] && rm -rf "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}"
|
||||
%setup -n %{pkg_name}-%{pkg_vers}
|
||||
%setup -q -n %{pkg_name}-%{pkg_vers}
|
||||
#%setup -n %{pkg_name}-%{version} -T -D -a1 -a50
|
||||
%setup -n %{pkg_name}-%{pkg_vers} -T -D -a1
|
||||
%setup -q -n %{pkg_name}-%{pkg_vers} -T -D -a1
|
||||
%patch -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p0
|
||||
%patch4 -p1
|
||||
%patch5 -p0
|
||||
#%patch50
|
||||
%if 0%{?suse_version} >= 1000
|
||||
%patch51
|
||||
@@ -565,7 +567,7 @@ fi;
|
||||
%insserv_cleanup
|
||||
|
||||
%post utils
|
||||
%run_ldconfig
|
||||
/sbin/ldconfig
|
||||
# Create a key if lwresd is installed.
|
||||
if [ -x usr/sbin/lwresd -a ! -f etc/rndc.key ]; then
|
||||
usr/sbin/rndc-confgen -a -b 512 -r dev/urandom
|
||||
@@ -635,7 +637,7 @@ fi
|
||||
%attr(0666, root, root) %dev(c, 1, 8) %{_var}/lib/named/dev/random
|
||||
%{_var}/lib/named/var/lib/named
|
||||
%{_var}/lib/named/var/log
|
||||
%{_var}/run/named
|
||||
%ghost %{_var}/run/named
|
||||
%{_var}/adm/fillup-templates/sysconfig.named-common
|
||||
%{_var}/adm/fillup-templates/sysconfig.syslog-named
|
||||
|
||||
|
Reference in New Issue
Block a user