auto-import changelog data from passwd-0.67-1.src.rpm
Wed Mar 13 2002 Nalin Dahyabhai <nalin@redhat.com> 0.67-1 - add the -i, -n, -w, and -x options to passwd
This commit is contained in:
parent
e414d0203f
commit
d589726cd5
@ -1 +1 @@
|
||||
passwd-0.65-5.tar.gz
|
||||
passwd-0.67-1.tar.gz
|
||||
|
||||
@ -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 <nalin@redhat.com> 0.67-1
|
||||
- add the -i, -n, -w, and -x options to passwd
|
||||
|
||||
* Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.65-5
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user