Blame SPECS/shadow-utils.spec

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