2007-01-14 13:49:46 +00:00
|
|
|
Summary: Utilities for managing accounts and shadow password files
|
2004-09-09 12:21:14 +00:00
|
|
|
Name: shadow-utils
|
2012-03-20 16:39:28 +00:00
|
|
|
Version: 4.1.5
|
2012-07-21 19:29:08 +00:00
|
|
|
Release: 4%{?dist}
|
2004-09-09 12:25:47 +00:00
|
|
|
Epoch: 2
|
2007-12-12 15:07:44 +00:00
|
|
|
URL: http://pkg-shadow.alioth.debian.org/
|
2011-06-28 15:21:30 +00:00
|
|
|
Source0: http://pkg-shadow.alioth.debian.org/releases/shadow-%{version}.tar.bz2
|
2009-11-18 09:33:28 +00:00
|
|
|
Source1: shadow-utils.login.defs
|
|
|
|
Source2: shadow-utils.useradd
|
2012-03-20 16:39:28 +00:00
|
|
|
Patch0: shadow-4.1.5-redhat.patch
|
|
|
|
Patch1: shadow-4.1.5-goodname.patch
|
|
|
|
Patch2: shadow-4.1.4.2-infoParentDir.patch
|
|
|
|
Patch3: shadow-4.1.5-uflg.patch
|
|
|
|
Patch4: shadow-4.1.5-man.patch
|
|
|
|
Patch5: shadow-4.1.5-grremove.patch
|
2012-03-22 15:51:40 +00:00
|
|
|
Patch6: shadow-4.1.5-selinux.patch
|
2012-06-18 11:38:31 +00:00
|
|
|
Patch7: shadow-4.1.5-2ndskip.patch
|
2009-01-19 13:48:19 +00:00
|
|
|
License: BSD and GPLv2+
|
2004-09-09 12:21:14 +00:00
|
|
|
Group: System Environment/Base
|
2005-08-13 10:46:50 +00:00
|
|
|
BuildRequires: libselinux-devel >= 1.25.2-1
|
2008-04-05 13:17:48 +00:00
|
|
|
BuildRequires: audit-libs-devel >= 1.6.5
|
2011-11-10 16:16:04 +00:00
|
|
|
BuildRequires: libsemanage-devel
|
2010-04-29 15:26:31 +00:00
|
|
|
BuildRequires: libacl-devel libattr-devel
|
2009-04-14 10:19:14 +00:00
|
|
|
#BuildRequires: autoconf, automake, libtool, gettext-devel
|
2005-08-13 10:46:50 +00:00
|
|
|
Requires: libselinux >= 1.25.2-1
|
2008-04-05 13:17:48 +00:00
|
|
|
Requires: audit-libs >= 1.6.5
|
2009-04-14 10:19:14 +00:00
|
|
|
Requires: setup
|
2011-07-25 13:06:13 +00:00
|
|
|
Requires(pre): coreutils
|
|
|
|
Requires(post): coreutils
|
2008-04-05 13:17:48 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-09-09 12:21:14 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The shadow-utils package includes the necessary programs for
|
|
|
|
converting UNIX password files to the shadow password format, plus
|
2004-09-09 12:21:54 +00:00
|
|
|
programs for managing user and group accounts. The pwconv command
|
|
|
|
converts passwords to the shadow password format. The pwunconv command
|
2011-06-28 15:21:30 +00:00
|
|
|
unconverts shadow passwords and generates a passwd file (a standard
|
2004-09-09 12:21:54 +00:00
|
|
|
UNIX password file). The pwck command checks the integrity of password
|
|
|
|
and shadow files. The lastlog command prints out the last login times
|
|
|
|
for all users. The useradd, userdel, and usermod commands are used for
|
|
|
|
managing user accounts. The groupadd, groupdel, and groupmod commands
|
|
|
|
are used for managing group accounts.
|
2004-09-09 12:21:14 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n shadow-%{version}
|
|
|
|
%patch0 -p1 -b .redhat
|
2009-11-18 09:33:28 +00:00
|
|
|
%patch1 -p1 -b .goodname
|
2012-03-20 16:39:28 +00:00
|
|
|
%patch2 -p1 -b .infoParentDir
|
|
|
|
%patch3 -p1 -b .uflg
|
|
|
|
%patch4 -p1 -b .man
|
|
|
|
%patch5 -p1 -b .grremove
|
2012-03-22 15:51:40 +00:00
|
|
|
%patch6 -p1 -b .selinux
|
2012-06-18 11:38:31 +00:00
|
|
|
%patch7 -p1 -b .2ndskip
|
2012-03-20 16:39:28 +00:00
|
|
|
|
2008-04-05 13:17:48 +00:00
|
|
|
|
2009-01-19 13:48:19 +00:00
|
|
|
iconv -f ISO88591 -t utf-8 doc/HOWTO > doc/HOWTO.utf8
|
|
|
|
cp -f doc/HOWTO.utf8 doc/HOWTO
|
2006-10-04 21:03:00 +00:00
|
|
|
|
2009-04-14 10:19:14 +00:00
|
|
|
#rm po/*.gmo
|
|
|
|
#rm po/stamp-po
|
|
|
|
#aclocal
|
|
|
|
#libtoolize --force
|
|
|
|
#automake -a
|
|
|
|
#autoconf
|
2004-09-09 12:22:58 +00:00
|
|
|
|
|
|
|
%build
|
2012-02-07 17:04:27 +00:00
|
|
|
|
|
|
|
%ifarch sparc64
|
|
|
|
#sparc64 need big PIE
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
|
|
|
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
|
|
|
%else
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fpie"
|
|
|
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 12:25:47 +00:00
|
|
|
%configure \
|
2009-01-19 13:48:19 +00:00
|
|
|
--enable-shadowgrp \
|
|
|
|
--with-audit \
|
|
|
|
--with-sha-crypt \
|
|
|
|
--with-selinux \
|
|
|
|
--without-libcrack \
|
|
|
|
--without-libpam \
|
2010-03-26 13:55:46 +00:00
|
|
|
--disable-shared \
|
|
|
|
--with-group-name-max-length=32
|
2009-01-19 13:48:19 +00:00
|
|
|
make
|
2004-09-09 12:21:14 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 12:26:35 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT gnulocaledir=$RPM_BUILD_ROOT/%{_datadir}/locale MKINSTALLDIRS=`pwd`/mkinstalldirs
|
2007-02-28 16:24:03 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir}/default
|
|
|
|
install -p -c -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/login.defs
|
|
|
|
install -p -c -m 0600 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/default/useradd
|
2004-09-09 12:21:14 +00:00
|
|
|
|
2004-09-09 12:25:47 +00:00
|
|
|
|
2005-03-02 13:32:00 +00:00
|
|
|
ln -s useradd $RPM_BUILD_ROOT%{_sbindir}/adduser
|
2007-01-14 13:49:46 +00:00
|
|
|
#ln -s %{_mandir}/man8/useradd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/adduser.8
|
|
|
|
ln -s useradd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/adduser.8
|
2005-03-02 13:32:00 +00:00
|
|
|
for subdir in $RPM_BUILD_ROOT/%{_mandir}/{??,??_??,??_??.*}/man* ; do
|
2009-01-19 13:48:19 +00:00
|
|
|
test -d $subdir && test -e $subdir/useradd.8 && echo ".so man8/useradd.8" > $subdir/adduser.8
|
2004-09-09 12:28:02 +00:00
|
|
|
done
|
|
|
|
|
2004-09-09 12:25:47 +00:00
|
|
|
# Remove binaries we don't use.
|
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/chfn
|
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/chsh
|
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/expiry
|
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/groups
|
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/login
|
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/passwd
|
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/su
|
2011-02-10 10:23:21 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/faillog
|
2007-02-28 16:24:03 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_sysconfdir}/login.access
|
|
|
|
rm $RPM_BUILD_ROOT/%{_sysconfdir}/limits
|
2004-09-09 12:25:47 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_sbindir}/logoutd
|
2006-01-06 09:56:57 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_sbindir}/nologin
|
2006-04-03 12:45:14 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_sbindir}/chgpasswd
|
2004-09-09 12:25:47 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man1/chfn.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/chfn.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man1/chsh.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/chsh.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man1/expiry.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/expiry.*
|
2005-03-02 13:32:00 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man1/groups.*
|
2004-09-09 12:25:47 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/groups.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man1/login.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/login.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man1/passwd.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/passwd.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man1/su.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/su.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man5/limits.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/limits.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man5/login.access.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/login.access.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man5/passwd.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/passwd.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man5/porttime.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/porttime.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man5/suauth.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/suauth.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man8/logoutd.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man8/logoutd.*
|
2006-04-03 12:45:14 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man8/nologin.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man8/nologin.*
|
2006-06-06 11:01:03 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man8/chgpasswd.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man8/chgpasswd.*
|
2008-07-22 10:16:36 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man3/getspnam.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man3/getspnam.*
|
2011-02-10 10:23:21 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man5/faillog.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/faillog.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/man8/faillog.*
|
|
|
|
rm $RPM_BUILD_ROOT/%{_mandir}/*/man8/faillog.*
|
2004-09-09 12:25:47 +00:00
|
|
|
|
2007-10-08 17:46:20 +00:00
|
|
|
find $RPM_BUILD_ROOT%{_mandir} -depth -type d -empty -delete
|
2010-04-01 13:16:46 +00:00
|
|
|
%find_lang shadow
|
2007-10-08 17:46:20 +00:00
|
|
|
for dir in $(ls -1d $RPM_BUILD_ROOT%{_mandir}/{??,??_??}) ; do
|
|
|
|
dir=$(echo $dir | sed -e "s|^$RPM_BUILD_ROOT||")
|
|
|
|
lang=$(basename $dir)
|
2010-04-01 13:16:46 +00:00
|
|
|
# echo "%%lang($lang) $dir" >> shadow.lang
|
|
|
|
# echo "%%lang($lang) $dir/man*" >> shadow.lang
|
|
|
|
echo "%%lang($lang) $dir/man*/*" >> shadow.lang
|
2007-10-08 17:46:20 +00:00
|
|
|
done
|
2004-09-09 12:21:14 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 12:21:24 +00:00
|
|
|
%files -f shadow.lang
|
2004-09-09 12:21:14 +00:00
|
|
|
%defattr(-,root,root)
|
2006-01-06 09:56:57 +00:00
|
|
|
%doc NEWS doc/HOWTO README
|
2007-02-28 16:24:03 +00:00
|
|
|
%dir %{_sysconfdir}/default
|
2009-01-19 13:48:19 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/login.defs
|
|
|
|
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/default/useradd
|
2004-09-09 12:21:14 +00:00
|
|
|
%{_bindir}/sg
|
|
|
|
%{_bindir}/chage
|
|
|
|
%{_bindir}/gpasswd
|
|
|
|
%{_bindir}/lastlog
|
2005-03-29 14:41:27 +00:00
|
|
|
%{_bindir}/newgrp
|
2004-09-09 12:21:14 +00:00
|
|
|
%{_sbindir}/adduser
|
2009-01-19 13:48:19 +00:00
|
|
|
%attr(0750,root,root) %{_sbindir}/user*
|
|
|
|
%attr(0750,root,root) %{_sbindir}/group*
|
2004-09-09 12:21:14 +00:00
|
|
|
%{_sbindir}/grpck
|
|
|
|
%{_sbindir}/pwck
|
|
|
|
%{_sbindir}/*conv
|
|
|
|
%{_sbindir}/chpasswd
|
|
|
|
%{_sbindir}/newusers
|
2007-12-12 15:07:44 +00:00
|
|
|
%{_sbindir}/vipw
|
|
|
|
%{_sbindir}/vigr
|
2004-09-09 12:21:14 +00:00
|
|
|
%{_mandir}/man1/chage.1*
|
|
|
|
%{_mandir}/man1/gpasswd.1*
|
2004-09-09 12:25:47 +00:00
|
|
|
%{_mandir}/man1/sg.1*
|
2005-03-29 14:41:27 +00:00
|
|
|
%{_mandir}/man1/newgrp.1*
|
2004-09-09 12:21:14 +00:00
|
|
|
%{_mandir}/man3/shadow.3*
|
|
|
|
%{_mandir}/man5/shadow.5*
|
2005-09-20 12:48:57 +00:00
|
|
|
%{_mandir}/man5/login.defs.5*
|
2005-08-27 15:35:09 +00:00
|
|
|
%{_mandir}/man5/gshadow.5*
|
2004-09-09 12:21:14 +00:00
|
|
|
%{_mandir}/man8/adduser.8*
|
|
|
|
%{_mandir}/man8/group*.8*
|
|
|
|
%{_mandir}/man8/user*.8*
|
|
|
|
%{_mandir}/man8/pwck.8*
|
|
|
|
%{_mandir}/man8/grpck.8*
|
|
|
|
%{_mandir}/man8/chpasswd.8*
|
|
|
|
%{_mandir}/man8/newusers.8*
|
|
|
|
%{_mandir}/man8/*conv.8*
|
|
|
|
%{_mandir}/man8/lastlog.8*
|
2007-12-12 15:07:44 +00:00
|
|
|
%{_mandir}/man8/vipw.8*
|
|
|
|
%{_mandir}/man8/vigr.8*
|
2004-09-09 12:21:14 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-07-21 19:29:08 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.1.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-18 11:38:31 +00:00
|
|
|
* Mon Jun 18 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.5-3
|
|
|
|
- pwconv/grpconv skipped 2nd of consecutive failures (#832995)
|
|
|
|
|
2012-03-22 15:51:40 +00:00
|
|
|
* Wed Mar 22 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.5-2
|
|
|
|
- fix selinux context handling
|
|
|
|
- reset selinux context on files copied from skel
|
|
|
|
|
2012-03-20 16:39:28 +00:00
|
|
|
* Mon Mar 19 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.5-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-02-07 17:04:27 +00:00
|
|
|
* Tue Feb 07 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-14
|
|
|
|
- compile with PIE and RELRO flags (#784349)
|
|
|
|
|
2012-01-14 03:52:35 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.1.4.3-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-20 12:53:56 +00:00
|
|
|
* Tue Dec 20 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-12
|
|
|
|
- fix leaks in .IDs patch (#734340)
|
|
|
|
|
2011-11-16 16:17:29 +00:00
|
|
|
* Wed Nov 16 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-11
|
|
|
|
- free memory associated with SELinux security contexts
|
|
|
|
|
2011-11-10 16:16:04 +00:00
|
|
|
* Wed Nov 09 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-10
|
|
|
|
- replace semanage call by library call
|
|
|
|
- useradd man page (#739147)
|
|
|
|
|
2011-08-02 12:09:56 +00:00
|
|
|
* Tue Aug 02 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-9
|
|
|
|
- man page adjustment (userdel -Z)
|
|
|
|
|
2011-08-02 11:07:03 +00:00
|
|
|
* Tue Aug 02 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-8
|
|
|
|
- fixing semanage issue (#701355)
|
|
|
|
|
2011-07-25 13:06:13 +00:00
|
|
|
* Fri Jul 22 2011 Miloslav Trmač <mitr@redhat.com> - 2:4.1.4.3-7
|
|
|
|
- Make sure /etc/login.defs is not changed on upgrades from Fedora 1[345].
|
|
|
|
|
2011-06-29 08:14:51 +00:00
|
|
|
* Wed Jun 29 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-6
|
|
|
|
- man page fixes (#696213 #674878)
|
|
|
|
|
2011-06-28 14:32:18 +00:00
|
|
|
* Tue Jun 28 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-5
|
|
|
|
- userdel option to remove Linux login <-> SELinux login mapping (#639900)
|
|
|
|
- useradd special exit value if SELinux user mapping is invalid (#639975)
|
|
|
|
- usermod special exit value if SELinux user mapping is invalid (#639976)
|
|
|
|
|
2011-06-27 14:12:59 +00:00
|
|
|
* Mon Jun 27 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-4
|
|
|
|
- refer to PAM in /etc/login.defs (#629277)
|
|
|
|
|
2011-06-06 07:07:51 +00:00
|
|
|
* Mon Jun 06 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-3
|
|
|
|
- fix shadow-4.1.4.2-underflow.patch
|
|
|
|
|
2011-05-31 08:00:39 +00:00
|
|
|
* Tue May 31 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-2
|
|
|
|
- fix integer underflow in laslog (#706321)
|
|
|
|
|
2011-05-23 12:58:07 +00:00
|
|
|
* Fri May 20 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-1
|
|
|
|
- upgrade
|
|
|
|
- change UID/GID_MIN to #1000
|
|
|
|
- fix find_new_uid/gid for big UID/GID_MAX
|
|
|
|
|
2011-02-09 10:07:44 +00:00
|
|
|
* Wed Feb 09 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-11
|
|
|
|
- useradd man page (-m option)
|
2011-02-10 10:23:21 +00:00
|
|
|
- create home directory on fs with noacl
|
|
|
|
- remove faillog app (pam_tally.so is no longer shipped)
|
|
|
|
Resolves: #523265, #622320
|
2011-02-09 10:07:44 +00:00
|
|
|
|
2011-02-01 16:10:35 +00:00
|
|
|
* Tue Feb 01 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-10
|
|
|
|
- do not use gshadow functions from glibc, there is a bug
|
|
|
|
in glibc sgetsgent(#674361)
|
|
|
|
Resolves: #674234
|
|
|
|
|
2011-01-06 08:41:43 +00:00
|
|
|
* Wed Jan 05 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-9
|
|
|
|
- fix gshadow functions from shadow utils
|
|
|
|
- make shadow utils use gshadow functions from glibc
|
|
|
|
Resolves: #665780
|
|
|
|
|
2010-07-20 09:20:10 +00:00
|
|
|
* Tue Jul 20 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-8
|
|
|
|
- fix pwck/grpck hang
|
|
|
|
Resolves: #586322
|
|
|
|
|
2010-06-14 11:15:21 +00:00
|
|
|
* Mon Jun 14 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-7
|
|
|
|
- fix integer underflow in faillog (#603683)
|
|
|
|
- use preferred GID for reserved static IDs
|
|
|
|
|
2010-04-29 15:09:49 +00:00
|
|
|
* Thu Apr 29 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-6
|
|
|
|
- preserve ACL's on files in /etc/skel
|
|
|
|
Resolves: #513055
|
|
|
|
|
2010-04-28 13:13:13 +00:00
|
|
|
* Wed Apr 28 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-5
|
|
|
|
- newusers man page more informative
|
|
|
|
- userdel should not need to run semanage
|
|
|
|
Resolves: #586330 #586408
|
|
|
|
|
2010-04-01 13:16:46 +00:00
|
|
|
* Thu Apr 01 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-4
|
|
|
|
- fix man directories ownership (#569418)
|
|
|
|
|
2010-03-26 13:55:46 +00:00
|
|
|
* Fri Mar 26 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-3
|
|
|
|
- max group name length set to 32 characters
|
|
|
|
|
2009-11-18 09:33:28 +00:00
|
|
|
* Wed Nov 18 2009 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-2
|
|
|
|
- apply patches{1,2,3}
|
|
|
|
- enable SHA512 in /etc/login.defs
|
|
|
|
|
2009-09-07 14:56:09 +00:00
|
|
|
* Mon Sep 07 2009 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-08-21 11:18:13 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2:4.1.4.1-7
|
|
|
|
- rebuilt with new audit
|
|
|
|
|
2009-08-05 11:50:03 +00:00
|
|
|
* Wed Aug 05 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-6
|
|
|
|
- increase threshold for uid/gid reservations to 200 (#515667)
|
|
|
|
|
2009-07-27 04:15:11 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.1.4.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-16 13:41:55 +00:00
|
|
|
* Thu Jul 16 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-4
|
|
|
|
- fix a list of owned directories (#510366)
|
|
|
|
|
|
|
|
* Thu Jul 16 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-3
|
|
|
|
- reduce the reuse of system IDs
|
|
|
|
|
|
|
|
* Wed Jul 15 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-2
|
|
|
|
- speed up sys users look up on LDAP boxes (#511813)
|
|
|
|
|
2009-06-16 13:23:28 +00:00
|
|
|
* Tue Jun 16 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-05-15 10:46:55 +00:00
|
|
|
* Fri May 15 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-04-22 08:58:31 +00:00
|
|
|
* Wed Apr 22 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.3.1-2
|
|
|
|
- lastlog fix
|
|
|
|
|
2009-04-20 09:47:31 +00:00
|
|
|
* Fri Apr 17 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.3.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-04-14 14:12:16 +00:00
|
|
|
* Tue Apr 14 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.3-2
|
|
|
|
- get "-n" option back
|
|
|
|
- fix selinux issues
|
|
|
|
|
2009-04-14 10:19:14 +00:00
|
|
|
* Tue Apr 14 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.3-1
|
|
|
|
- upgrade
|
2009-03-24 16:09:09 +00:00
|
|
|
|
2009-04-14 10:19:14 +00:00
|
|
|
* Tue Mar 24 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-12
|
|
|
|
- don not allow UID/GID = 4294967295 (#484040)
|
2009-02-26 00:46:27 +00:00
|
|
|
|
2009-01-19 13:48:19 +00:00
|
|
|
* Mon Jan 19 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-11
|
|
|
|
- fix license tag (#226416)
|
|
|
|
- get rid of tabs in spec file (#226416)
|
|
|
|
- convert HOWTO to UTF8 (#226416)
|
|
|
|
|
2009-01-05 12:57:44 +00:00
|
|
|
* Mon Jan 05 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-10
|
|
|
|
- Add policycoreutils as Requires, because of restorecon (#478494)
|
|
|
|
|
2008-12-21 16:54:46 +00:00
|
|
|
* Sun Dec 21 2008 Jesse Keating <jkeating@redhat.com> - 2:4.1.2-9
|
|
|
|
- Add setup as a Requires. Perhaps this should be a files requires. (#477529)
|
|
|
|
|
2008-09-24 13:26:18 +00:00
|
|
|
* Wed Sep 24 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-8
|
|
|
|
- groupmems: check username for valid character (#455603)
|
|
|
|
- groupmems: don't segfault on nonexistent group (#456088)
|
|
|
|
|
2008-09-11 11:47:39 +00:00
|
|
|
* Thu Sep 11 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-7
|
|
|
|
- fix usermod SELinux user mappings change (#458766)
|
|
|
|
|
|
|
|
* Tue Sep 02 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-6
|
2008-09-02 14:12:30 +00:00
|
|
|
- audit improvements, thnx. to sgrubb@redhat.com
|
|
|
|
|
2008-09-11 11:47:39 +00:00
|
|
|
* Tue Sep 02 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-5
|
2008-09-02 08:46:52 +00:00
|
|
|
- fix groupmems issues (#459825)
|
|
|
|
|
2008-07-28 11:45:33 +00:00
|
|
|
* Mon Jul 28 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-4
|
|
|
|
- fix configure options (#456748)
|
|
|
|
|
2008-07-24 08:30:14 +00:00
|
|
|
* Thu Jul 24 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-3
|
|
|
|
- recreate selinux patch
|
|
|
|
|
2008-07-22 10:16:36 +00:00
|
|
|
* Tue Jul 22 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-2
|
|
|
|
- provide getspnam by man-pages
|
|
|
|
|
2008-05-26 13:17:35 +00:00
|
|
|
* Mon May 26 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-1
|
|
|
|
- upgrade
|
|
|
|
|
2008-05-20 11:44:16 +00:00
|
|
|
* Tue May 20 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.1-2
|
|
|
|
- fix salt size problem (#447136)
|
|
|
|
|
2008-04-05 13:17:48 +00:00
|
|
|
* Mon Apr 07 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2008-03-07 15:06:15 +00:00
|
|
|
* Fri Mar 07 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-5
|
|
|
|
- improve newgrp audit patch
|
|
|
|
|
2008-03-03 14:14:07 +00:00
|
|
|
* Mon Mar 03 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-4
|
|
|
|
- fix selinux labeling (#433757)
|
|
|
|
|
2008-02-19 12:01:10 +00:00
|
|
|
* Tue Feb 19 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-3
|
|
|
|
- fix groupmems segmentation fault (#430813)
|
|
|
|
|
2008-02-13 12:54:32 +00:00
|
|
|
* Wed Feb 13 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-2
|
|
|
|
- fix newgrp audit event
|
|
|
|
|
2007-12-12 15:07:44 +00:00
|
|
|
* Wed Dec 12 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-1
|
|
|
|
- new upgrade release from new upstream
|
|
|
|
- provide vipw and vigr
|
|
|
|
|
2007-11-29 15:08:46 +00:00
|
|
|
* Thu Nov 29 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-20
|
|
|
|
- do not create mail spool entries for system accounts (#402351)
|
|
|
|
|
2007-10-18 10:38:36 +00:00
|
|
|
* Thu Oct 18 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-19
|
|
|
|
- fix timestamps when moving home dirs to another file system (#278571)
|
|
|
|
|
2007-10-08 17:46:20 +00:00
|
|
|
* Mon Oct 08 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-18
|
|
|
|
- mark localized man pages with %%lang
|
|
|
|
|
2007-08-22 15:44:51 +00:00
|
|
|
* Wed Aug 22 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-17
|
|
|
|
- rebuild
|
|
|
|
|
2007-06-26 14:22:36 +00:00
|
|
|
* Tue Jun 26 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-16
|
|
|
|
- fix "CAVEATS" section of groupadd man page (#245590)
|
|
|
|
|
2007-06-05 13:18:36 +00:00
|
|
|
* Tue Jun 06 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-15
|
|
|
|
- fix infinitive loop if there are duplicate entries
|
|
|
|
in /etc/group (#240915)
|
|
|
|
|
2007-06-05 13:09:03 +00:00
|
|
|
* Tue Jun 06 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-14
|
|
|
|
- do not run find_new_uid() twice and use getpwuid() to check
|
|
|
|
UID uniqueness (#236871)
|
|
|
|
|
2007-04-10 10:14:19 +00:00
|
|
|
* Tue Apr 10 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-13
|
|
|
|
- fix useradd dump core when build without WITH_SELINUX (#235641)
|
|
|
|
|
2007-03-26 15:07:41 +00:00
|
|
|
* Mon Mar 26 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-12
|
|
|
|
- create user's mailbox file by default (#231311)
|
|
|
|
|
2007-03-16 10:04:22 +00:00
|
|
|
* Fri Mar 16 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-11
|
|
|
|
- assign system dynamic UID/GID from the top of available UID/GID (#190523)
|
|
|
|
|
2007-02-28 16:24:03 +00:00
|
|
|
* Wed Feb 28 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-10
|
|
|
|
- spec file fixes to meet fedora standarts.
|
|
|
|
- fix useless call of restorecon(). (#222159)
|
|
|
|
|
2007-01-14 13:49:46 +00:00
|
|
|
* Sun Jan 14 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-9
|
2007-01-14 13:25:14 +00:00
|
|
|
- fix append option in usermod (#222540).
|
2006-12-14 13:25:19 +00:00
|
|
|
|
2007-01-14 13:49:46 +00:00
|
|
|
* Thu Dec 21 2006 Dan Walsh <dwalsh@redhat.com> 2:4.0.18.1-8
|
|
|
|
- Fix execution and creation of Home Directories under SELinux
|
|
|
|
- Resolves: rhbz#217441
|
|
|
|
|
|
|
|
* Thu Dec 14 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-7
|
|
|
|
- fix rpmlint issues
|
|
|
|
|
2006-12-06 16:00:06 +00:00
|
|
|
* Wed Dec 06 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-6
|
|
|
|
- use MD5 encryption by default (#218629).
|
|
|
|
|
2006-11-30 21:52:48 +00:00
|
|
|
* Thu Nov 30 2006 Steve Grubb <sgrubb@redhat.com> 2:4.0.18.1-5
|
|
|
|
- Fix SELinux context on home directories created with useradd (#217441)
|
|
|
|
|
2006-11-14 10:07:36 +00:00
|
|
|
* Tue Nov 14 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-4
|
|
|
|
- fix chpasswd and chgpasswd stack overflow (#213052)
|
|
|
|
|
2006-11-04 13:26:21 +00:00
|
|
|
* Sat Nov 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-3
|
|
|
|
- fix "-g" and "-G" option.
|
|
|
|
|
2006-11-03 15:29:36 +00:00
|
|
|
* Fri Nov 03 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-2
|
|
|
|
- improve audit logging (#211659)
|
|
|
|
- improve "-l" option. Do not reset faillog if it's used (#213450).
|
|
|
|
|
2006-11-01 13:49:50 +00:00
|
|
|
* Wed Nov 01 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2006-10-25 14:31:01 +00:00
|
|
|
* Wed Oct 25 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-7
|
|
|
|
- add dist-tag
|
|
|
|
|
2006-10-04 21:03:00 +00:00
|
|
|
* Wed Oct 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-6
|
|
|
|
- fix regression. Permissions on user* group* binaries
|
|
|
|
should be 0750, because of CAPP/LSPP certification
|
|
|
|
- fix groupdel man page
|
|
|
|
|
2006-08-11 09:50:58 +00:00
|
|
|
* Fri Aug 11 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-5
|
|
|
|
- fix bug introduced with UIG_GID.patch (#201991)
|
|
|
|
|
|
|
|
* Sat Aug 05 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-4
|
2006-08-05 15:19:40 +00:00
|
|
|
- fix userdel, it didn't delete user's group (#201379)
|
|
|
|
|
2006-08-11 09:50:58 +00:00
|
|
|
* Fri Aug 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-3
|
2006-08-04 13:40:45 +00:00
|
|
|
- fix UID/GID overflow in user* group* (#198920)
|
|
|
|
|
2006-08-11 09:50:58 +00:00
|
|
|
* Fri Aug 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-2
|
2006-08-04 13:34:12 +00:00
|
|
|
- do not inherit file desc. in execve(nscd)
|
|
|
|
|
2006-07-17 11:48:22 +00:00
|
|
|
* Mon Jul 17 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-1
|
|
|
|
- upgrade
|
|
|
|
|
2006-07-12 08:14:38 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:4.0.16-3.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-13 19:46:40 +00:00
|
|
|
* Tue Jun 13 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.16-3
|
|
|
|
- call "nscd -i" to flush nscd cache (#191464)
|
|
|
|
|
2006-06-10 12:25:02 +00:00
|
|
|
* Sat Jun 10 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.16-2
|
|
|
|
- "useradd -r" must create a system group (#194728)
|
|
|
|
|
2006-06-06 11:01:03 +00:00
|
|
|
* Tue Jun 06 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.16-1
|
|
|
|
- upgrade
|
|
|
|
- do not replace login.defs file (#190014)
|
|
|
|
|
2006-04-08 11:59:38 +00:00
|
|
|
* Sat Apr 08 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.15-3
|
|
|
|
- fix typo in shadow-4.0.15-login.defs (#188263)
|
|
|
|
|
2006-04-04 06:38:10 +00:00
|
|
|
* Tue Apr 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.15-2
|
|
|
|
- properly notify nscd to flush its cache(#186803)
|
|
|
|
|
2006-04-03 12:45:14 +00:00
|
|
|
* Mon Apr 03 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.15-1
|
|
|
|
- upgrade
|
|
|
|
|
2006-03-10 14:02:43 +00:00
|
|
|
* Fri Mar 10 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.14-4
|
|
|
|
- fix lrename() function to handle relative symlinks too
|
|
|
|
|
2006-03-07 15:24:21 +00:00
|
|
|
* Tue Mar 07 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.14-3
|
|
|
|
- set default umask to 077 in login.defs
|
|
|
|
|
2006-03-06 14:57:57 +00:00
|
|
|
* Mon Mar 06 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.14-2
|
|
|
|
- use lrename() function, which follow a destination symbolic link(#181977)
|
|
|
|
|
2006-02-11 05:41:44 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:4.0.14-1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:50:13 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:4.0.14-1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-06 09:56:57 +00:00
|
|
|
* Fri Jan 06 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.14-1
|
|
|
|
- upgrade
|
|
|
|
|
2005-12-09 22:43:13 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-29 10:26:49 +00:00
|
|
|
* Tue Nov 29 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-4
|
|
|
|
- fix incorrect audit record in userdel (#174392)
|
|
|
|
|
2005-11-16 11:02:39 +00:00
|
|
|
* Wed Nov 16 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-3
|
|
|
|
- fix useradd segfaults (#173241)
|
|
|
|
|
2005-11-05 18:09:50 +00:00
|
|
|
* Sat Nov 5 2005 Steve Grubb <sgrubb@redhat.com> 2:4.0.13-2
|
|
|
|
- Update audit communication to standard format messages
|
|
|
|
|
2005-10-22 12:38:17 +00:00
|
|
|
* Fri Oct 21 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-1
|
|
|
|
- upgrade
|
|
|
|
|
2005-09-23 08:33:48 +00:00
|
|
|
* Fri Sep 23 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.12-4
|
|
|
|
- add useradd -l option back, it was removed by mistake
|
|
|
|
|
2005-09-20 12:48:57 +00:00
|
|
|
* Tue Sep 20 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.12-3
|
|
|
|
- provide login.defs man page
|
|
|
|
- adjust audit patch
|
|
|
|
|
2005-09-01 11:46:33 +00:00
|
|
|
* Tue Aug 30 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.12-2
|
|
|
|
- audit support
|
|
|
|
|
2005-08-27 15:35:09 +00:00
|
|
|
* Sat Aug 27 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.12-1
|
|
|
|
- upgrade
|
|
|
|
|
2005-08-13 10:46:50 +00:00
|
|
|
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 2:4.0.11.1-5
|
|
|
|
- Change to use new selinux api for selinux_check_passwd_access
|
|
|
|
|
2005-08-09 15:12:21 +00:00
|
|
|
* Tue Aug 09 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-4
|
|
|
|
- change the password last changed field in the shadow file
|
|
|
|
when "usermod -p" is used (#164943)
|
|
|
|
|
2005-08-08 13:21:05 +00:00
|
|
|
* Mon Aug 08 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-3
|
|
|
|
- provide getspnam.3 man page(#162476)
|
|
|
|
- fix useradd man page(#97131)
|
|
|
|
|
2005-08-08 08:46:33 +00:00
|
|
|
* Mon Aug 08 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-2
|
|
|
|
- do not copy files from skel directory if home directory
|
|
|
|
already exist (#89591,#80242)
|
|
|
|
|
2005-08-05 11:48:41 +00:00
|
|
|
* Fri Aug 05 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2005-05-23 18:32:46 +00:00
|
|
|
* Mon May 23 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-9
|
|
|
|
- remove vigr binary
|
|
|
|
|
2005-05-23 09:18:50 +00:00
|
|
|
* Mon May 23 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-8
|
|
|
|
- fix nscd socket path
|
|
|
|
|
2005-04-29 20:05:29 +00:00
|
|
|
* Fri Apr 29 2005 Jeremy Katz <katzj@redhat.com> - 2:4.0.7-7
|
|
|
|
- don't assume selinux is enabled if is_selinux_enabled() returns -1
|
|
|
|
|
2005-04-19 09:01:26 +00:00
|
|
|
* Mon Apr 18 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-6
|
|
|
|
- fix chage -l option (#109499, #137498)
|
|
|
|
|
2005-04-04 08:57:42 +00:00
|
|
|
* Mon Apr 04 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-5
|
|
|
|
- fix memory leak, and CPU spinning when grp_update() and
|
|
|
|
duplicate group entries in /etc/group (#151484)
|
|
|
|
|
2005-03-29 14:41:27 +00:00
|
|
|
* Mon Mar 29 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-4
|
|
|
|
- use newgrp binary
|
|
|
|
- newgrp don't ask for password if user's default GID = group ID,
|
|
|
|
ask for password if there is some in /etc/gshadow
|
|
|
|
and in /etc/group is 'x' (#149997)
|
|
|
|
|
2005-03-14 09:08:24 +00:00
|
|
|
* Mon Mar 14 2005 Peter Vrabec <pvrabec@redhat.com>
|
|
|
|
- gcc4 fix (#150994) 2:4.0.7-3
|
|
|
|
|
2005-03-07 10:48:25 +00:00
|
|
|
* Mon Mar 07 2005 Peter Vrabec <pvrabec@redhat.com>
|
|
|
|
- man pages cs,es,ko,ru,zh_CN,zh_TW to UTF-8
|
|
|
|
|
2005-03-02 13:32:00 +00:00
|
|
|
* Wed Mar 02 2005 Peter Vrabec <pvrabec@redhat.com>
|
|
|
|
- upgrade 2:4.0.7-1
|
|
|
|
|
2005-02-25 15:24:52 +00:00
|
|
|
* Fri Feb 25 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.3-59
|
|
|
|
- static limit on group count to dynamic (#125510, #148994, #147742)
|
|
|
|
|
|
|
|
* Mon Feb 21 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.3-58
|
2005-02-21 15:45:47 +00:00
|
|
|
- add "-l" option #146214
|
|
|
|
|
2005-02-14 09:49:07 +00:00
|
|
|
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-02-09 20:48:25 +00:00
|
|
|
* Wed Feb 9 2005 Dan Walsh <dwalsh@redhat.com> 2:4.0.3-39
|
2005-02-09 20:42:15 +00:00
|
|
|
- Change useradd to use matchpathcon
|
|
|
|
|
2004-10-21 18:28:28 +00:00
|
|
|
* Thu Oct 21 2004 Dan Walsh <dwalsh@redhat.com> 2:4.0.3-37
|
|
|
|
- Add matchpathcon to create the files correctly when they do not exist.
|
|
|
|
|
2004-10-18 19:55:19 +00:00
|
|
|
* 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)
|
|
|
|
|
2004-10-15 17:49:54 +00:00
|
|
|
* 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)
|
|
|
|
|
2004-10-13 16:07:45 +00:00
|
|
|
* Wed Oct 13 2004 Adrian Havill <havill@redhat.com> 2:4.0.3-33
|
|
|
|
- allow for mixed case and dots in usernames (#135401)
|
|
|
|
- all man pages to UTF-8, not just Japanese (#133883)
|
|
|
|
- add Polish blurb for useradd -n man page option (#82177)
|
2004-10-13 14:50:48 +00:00
|
|
|
|
2004-10-12 20:03:44 +00:00
|
|
|
* Tue Oct 12 2004 Adrian Havill <havill@redhat.com> 2:4.0.3-31
|
|
|
|
- check for non-standard legacy place for ncsd HUP (/var/run/nscd.pid) and
|
|
|
|
then the std FHS place (/var/run/nscd.pid) (#125421)
|
|
|
|
|
2004-10-01 20:22:26 +00:00
|
|
|
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 2:4.0.3-30
|
|
|
|
- Add checkPasswdAccess for chage in SELinux
|
|
|
|
|
2004-09-27 19:23:08 +00:00
|
|
|
* Sun Sep 26 2004 Adrian Havill <riel@redhat.com> 2:4.0.3-29
|
2004-09-27 19:22:34 +00:00
|
|
|
- always unlock all files on any exit (#126709)
|
2004-09-26 20:56:15 +00:00
|
|
|
|
2004-09-09 12:31:35 +00:00
|
|
|
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2:4.0.3-26
|
|
|
|
- #126596 fix Req and BuildReqs
|
|
|
|
|
2004-09-09 12:31:32 +00:00
|
|
|
* Sun Aug 1 2004 Alan Cox <alan@redhat.com> 4.0.3-25
|
|
|
|
- Fix build deps etc, move to current auto* (Steve Grubb)
|
|
|
|
|
2004-09-09 12:31:10 +00:00
|
|
|
* Sat Jul 10 2004 Alan Cox <alan@redhat.com> 4.0.3-24
|
|
|
|
- Fix nscd path. This fixes various stale data caching bugs (#125421)
|
|
|
|
|
2004-09-09 12:30:44 +00:00
|
|
|
* Thu Jun 17 2004 Dan Walsh <dwalsh@redhat.com> 4.0.3-23
|
|
|
|
- Add get_enforce checks
|
|
|
|
- Clean up patch for potential upstream submission
|
|
|
|
- Add removemalloc patch to get it to build on 3.4
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Mar 30 2004 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-21
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Tue Mar 30 2004 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-20
|
|
|
|
- make /etc/default world-readable, needed for #118338
|
|
|
|
|
2004-09-09 12:28:38 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 12:28:02 +00:00
|
|
|
* Wed Jan 21 2004 Dan Walsh <dwalsh@redhat.com> 4.0.3-18
|
|
|
|
- Fix selinux relabel of /etc/passwd file
|
|
|
|
|
|
|
|
* Wed Jan 7 2004 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-17
|
|
|
|
- fix use of uninitialized memory in useradd (#89145)
|
|
|
|
|
|
|
|
* Tue Dec 16 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-16
|
|
|
|
- back to UTF-8 again
|
|
|
|
- remove getspnam(3) man page, now conflicts with man-pages 1.64
|
|
|
|
|
|
|
|
* Thu Nov 13 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-15
|
|
|
|
- don't convert man pages to UTF-8 for RHEL 3, conditionalized using macro
|
|
|
|
- fixup dangling man page references
|
|
|
|
|
|
|
|
* Mon Nov 10 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-14
|
|
|
|
- lastlog: don't pass a possibly-smaller field to localtime (#109648)
|
|
|
|
- configure: call AC_SYS_LARGEFILE to get large file support
|
|
|
|
|
|
|
|
* Fri Nov 7 2003 Dan Walsh <dwalsh@redhat.com> 4.0.3-13.sel
|
|
|
|
- turn on SELinux support
|
|
|
|
|
2004-09-09 12:26:35 +00:00
|
|
|
* Wed Oct 22 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-12
|
|
|
|
- convert ja man pages to UTF-8 (#106051)
|
|
|
|
- override MKINSTALLDIRS at install-time (#107476)
|
|
|
|
|
|
|
|
* Mon Sep 8 2003 Dan Walsh <dwalsh@redhat.com>
|
|
|
|
- turn off SELinux support
|
|
|
|
|
|
|
|
* Thu Sep 4 2003 Dan Walsh <dwalsh@redhat.com> 4.0.3-11.sel
|
|
|
|
- build with SELinux support
|
|
|
|
|
|
|
|
* Fri Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 4.0.3-10
|
|
|
|
- Add SELinux support
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jun 4 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-8
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-7
|
|
|
|
- run autoconf to generate updated configure at compile-time
|
|
|
|
|
2004-09-09 12:25:47 +00:00
|
|
|
* Wed Feb 12 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-6
|
|
|
|
- adjust mailspool patch to complain if no group named "mail" exists, even
|
|
|
|
though that should never happen
|
|
|
|
|
|
|
|
* Tue Feb 11 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-5
|
2004-09-09 12:25:27 +00:00
|
|
|
- fix perms on mailspools created by useradd to be owned by the "mail"
|
|
|
|
group (#59810)
|
|
|
|
|
2004-09-09 12:25:47 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Dec 9 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-3
|
|
|
|
- install the shadow.3 man page
|
|
|
|
|
|
|
|
* Mon Nov 25 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-2
|
|
|
|
- disable use of cracklib at build-time
|
|
|
|
- fixup reserved-account changes for useradd
|
|
|
|
|
|
|
|
* Thu Nov 21 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-1
|
|
|
|
- update to 4.0.3, bumping epoch
|
|
|
|
|
|
|
|
* Mon Nov 18 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-14
|
|
|
|
- remove man pages which conflict with the man-pages package(s)
|
|
|
|
|
|
|
|
* Fri Nov 15 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-13
|
|
|
|
- prevent libshadow from being built more than once, to keep automake happy
|
|
|
|
- change how md5 and md5crypt are enabled, to keep autoconf happy
|
|
|
|
- remove unpackaged files after %%install
|
|
|
|
|
2004-09-09 12:25:11 +00:00
|
|
|
* Thu Aug 29 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-12
|
|
|
|
- force .mo files to be regenerated with current gettext to flush out possible
|
|
|
|
problems
|
|
|
|
- fixup non-portable encodings in translations
|
|
|
|
- make sv translation header non-fuzzy so that it will be included (#71281)
|
|
|
|
|
|
|
|
* Fri Aug 23 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-11
|
2004-09-09 12:25:08 +00:00
|
|
|
- don't apply aging parameters when creating system accounts (#67408)
|
|
|
|
|
2004-09-09 12:25:04 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 12:23:59 +00:00
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-8
|
|
|
|
- rebuild in new environment
|
|
|
|
|
2004-09-09 12:23:34 +00:00
|
|
|
* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-7
|
|
|
|
- rebuild with proper defines to get support for large lastlog files (#61983)
|
|
|
|
|
2004-09-09 12:22:58 +00:00
|
|
|
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-6
|
|
|
|
- rebuild
|
2004-09-09 12:22:49 +00:00
|
|
|
|
2004-09-09 12:22:58 +00:00
|
|
|
* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-5
|
|
|
|
- fix autoheader breakage and random other things autotools complain about
|
2004-09-09 12:22:19 +00:00
|
|
|
|
2004-09-09 12:21:54 +00:00
|
|
|
* Mon Aug 27 2001 Nalin Dahyabhai <nalin@redhat.com> 20000902-4
|
|
|
|
- use -O0 instead of -O on ia64
|
|
|
|
- build in source directory
|
|
|
|
- don't leave lock files on the filesystem when useradd creates a group for
|
|
|
|
the user (#50269)
|
|
|
|
- fix the -o option to check for duplicate UIDs instead of login names (#52187)
|
|
|
|
|
|
|
|
* Thu Jul 26 2001 Bill Nottingham <notting@redhat.com> 20000902-3
|
2004-09-09 12:21:46 +00:00
|
|
|
- build with -O on ia64
|
|
|
|
|
2004-09-09 12:21:54 +00:00
|
|
|
* Fri Jun 08 2001 Than Ngo <than@redhat.com> 20000902-2
|
2004-09-09 12:21:33 +00:00
|
|
|
- fixup broken specfile
|
|
|
|
|
|
|
|
* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20000902-1
|
|
|
|
- Create an empty mailspool when creating a user so non-setuid/non-setgid
|
|
|
|
MDAs (postfix+procmail) can deliver mail (#41811)
|
|
|
|
- 20000902
|
|
|
|
- adapt patches
|
|
|
|
|
2004-09-09 12:21:24 +00:00
|
|
|
* Fri Mar 9 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- don't overwrite user dot files in useradd (#19982)
|
|
|
|
- truncate new files when moving overwriting files with the contents of other
|
|
|
|
files while moving directories (keeps files from looking weird later on)
|
|
|
|
- configure using %%{_prefix} as the prefix
|
|
|
|
|
2004-09-09 12:26:35 +00:00
|
|
|
* Fri Feb 23 2001 Trond Eivind Glomsrxd <teg@redhat.com>
|
2004-09-09 12:21:24 +00:00
|
|
|
- langify
|
|
|
|
|
|
|
|
* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- Fix up chage behavior (Bug #15883)
|
|
|
|
|
|
|
|
* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- 20000826
|
|
|
|
- Fix up useradd man page (Bug #17036)
|
|
|
|
|
2004-09-09 12:21:14 +00:00
|
|
|
* Tue Aug 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- check for vipw lock before adding or deleting users (Bug #6489)
|
|
|
|
|
|
|
|
* Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- take LOG_CONS out of the openlog() call so that we don't litter the
|
|
|
|
screen during text-mode upgrades
|
|
|
|
|
|
|
|
* Tue Jul 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- Remove a fixed-size buffer that caused problems when adding a huge number
|
|
|
|
of users to a group (>8192 bytes) (Bugs #3809, #11930)
|
|
|
|
|
|
|
|
* Tue Jul 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- remove dependency on util-linux because it causes prereq loops
|
|
|
|
|
|
|
|
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- change symlinked man pages to includers
|
|
|
|
- require /usr/bin/newgrp (util-linux) so that /usr/bin/sg isn't left dangling
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- use mandir for FHS
|
|
|
|
- added patches in src/ and po/ to honor DESTDIR
|
|
|
|
- use make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
* Wed Feb 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- Fix up usermod's symlink behavior (Bug #5458)
|
|
|
|
|
|
|
|
* Fri Feb 11 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- get rid of mkpasswd
|
|
|
|
|
|
|
|
* Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- fix usermod patch to check for shadow before doing any shadow-specific stuff
|
|
|
|
and merge it into the pwlock patch
|
|
|
|
|
|
|
|
* Sat Feb 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- fix man symlinks
|
|
|
|
|
|
|
|
* Wed Feb 2 2000 Nalin Dahyabhai <gafton@redhat.com>
|
|
|
|
- make -p only change shadow password (bug #8923)
|
|
|
|
|
|
|
|
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- rebuild to fix dependeencies
|
|
|
|
- man pages are compressed
|
|
|
|
|
|
|
|
* Wed Jan 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- Fix a security bug (adduser could overwrite previously existing
|
|
|
|
groups, Bug #8609)
|
|
|
|
|
|
|
|
* Sun Jan 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- unset LINGUAS before building
|
|
|
|
- Fix typo in newusers manpage (Bug #8258)
|
|
|
|
- libtoolize
|
|
|
|
|
|
|
|
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- fix segfault for userdel when the primary group for the user is not
|
|
|
|
defined
|
|
|
|
|
|
|
|
* Tue Sep 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- Serial: 1 because now we are using 19990827 (why the heck can't they have
|
|
|
|
a normal version just like everybody else?!)
|
|
|
|
- ported all patches to the new code base
|
|
|
|
|
|
|
|
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- SIGHUP nscd from usermod, too
|
|
|
|
|
|
|
|
* Fri Apr 09 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- added usermod password locking from Chris Adams <cadams@ro.com>
|
|
|
|
|
|
|
|
* Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- have things that modify users/groups SIGHUP nscd on exit
|
|
|
|
|
|
|
|
* Wed Mar 31 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- have userdel remove user private groups when it is safe to do so
|
|
|
|
- allow -f to force user removal even when user appears busy in utmp
|
|
|
|
|
|
|
|
* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- edit out unused CHFN fields from login.defs.
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 7)
|
|
|
|
|
|
|
|
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- configure fix for arm
|
|
|
|
|
|
|
|
* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- build against glibc 2.1
|
|
|
|
|
|
|
|
* Fri Aug 21 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- Note that /usr/sbin/mkpasswd conflicts with /usr/bin/mkpasswd;
|
|
|
|
one of these (I think /usr/sbin/mkpasswd but other opinions are valid)
|
|
|
|
should probably be renamed. In any case, mkpasswd.8 from this package
|
|
|
|
needs to be installed. (problem #823)
|
|
|
|
|
|
|
|
* Fri May 08 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- updated to 980403
|
|
|
|
- redid the patches
|
|
|
|
|
|
|
|
* Tue Dec 30 1997 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- updated the spec file
|
|
|
|
- updated the patch so that new accounts created on shadowed system won't
|
|
|
|
confuse pam_pwdb anymore ('!!' default password instead on '!')
|
|
|
|
- fixed a bug that made useradd -G segfault
|
|
|
|
- the check for the ut_user is now patched into configure
|
|
|
|
|
|
|
|
* Thu Nov 13 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- added patch for XOPEN oddities in glibc headers
|
|
|
|
- check for ut_user before checking for ut_name -- this works around some
|
|
|
|
confusion on glibc 2.1 due to the utmpx header not defining the ut_name
|
|
|
|
compatibility stuff. I used a gross sed hack here because I couldn't make
|
|
|
|
automake work properly on the sparc (this could be a glibc 2.0.99 problem
|
|
|
|
though). The utuser patch works fine, but I don't apply it.
|
|
|
|
- sleep after running autoconf
|
|
|
|
|
|
|
|
* Thu Nov 06 1997 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- added forgot lastlog command to the spec file
|
|
|
|
|
|
|
|
* Mon Oct 26 1997 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- obsoletes adduser
|
|
|
|
|
|
|
|
* Thu Oct 23 1997 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- modified groupadd; updated the patch
|
|
|
|
|
|
|
|
* Fri Sep 12 1997 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- updated to 970616
|
|
|
|
- changed useradd to meet RH specs
|
|
|
|
- fixed some bugs
|
|
|
|
|
|
|
|
* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|