- Change symlink ownership when copying from /etc/skel (#66819, patch by

Michael Weiser)
This commit is contained in:
Miloslav Trmac 2004-10-18 19:55:19 +00:00
parent 2a90319731
commit a2eba02dfe
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Summary: Utilities for managing accounts and shadow password files.
Name: shadow-utils
Version: 4.0.3
Release: 35
Release: 36
Epoch: 2
URL: http://shadow.pld.org.pl/
Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2
@ -35,6 +35,7 @@ Patch14: shadow-4.0.3-useradd-unlock.patch
Patch15: shadow-4.0.3-chage-selinux.patch
Patch16: shadow-4.0.3-goodname.patch
Patch17: shadow-4.0.3-pl-n_useradd.8.patch
Patch18: shadow-4.0.3-skellink.patch
License: BSD
Group: System Environment/Base
BuildRequires: autoconf, automake, libtool, gettext-devel
@ -74,6 +75,7 @@ are used for managing group accounts.
%patch15 -p1 -b .chage-selinux
%patch16 -p1 -b .goodname
%patch17 -p1
%patch18 -p1 -b .skellink
rm po/*.gmo
# Recode man pages from euc-jp to UTF-8.
@ -269,6 +271,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/man8/faillog.8*
%changelog
* Mon Oct 18 2004 Miloslav Trmac <mitr@redhat.com> - 2:4.0.3-36
- Change symlink ownership when copying from /etc/skel (#66819, patch by
Michael Weiser)
* Fri Oct 15 2004 Adrian Havill <havill@redhat.com> 2:4.0.3-35
- make the limit for the group name the same as the username (determined
by the header files, rather than a constant) (#56850)