auto-import changelog data from passwd-0.68-3.src.rpm
Thu Feb 13 2003 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 0.68-2
- rebuild
Mon Dec 09 2002 Nalin Dahyabhai <nalin@redhat.com> 0.68-1
- implement aging adjustments for pwdb
Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 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
This commit is contained in:
parent
3d7165f0b4
commit
6548e9af27
@ -1 +1 @@
|
||||
passwd-0.67-3.tar.gz
|
||||
passwd-0.68-3.tar.gz
|
||||
|
||||
23
passwd.spec
23
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 <nalin@redhat.com> 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 <nalin@redhat.com> 0.68-2
|
||||
- rebuild
|
||||
|
||||
* Mon Dec 9 2002 Nalin Dahyabhai <nalin@redhat.com> 0.68-1
|
||||
- implement aging adjustments for pwdb
|
||||
|
||||
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 0.67-3
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user