modify description about ypbind
Signed-off-by: eaglegai <eaglegai@163.com>
This commit is contained in:
parent
fc69a1c5fe
commit
f59cc33cb7
26
ypbind.spec
26
ypbind.spec
@ -1,7 +1,7 @@
|
|||||||
Name: ypbind
|
Name: ypbind
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 2.7.2
|
Version: 2.7.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: NIS binding software
|
Summary: NIS binding software
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.linux-nis.org/nis/ypbind-mt/index.html
|
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
|
Requires: rpcbind nss_nis yp-tools >= 4.2.2-2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package helps create and maintain a binding to a YP server.
|
The Network Information Service (NIS) is a system that provides
|
||||||
It can finds the server for a YP domain and stores the information
|
network information (login names, passwords, home directories, group
|
||||||
about it.
|
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
|
%package help
|
||||||
Summary: Doc files for ypbind
|
Summary: Doc files for ypbind
|
||||||
@ -82,6 +94,12 @@ install -m 644 etc/yp.conf %{buildroot}/%{_sysconfdir}/yp.conf
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 22 2022 gaihuiying <eaglegai@163.com> - 3:2.7.2-3
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:modify description about ypbind
|
||||||
|
|
||||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.7.2-2
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.7.2-2
|
||||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user