diff --git a/man-pages-2.48-passwd.patch b/man-pages-2.48-passwd.patch index 11dd6bb..1e66850 100644 --- a/man-pages-2.48-passwd.patch +++ b/man-pages-2.48-passwd.patch @@ -11,14 +11,14 @@ diff -up man-pages-3.30/man5/passwd.5.pom man-pages-3.30/man5/passwd.5 .IR /etc/shadow , which is readable by the superuser only. .PP -+If the encrypted password, whether in /etc/passwd or in /etc/shadow, is. -+an empty string, login is allowed without even asking for a password.. -+Note that this functionality may be intentionally disabled in applications,. -+or configurable (for example using the "nullok" or "nonull" arguments to. -+pam_unix.so).. -+.PP. -+If the encrypted password in /etc/passwd is "*NP*" (without the quotes),. -+the shadow record should be obtained from a NIS+ server.. ++If the encrypted password, whether in /etc/passwd or in /etc/shadow, is ++an empty string, login is allowed without even asking for a password. ++Note that this functionality may be intentionally disabled in applications, ++or configurable (for example using the "nullok" or "nonull" arguments to ++pam_unix.so). ++.PP ++If the encrypted password in /etc/passwd is "*NP*" (without the quotes), ++the shadow record should be obtained from a NIS+ server. +.PP Regardless of whether shadow passwords are used, many system administrators use an asterisk in the encrypted password field to make sure diff --git a/man-pages.spec b/man-pages.spec index d7c35ef..04055af 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -4,7 +4,7 @@ Summary: Man (manual) pages from the Linux Documentation Project Name: man-pages Version: 3.32 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE Group: Documentation URL: http://www.kernel.org/pub/linux/docs/manpages/ @@ -127,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man*/* %changelog +* Tue Jan 25 2011 Ivana Hutarova Varekova - 3.31-4 +- resolves: #672377 + fix man-pages-2.48-passwd.patch remove trailing dots + * Tue Jan 25 2011 Ivana Hutarova Varekova - 3.31-3 - resolves: #652870 fix strtol man-page