auto-import pam-0.75-31 from pam-0.75-31.src.rpm
This commit is contained in:
parent
035542f9c8
commit
0313d50ba5
@ -1,3 +1,3 @@
|
|||||||
Linux-PAM-0.75.tar.bz2
|
Linux-PAM-0.75.tar.bz2
|
||||||
pam-redhat-0.75-29.tar.gz
|
pam-redhat-0.75-31.tar.gz
|
||||||
pwdb-0.61.2.tar.gz
|
pwdb-0.61.2.tar.gz
|
||||||
|
12
pam.spec
12
pam.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: A security tool which provides authentication for applications.
|
Summary: A security tool which provides authentication for applications.
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 0.75
|
Version: 0.75
|
||||||
Release: 29
|
Release: 31
|
||||||
License: GPL or BSD
|
License: GPL or BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
||||||
@ -69,6 +69,7 @@ Patch50: pam-0.75-reentrant.patch
|
|||||||
Patch51: pam-0.75-macros.patch
|
Patch51: pam-0.75-macros.patch
|
||||||
Patch52: pam-0.75-pwdb-static.patch
|
Patch52: pam-0.75-pwdb-static.patch
|
||||||
Patch53: pam-0.75-unix-log_success.patch
|
Patch53: pam-0.75-unix-log_success.patch
|
||||||
|
Patch54: pam-0.75-misc-err.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: cracklib, cracklib-dicts, glib, initscripts >= 3.94
|
Requires: cracklib, cracklib-dicts, glib, initscripts >= 3.94
|
||||||
@ -155,6 +156,7 @@ cp %{_datadir}/automake/install-sh .
|
|||||||
%patch51 -p1 -b .macros
|
%patch51 -p1 -b .macros
|
||||||
%patch52 -p1 -b .pwdb-static
|
%patch52 -p1 -b .pwdb-static
|
||||||
%patch53 -p1 -b .unix-log_success
|
%patch53 -p1 -b .unix-log_success
|
||||||
|
%patch54 -p1 -b .misc-err
|
||||||
for readme in modules/pam_*/README ; do
|
for readme in modules/pam_*/README ; do
|
||||||
cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
|
cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
|
||||||
done
|
done
|
||||||
@ -362,6 +364,14 @@ fi
|
|||||||
#%{_libdir}/libpam_misc.so
|
#%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-31
|
||||||
|
- libpam_misc: fix possible infinite loop in misc_conv (#62195)
|
||||||
|
- pam_xauth: fix cases where DISPLAY is "localhost:screen" and the xauth
|
||||||
|
key is actually stored using the system's hostname (#61524)
|
||||||
|
|
||||||
|
* Mon Mar 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-30
|
||||||
|
- rebuild
|
||||||
|
|
||||||
* Mon Mar 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-29
|
* Mon Mar 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-29
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
2f19d6f6908e46d8b4d115e9f842d147 Linux-PAM-0.75.tar.bz2
|
2f19d6f6908e46d8b4d115e9f842d147 Linux-PAM-0.75.tar.bz2
|
||||||
75599809abf78b2ed396aa9fef099845 pam-redhat-0.75-29.tar.gz
|
24c4a0751f48cd82c66ca597994f0804 pam-redhat-0.75-31.tar.gz
|
||||||
d5a4c1dd44b8cae5eda51725112fd5c8 pwdb-0.61.2.tar.gz
|
d5a4c1dd44b8cae5eda51725112fd5c8 pwdb-0.61.2.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user