Accepting request 99589 from home:dimstar:branches:server:dns
- Add openssl-devel Requires to -devel package: dnssec.h includes ssl.h, which in turn is provided by openssl-devel. Without this Requires, depending packages need to be aware of underlying implementations of ldns. OBS-URL: https://build.opensuse.org/request/show/99589 OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=17
This commit is contained in:
parent
6710d2e496
commit
b1f1c6e7bb
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 10 11:21:38 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add openssl-devel Requires to -devel package: dnssec.h includes
|
||||||
|
ssl.h, which in turn is provided by openssl-devel. Without this
|
||||||
|
Requires, depending packages need to be aware of underlying
|
||||||
|
implementations of ldns.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 17 15:17:12 UTC 2011 - lnussel@suse.de
|
Mon Oct 17 15:17:12 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
12
ldns.spec
12
ldns.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ldns
|
# spec file for package ldns
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,12 +15,11 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: ldns
|
Name: ldns
|
||||||
Version: 1.6.11
|
Version: 1.6.11
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
License: BSD-3-Clause
|
|
||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -34,6 +33,8 @@ Url: http://www.nlnetlabs.nl/projects/ldns/
|
|||||||
Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
|
Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
|
||||||
#
|
#
|
||||||
Summary: A dns library
|
Summary: A dns library
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
||||||
@ -45,9 +46,9 @@ should be a lot faster than Perl.
|
|||||||
This package holds the tools/examples from ldns.
|
This package holds the tools/examples from ldns.
|
||||||
|
|
||||||
%package -n libldns1
|
%package -n libldns1
|
||||||
Group: Productivity/Networking/DNS/Servers
|
|
||||||
#
|
#
|
||||||
Summary: Tools from ldns
|
Summary: Tools from ldns
|
||||||
|
Group: Productivity/Networking/DNS/Servers
|
||||||
|
|
||||||
%description -n libldns1
|
%description -n libldns1
|
||||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
||||||
@ -59,8 +60,11 @@ should be a lot faster than Perl.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libldns1 = %{version}
|
Requires: libldns1 = %{version}
|
||||||
|
# Openssl-devel is needed as dnssec.h has a #include ssl.h statement.
|
||||||
|
Requires: openssl-devel
|
||||||
#
|
#
|
||||||
Summary: Development files for ldns
|
Summary: Development files for ldns
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
||||||
|
Loading…
x
Reference in New Issue
Block a user