From 18f1a824afa2ce4db96f6ad28192fe40a543229e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Thu, 24 Nov 2011 09:15:28 +0100 Subject: [PATCH] Fixed empty domain handling in ypinit script Resolves: #751427 --- ypserv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ypserv.spec b/ypserv.spec index 3c79cbe..5464d82 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -2,7 +2,7 @@ Summary: The NIS (Network Information Service) server Url: http://www.linux-nis.org/nis/ypserv/index.html Name: ypserv Version: 2.26 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2 @@ -156,6 +156,10 @@ exit 0 %{_includedir}/*/* %changelog +* Thu Nov 24 2011 Honza Horak - 2.26-7 +- Fixed empty domain handling in ypinit script + Resolves: #751427 + * Mon Oct 10 2011 Honza Horak - 2.26-6 - Made error messages in yppasswdd more accurate Resolves: #695754