diff --git a/ypbind.spec b/ypbind.spec index a35b6a0666270eea2892ff416ed1ff12af0e4cb0..2543cd43183a93439c894af72b68546885e0b98b 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,7 +1,7 @@ Name: ypbind Epoch: 3 Version: 2.7.2 -Release: 1 +Release: 2 Summary: NIS binding software License: GPLv2 URL: http://www.linux-nis.org/nis/ypbind-mt/index.html @@ -22,9 +22,21 @@ Requires(postun): systemd Requires: rpcbind nss_nis yp-tools >= 4.2.2-2 %description -This package helps create and maintain a binding to a YP server. -It can finds the server for a YP domain and stores the information -about it. +The Network Information Service (NIS) is a system that provides +network information (login names, passwords, home directories, group +information) to all of the machines on a network. NIS can allow users +to log in on any machine on the network, as long as the machine has +the NIS client programs running and the user's password is recorded in +the NIS passwd database. NIS was formerly known as Sun Yellow Pages +(YP). + +This package provides the ypbind daemon. The ypbind daemon binds NIS +clients to an NIS domain. Ypbind must be running on any machines +running NIS client programs. + +Install the ypbind package on any machines running NIS client programs +(included in the yp-tools package). If you need an NIS server, you +also need to install the ypserv package to a machine on your network. %package help Summary: Doc files for ypbind @@ -82,6 +94,12 @@ install -m 644 etc/yp.conf %{buildroot}/%{_sysconfdir}/yp.conf %{_mandir}/*/* %changelog +* Sat Oct 22 2022 gaihuiying - 3:2.7.2-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify description about ypbind + * Tue Jul 28 2020 lunankun - 2.7.2-1 - Type:update - ID:NA