- don't log pam_keyinit debug messages by default (#199783)
This commit is contained in:
parent
f81d37360c
commit
3e0c7af627
7
pam.spec
7
pam.spec
@ -11,7 +11,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.99.5.0
|
Version: 0.99.5.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
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
|
||||||
@ -36,6 +36,7 @@ Patch83: pam-0.99.4.0-succif-service.patch
|
|||||||
Patch84: pam-0.99.5.0-access-gai.patch
|
Patch84: pam-0.99.5.0-access-gai.patch
|
||||||
Patch85: pam-0.99.5.0-selinux-enoent.patch
|
Patch85: pam-0.99.5.0-selinux-enoent.patch
|
||||||
Patch86: pam-0.99.5.0-console-no-ainit.patch
|
Patch86: pam-0.99.5.0-console-no-ainit.patch
|
||||||
|
Patch87: pam-0.99.5.0-keyinit-no-debug.patch
|
||||||
Patch90: pam-0.99.5.0-namespace-init.patch
|
Patch90: pam-0.99.5.0-namespace-init.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -100,6 +101,7 @@ cp %{SOURCE7} .
|
|||||||
%patch84 -p0 -b .gai
|
%patch84 -p0 -b .gai
|
||||||
%patch85 -p1 -b .enoent
|
%patch85 -p1 -b .enoent
|
||||||
%patch86 -p1 -b .no-ainit
|
%patch86 -p1 -b .no-ainit
|
||||||
|
%patch87 -p1 -b .no-debug
|
||||||
%patch90 -p1 -b .namespace-init
|
%patch90 -p1 -b .namespace-init
|
||||||
|
|
||||||
for readme in modules/pam_*/README ; do
|
for readme in modules/pam_*/README ; do
|
||||||
@ -367,6 +369,9 @@ fi
|
|||||||
%{_libdir}/libpam_misc.so
|
%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-5
|
||||||
|
- don't log pam_keyinit debug messages by default (#199783)
|
||||||
|
|
||||||
* Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-4
|
* Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-4
|
||||||
- drop ainit from console.handlers (#199561)
|
- drop ainit from console.handlers (#199561)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user