Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 171334

Summary: Review Request: nsd - Fast and lean authoritative DNS Name Server
Product: [Fedora] Fedora Reporter: Paul Wouters <paul>
Component: Package ReviewAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED NEXTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-extras-list, pwouters, volker27
Target Milestone: ---Flags: gwync: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://www.nlnetlabs.nl/nsd/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-30 02:23:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 163779    
Attachments:
Description Flags
updated spec file none

Description Paul Wouters 2005-10-20 21:11:18 UTC
Spec Name or Url: ftp://ftp.xelerance.com/nsd/binaries/fedora/4/nsd.spec
SRPM Name or Url: ftp://ftp.xelerance.com/nsd/binaries/fedora/4/nsd-2.3.1-1.src.rpm
Description: NSD is a complete implementation of an authoritative DNS name server.
For further information about what NSD is and what NSD is not please
consult the REQUIREMENTS document which is a part of this distribution
(thanks to Olaf). nsd supports DNSSEC

Comment 1 Paul Wouters 2005-12-05 18:06:31 UTC
nsd 2.3.2 was released today. I've upgraded the rpms and spec files.
- upgraded to 2.3.2
- no longer run chkconfig upon install in the spec file (FE policy)
- change nsd.init to not run on install (FE policy)

ftp://ftp.xelerance.com/nsd/binaries/fedora/4/nsd.spec
ftp://ftp.xelerance.com/nsd/binaries/fedora/4/nsd-2.3.2-1.src.rpm

binaries for fc3 (intel) and fc4 (intel, x86_64) are available as yum repository
at ftp://ftp.xelerance.com/nsd/binaries/fedora

Comment 2 Tom "spot" Callaway 2005-12-11 22:52:34 UTC
There were some minor changes I made to your spec:

- used a %{?dist} tag (not mandatory, but good practice, IMHO)
- corrected Source path
(http://open.nlnetlabs.nl/downloads/nsd/%{name}-%{version}.tar.gz)
- moved rm -rf %{buildroot} from %prep to %install
- owned %dir %{_sysconfdir}/nsd/
- %{_mandir}/*/* doesn't need to be %doc, anything in %{_mandir} is %doc
automagically.

I'm going to attach the revised spec, I did the review off that spec file. Also,
note that 2.3.3 is out. You might want to update to that rev before committing.

Good:

- rpmlint checks return:
E: nsd non-executable-script /etc/nsd/nsdc.conf 0644
E: nsd postin-without-chkconfig /etc/rc.d/init.d/nsd

The nsdc.conf file has #!/bin/sh as its first line, but it's not a script (or
rather, its a shell script that does nothing but define variables). Safe to
ignore. The postin-without-chkconfig is also safe to ignore.

- package meets naming guidelines
- package meets packaging guidelines
- license (BSD-like) OK, text in %doc, matches source
- spec file legible, in am. english
- source matches upstream
- package compiles on devel (x86)
- no missing BR
- no unnecessary BR
- no locales
- not relocatable
- owns all directories that it creates
- no duplicate files
- permissions ok
- %clean ok
- macro use consistent
- code, not content
- no need for -docs
- nothing in %doc affects runtime
- no need for .desktop file 

APPROVED (assuming that you use my spec file changes).

Comment 3 Tom "spot" Callaway 2005-12-11 22:54:01 UTC
Created attachment 122112 [details]
updated spec file

Comment 4 Paul Wouters 2005-12-13 01:06:35 UTC
I have incorporated your spec file changes.
nsd-2.3.2 and 2.3.3 fail to start properly when compiled with --enable-checking

I have a patch from the developers, but that still did not fix the issue. I left
their patch in but left out --enable-checking for now. In that configuration,
the nsd rpm is stable (and we're running it on our primary nameserver)

I've updated the rpm and spec file, and will commmit to FE when the access has
been created.

ftp://ftp.xelerance.com/nsd/binaries/fedora/4/SRPMS/nsd.spec
ftp://ftp.xelerance.com/nsd/binaries/fedora/4/SRPMS/nsd-2.3.3-2.src.rpm

Thanks!

Paul

Comment 5 Paul Wouters 2014-07-28 18:52:27 UTC
Package Change Request
======================
Package Name: nsd
New Branches: epel7
Owners: pwouters

Comment 6 Gwyn Ciesla 2014-07-28 19:13:40 UTC
Git done (by process-git-requests).