auto-import changelog data from passwd-0.64.1-4.src.rpm

Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Mon Jun 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- move man pages to /usr/man
Thu Jun 01 2000 Nalin Dahyabhai <nalin@redhat.com>
- modify PAM setup to use system-auth
- modify for building as non-root users
Mon Feb 07 2000 Bill Nottingham <notting@redhat.com>
- fix manpage links
Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- document --stdin in man page
- fix for gzipped man pages
Sat Apr 10 1999 Cristian Gafton <gafton@redhat.com>
- first build from the new source code base.
This commit is contained in:
cvsdist 2004-09-09 09:52:00 +00:00
parent f706f47933
commit 74ddf6a3b4
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1 @@
passwd-0.64.1.tar.gz

60
passwd.spec Normal file
View File

@ -0,0 +1,60 @@
Summary: The passwd utility for setting/changing passwords using PAM.
Name: passwd
Version: 0.64.1
Release: 4
Copyright: 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
%description
The passwd package contains a system utility (passwd) which sets
and/or changes passwords, using PAM (Pluggable Authentication
Modules).
To use passwd, you should have PAM installed on your system.
%prep
%setup -q
%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
make install TOP_DIR=$RPM_BUILD_ROOT bindir=%{_bindir} mandir=%{_mandir}
strip $RPM_BUILD_ROOT%{_bindir}/passwd
mkdir -p $RPM_BUILD_ROOT/etc/pam.d/
install -m 644 passwd.pamd $RPM_BUILD_ROOT/etc/pam.d/passwd
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%config /etc/pam.d/passwd
%attr(4511,root,root) %{_bindir}/passwd
%{_mandir}/man1/passwd.1*
%changelog
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Mon Jun 5 2000 Nalin Dahyabhai <nalin@redhat.com>
- move man pages to %{_mandir}
* Thu Jun 1 2000 Nalin Dahyabhai <nalin@redhat.com>
- modify PAM setup to use system-auth
- modify for building as non-root users
* Mon Feb 7 2000 Bill Nottingham <notting@redhat.com>
- fix manpage links
* Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- document --stdin in man page
- fix for gzipped man pages
* Sat Apr 10 1999 Cristian Gafton <gafton@redhat.com>
- first build from the new source code base.

View File

@ -0,0 +1 @@
6f4167cfbb33630d32aa617eba0bbb21 passwd-0.64.1.tar.gz