add "-l" option, #146214
This commit is contained in:
parent
57a2531be9
commit
0fb8701cee
@ -7,7 +7,7 @@
|
|||||||
Summary: Utilities for managing accounts and shadow password files.
|
Summary: Utilities for managing accounts and shadow password files.
|
||||||
Name: shadow-utils
|
Name: shadow-utils
|
||||||
Version: 4.0.3
|
Version: 4.0.3
|
||||||
Release: 57
|
Release: 58
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
URL: http://shadow.pld.org.pl/
|
URL: http://shadow.pld.org.pl/
|
||||||
Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2
|
Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2
|
||||||
@ -38,6 +38,7 @@ Patch17: shadow-4.0.3-pl-n_useradd.8.patch
|
|||||||
Patch18: shadow-4.0.3-skellink.patch
|
Patch18: shadow-4.0.3-skellink.patch
|
||||||
Patch19: shadow-4.0.3-matchpathcon.patch
|
Patch19: shadow-4.0.3-matchpathcon.patch
|
||||||
Patch20: shadow-4.0.3-selinux_context.patch
|
Patch20: shadow-4.0.3-selinux_context.patch
|
||||||
|
Patch21: shadow-4.0.3-lastlog.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
BuildRequires: autoconf, automake, libtool, gettext-devel
|
BuildRequires: autoconf, automake, libtool, gettext-devel
|
||||||
@ -80,6 +81,8 @@ are used for managing group accounts.
|
|||||||
%patch18 -p1 -b .skellink
|
%patch18 -p1 -b .skellink
|
||||||
%patch19 -p1 -b .matchpathcon
|
%patch19 -p1 -b .matchpathcon
|
||||||
%patch20 -p1 -b .selinux_context
|
%patch20 -p1 -b .selinux_context
|
||||||
|
%patch21 -p1 -b .lastlog
|
||||||
|
|
||||||
rm po/*.gmo
|
rm po/*.gmo
|
||||||
|
|
||||||
# Recode man pages from euc-jp to UTF-8.
|
# Recode man pages from euc-jp to UTF-8.
|
||||||
@ -275,6 +278,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/man8/faillog.8*
|
%{_mandir}/*/man8/faillog.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 21 2005 Peter Vrabec <pvrabec@redhat.com>
|
||||||
|
- add "-l" option #146214
|
||||||
|
|
||||||
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
|
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user