Made error messages in yppasswdd more accurate

Resolves: #695754
This commit is contained in:
Honza Horák 2011-10-10 13:40:51 +02:00
parent aa8262494c
commit 2a5da82719
1 changed files with 7 additions and 1 deletions

View File

@ -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: 5%{?dist}
Release: 6%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
@ -29,6 +29,7 @@ Patch9: ypserv-2.25-systemd.patch
Patch10: ypserv-2.25-portmanfix.patch
Patch11: ypserv-2.26-request.patch
Patch12: ypserv-2.26-shadow.patch
Patch13: ypserv-2.26-errmsg.patch
BuildRequires: gdbm-devel
BuildRequires: systemd-units
@ -63,6 +64,7 @@ machines.
%patch10 -p1 -b .portmanfix
%patch11 -p1 -b .request
%patch12 -p1 -b .shadow
%patch13 -p1 -b .errmsg
%build
cp etc/README etc/README.etc
@ -154,6 +156,10 @@ exit 0
%{_includedir}/*/*
%changelog
* Mon Oct 10 2011 Honza Horak <hhorak@redhat.com> - 2.26-6
- Made error messages in yppasswdd more accurate
Resolves: #695754
* Fri Sep 30 2011 Honza Horak <hhorak@redhat.com> - 2.26-5
- Rebuild with new gdbm-1.9.1