diff --git a/passwd.spec b/passwd.spec index eba344d..3b4bf09 100644 --- a/passwd.spec +++ b/passwd.spec @@ -1,13 +1,14 @@ Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd Version: 0.64.1 -Release: 6 -Copyright: BSD +Release: 7 +License: BSD Group: System Environment/Base Source: passwd-%{version}.tar.gz Buildroot: %{_tmppath}/passwd-root Requires: pam >= 0.59, /etc/pam.d/system-auth Requires: pwdb >= 0.58 +BuildPrereq: pam-devel, pwdb %description The passwd package contains a system utility (passwd) which sets @@ -39,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog +* Mon Aug 6 2001 Nalin Dahyabhai +- fix unguarded printf() (noted by Chris Evans) +- add missing build dependency on pwdb and pam-devel (#49550) + * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. diff --git a/sources b/sources index 5b1fae0..e7306db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f4167cfbb33630d32aa617eba0bbb21 passwd-0.64.1.tar.gz +86b3352472ee31a9fdd4b6b1295e5ac0 passwd-0.64.1.tar.gz