diff --git a/.cvsignore b/.cvsignore index 06daea1..506fa1b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -passwd-0.65-5.tar.gz +passwd-0.67-1.tar.gz diff --git a/passwd.spec b/passwd.spec index f56eb63..8a9d170 100644 --- a/passwd.spec +++ b/passwd.spec @@ -1,7 +1,7 @@ Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd -Version: 0.65 -Release: 5 +Version: 0.67 +Release: 1 License: BSD Group: System Environment/Base Source: passwd-%{version}-%{release}.tar.gz @@ -20,7 +20,7 @@ To use passwd, you should have PAM installed on your system. %setup -q %build -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" +make DEBUG= RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install make install DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} mandir=%{_mandir} @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog +* Wed Mar 13 2002 Nalin Dahyabhai 0.67-1 +- add the -i, -n, -w, and -x options to passwd + * Mon Mar 11 2002 Nalin Dahyabhai 0.65-5 - rebuild diff --git a/sources b/sources index 41fce13..d2ef42d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40526989f0a7d769ffe13f4ff9ded773 passwd-0.65-5.tar.gz +bb18db0645e8102ef9ce3ebd291d4e52 passwd-0.67-1.tar.gz