rpms/nsd/devel nsd.spec,1.1,1.2

Paul Howarth paul at city-fan.org
Tue Dec 13 13:55:50 UTC 2005


Paul Wouters (pwouters) wrote:
> Author: pwouters
> 
> Update of /cvs/extras/rpms/nsd/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12848
> 
> Modified Files:
> 	nsd.spec 
> Log Message:
> Added dependancies on openssl (I thought this was in the base system)
> and openssl-devel (should have been part of BuildRequires).
> 
> 
> 
> Index: nsd.spec
> ===================================================================
> RCS file: /cvs/extras/rpms/nsd/devel/nsd.spec,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- nsd.spec	13 Dec 2005 04:10:38 -0000	1.1
> +++ nsd.spec	13 Dec 2005 13:49:26 -0000	1.2
> @@ -1,7 +1,7 @@
>  Summary: NSD is a complete implementation of an authoritative DNS name server
>  Name: nsd
>  Version: 2.3.3
> -Release: 2%{?dist}
> +Release: 3%{?dist}
>  License: BSD-like
>  Url: http://open.nlnetlabs.nl/nsd/
>  Source: http://open.nlnetlabs.nl/downloads/nsd/%{name}-%{version}.tar.gz
> @@ -9,8 +9,8 @@
>  Patch0: nsd-2.3.3-checking.patch
>  Group: System Environment/Daemons
>  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
> -#Requires: 
> -BuildRequires: flex
> +Requires: openssl
> +BuildRequires: flex, openssl-devel

The Requires: openssl shouldn't be necessary as RPM's automatic library 
deps should handle that, if the package has been built against the 
openssl libs.

Paul.




More information about the fedora-extras-list mailing list