From 6e17bd10dbc424a25ec83a642f2e79531290325d Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 22 Dec 2006 17:16:29 +0000 Subject: [PATCH] - Made ypserver less verbose on common errors (bz #199236) - Don't allow a make for empty domainname's or domainname's set to (none) (bz #197646) --- ypserv.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ypserv.spec b/ypserv.spec index fa94a16..99800fa 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -4,7 +4,7 @@ Summary: The NIS (Network Information Service) server. Url: http://www.linux-nis.org/nis/ypserv/index.html Name: ypserv Version: 2.19 -Release: 3 +Release: 4%{?dist} License: GPL Group: System Environment/Daemons Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2 @@ -21,6 +21,8 @@ Patch4: ypserv-2.11-iface-binding3.patch Patch6: ypserv-2.13-yplib-memleak.patch Patch7: ypserv-2.13-ypxfr-zeroresp.patch Patch8: ypserv-2.19-inval-ports.patch +Patch9: ypserv-2.13-nonedomain.patch +Patch10: ypserv-2.19-quieter.patch Obsoletes: yppasswd BuildRequires: gdbm-devel Buildroot: %{_tmppath}/%{name}-root @@ -136,6 +138,11 @@ exit 0 %{_includedir}/*/* %changelog +* Fri Dec 22 2006 Steve Dickson - 2.19-4 +- Made ypserver less verbose on common errors (bz #199236) +- Don't allow a make for empty domainname's or domainname's set to (none) + (bz #197646) + * Wed Sep 13 2006 Steve Dickson - 2.19-3 - Added range checks to port values given on command line (bz 205354)