Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 148652 Details for
Bug 229755
pam_succeed_if fails when it should succeed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to pam spec to (i) build cleanly and (ii) add list match feature
pam-spec.patch (text/plain), 1.60 KB, created by
John Robinson
on 2007-02-23 08:11:17 UTC
(
hide
)
Description:
Patch to pam spec to (i) build cleanly and (ii) add list match feature
Filename:
MIME Type:
Creator:
John Robinson
Created:
2007-02-23 08:11:17 UTC
Size:
1.60 KB
patch
obsolete
>--- pam.spec~ 2006-05-12 11:02:21.000000000 +0100 >+++ pam.spec 2007-02-23 08:04:12.000000000 +0000 >@@ -11,7 +11,7 @@ > Summary: A security tool which provides authentication for applications. > Name: pam > Version: 0.77 >-Release: 66.17 >+Release: 66.17.1 > License: GPL or BSD > Group: System Environment/Base > Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2 >@@ -101,6 +101,7 @@ > Patch101: pam-0.77-modules-linkpam.patch > Patch102: pam-0.77-tally-fail-close.patch > Patch103: pam-0.77-tally-large-uid.patch >+Patch104: pam-0.77-inlist.patch > > BuildRoot: %{_tmppath}/%{name}-root > Requires: cracklib, cracklib-dicts, glib2, initscripts >= 3.94 >@@ -228,6 +229,7 @@ > %patch101 -p1 -b .linkpam > %patch102 -p1 -b .fail-close > %patch103 -p1 -b .large-uid >+%patch104 -p0 -b .inlist > > for readme in modules/pam_*/README ; do > cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'` >@@ -306,7 +308,8 @@ > install -d -m 755 $RPM_BUILD_ROOT%{_libdir} > for lib in libpam libpamc libpam_misc ; do > ln -sf ../../%{_lib}/${lib}.so.%{version} $RPM_BUILD_ROOT%{_libdir}/${lib}.so >-ln -sf ${lib}.so.%{version} $RPM_BUILD_ROOT/%{_lib}/${lib}.so >+#ln -sf ${lib}.so.%{version} $RPM_BUILD_ROOT/%{_lib}/${lib}.so >+rm -f $RPM_BUILD_ROOT/%{_lib}/${lib}.so > mv $RPM_BUILD_ROOT/%{_lib}/${lib}.a $RPM_BUILD_ROOT%{_libdir}/ > done > >@@ -498,6 +501,9 @@ > %{_libdir}/libpam_misc.so > > %changelog >+* Fri Feb 23 2007 John Robinson <john.robinson@yuiop.co.uk> 0.77-66.17.1 >+- add "in list" feature from upstream >+ > * Fri May 12 2006 Tomas Mraz <tmraz@redhat.com> 0.75-66.17 > - support large uids in pam_tally (#191032) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229755
:
148651
| 148652