diff --git a/.cvsignore b/.cvsignore index cedf048..f76d9d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -passwd-0.67-3.tar.gz +passwd-0.68-3.tar.gz diff --git a/passwd.spec b/passwd.spec index 21e7ca4..0f9b1a4 100644 --- a/passwd.spec +++ b/passwd.spec @@ -1,13 +1,13 @@ Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd -Version: 0.67 +Version: 0.68 Release: 3 License: BSD Group: System Environment/Base Source: passwd-%{version}-%{release}.tar.gz Buildroot: %{_tmppath}/passwd-root Requires: pam >= 0.59, /etc/pam.d/system-auth -BuildPrereq: glib-devel, libuser-devel, pam-devel +BuildPrereq: glib2-devel, libuser-devel, pam-devel %description The passwd package contains a system utility (passwd) which sets @@ -28,6 +28,9 @@ strip $RPM_BUILD_ROOT%{_bindir}/passwd install -m 755 -d $RPM_BUILD_ROOT/etc/pam.d/ install -m 644 passwd.pamd $RPM_BUILD_ROOT/etc/pam.d/passwd +rm -f $RPM_BUILD_ROOT/%{_bindir}/{chfn,chsh} +rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/{chfn,chsh}.* + %clean rm -rf $RPM_BUILD_ROOT @@ -38,6 +41,22 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog +* Thu Feb 13 2003 Nalin Dahyabhai 0.68-3 +- add aging adjustment flags to passwd(1)'s synopsis, were just in the + reference section before + +* Mon Jan 27 2003 Nalin Dahyabhai 0.68-2 +- rebuild + +* Mon Dec 9 2002 Nalin Dahyabhai 0.68-1 +- implement aging adjustments for pwdb + +* Mon Nov 11 2002 Nalin Dahyabhai 0.67-4 +- modify default PAM configuration file to not specify directories, so that + the same configuration can be used for all arches on multilib systems +- fix BuildPrereq on glib-devel to specify glib2-devel instead +- remove unpackaged files in %%install phase + * Tue May 28 2002 Nalin Dahyabhai 0.67-3 - rebuild diff --git a/sources b/sources index e37857b..bd46555 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -157fcf364f85ef3f370d8cb203824827 passwd-0.67-3.tar.gz +af42dd388a3c8bc5b0ef827b828f0257 passwd-0.68-3.tar.gz