Accepting request 336332 from home:jengelh:branches:network
- Avoid double %setup, it confuses some versions of quilt. - Summary/description update OBS-URL: https://build.opensuse.org/request/show/336332 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=178
This commit is contained in:
parent
f17cebd7c5
commit
ee28860376
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 16:57:28 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Avoid double %setup, it confuses some versions of quilt.
|
||||||
|
- Summary/description update
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 13:15:51 UTC 2015 - meissner@suse.com
|
Tue Sep 22 13:15:51 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
10
bind.spec
10
bind.spec
@ -202,7 +202,7 @@ version of resolver functions (gethostbyname, getaddrinfo, etc.)
|
|||||||
which implement features for handling internationalized domain names.
|
which implement features for handling internationalized domain names.
|
||||||
|
|
||||||
%package -n libirs141
|
%package -n libirs141
|
||||||
Summary: The "IRS" (Information Retrieval System) library
|
Summary: The BIND Information Retrieval System library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: %rpm_vers
|
Version: %rpm_vers
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -262,7 +262,7 @@ Version: %rpm_vers
|
|||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%description -n libisccfg140
|
%description -n libisccfg140
|
||||||
This BIND library contains the configuration file parser
|
This BIND library contains the configuration file parser.
|
||||||
|
|
||||||
%package -n liblwres141
|
%package -n liblwres141
|
||||||
Summary: Lightweight Resolver API library
|
Summary: Lightweight Resolver API library
|
||||||
@ -361,14 +361,12 @@ Obsoletes: bind9-utils < %version
|
|||||||
Obsoletes: bindutil < %version
|
Obsoletes: bindutil < %version
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
This package includes the utilities host, dig, and nslookup used to
|
This package includes the utilities "host", "dig", and "nslookup" used to
|
||||||
test and query the Domain Name System (DNS). The Berkeley Internet
|
test and query the Domain Name System (DNS). The Berkeley Internet
|
||||||
Name Domain (BIND) DNS server is found in the package named bind.
|
Name Domain (BIND) DNS server is found in the package named bind.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{pkg_vers}
|
%setup -q -n %{pkg_name}-%{pkg_vers} -a1
|
||||||
#%setup -n %{pkg_name}-%{version} -T -D -a1 -a50
|
|
||||||
%setup -q -n %{pkg_name}-%{pkg_vers} -T -D -a1
|
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch4 -p0
|
%patch4 -p0
|
||||||
|
Loading…
Reference in New Issue
Block a user