- fixed broken logic from the last change (#196851)

This commit is contained in:
Tomáš Mráz 2006-07-17 08:12:08 +00:00
parent 4e98afbd9f
commit f7d9f674ed
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
passwd-0.72.tar.bz2
passwd-0.73.tar.bz2

View File

@ -6,7 +6,7 @@
%endif
Summary: The passwd utility for setting/changing passwords using PAM
Name: passwd
Version: 0.72
Version: 0.73
Release: 1
License: BSD
Group: System Environment/Base
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/passwd.1*
%changelog
* Mon Jul 17 2006 Tomas Mraz <tmraz@redhat.com> 0.73-1
- fixed broken logic from the last change (#196851)
* Fri Jul 14 2006 Tomas Mraz <tmraz@redhat.com> 0.72-1
- merged audit patch to upstream cvs
- improved passwd -S output (#170344)

View File

@ -1 +1 @@
26438e7f37b2a60fb012d6e8fb345848 passwd-0.72.tar.bz2
10e0164430a11f0982b9d24dc39394fc passwd-0.73.tar.bz2