Remove trailing white-spaces from spec file
Signed-off-by: Björn Esser <besser82@fedoraproject.org>
This commit is contained in:
parent
9f38c534db
commit
0012d59db0
26
pam.spec
26
pam.spec
@ -192,7 +192,7 @@ ln -sf system-auth.5 $RPM_BUILD_ROOT%{_mandir}/man5/smartcard-auth.5
|
||||
|
||||
|
||||
for phase in auth acct passwd session ; do
|
||||
ln -sf pam_unix.so $RPM_BUILD_ROOT%{_pam_moduledir}/pam_unix_${phase}.so
|
||||
ln -sf pam_unix.so $RPM_BUILD_ROOT%{_pam_moduledir}/pam_unix_${phase}.so
|
||||
done
|
||||
|
||||
# Remove .la files and make new .so links -- this depends on the value
|
||||
@ -1299,12 +1299,12 @@ support)
|
||||
- pam_unix: always honor nis flag on password change (by Aaron Hope)
|
||||
|
||||
* Wed Aug 24 2005 Tomas Mraz <tmraz@redhat.com> 0.80-7
|
||||
- don't fail in audit code when audit is not compiled in
|
||||
- don't fail in audit code when audit is not compiled in
|
||||
on the newest kernels (#166422)
|
||||
|
||||
* Mon Aug 01 2005 Tomas Mraz <tmraz@redhat.com> 0.80-6
|
||||
- add option to pam_loginuid to require auditd
|
||||
|
||||
|
||||
* Fri Jul 29 2005 Tomas Mraz <tmraz@redhat.com> 0.80-5
|
||||
- fix NULL dereference in pam_userdb (#164418)
|
||||
|
||||
@ -1439,17 +1439,17 @@ support)
|
||||
|
||||
* Tue Oct 19 2004 Tomas Mraz <tmraz@redhat.com> 0.77-63
|
||||
- Fix checking of group %%group syntax in pam_limits
|
||||
- Drop fencepost patch as it was already fixed
|
||||
- Drop fencepost patch as it was already fixed
|
||||
by upstream change from 0.75 to 0.77
|
||||
- Fix brokenshadow patch
|
||||
|
||||
* Mon Oct 11 2004 Tomas Mraz <tmraz@redhat.com> 0.77-62
|
||||
- Added bluetooth, raw1394 and flash to console.perms
|
||||
- pam_console manpage fix
|
||||
- pam_console manpage fix
|
||||
|
||||
* Mon Oct 11 2004 Tomas Mraz <tmraz@redhat.com> 0.77-61
|
||||
- #129328 pam_env shouldn't abort on missing /etc/environment
|
||||
- #126985 pam_stack should always copy the conversation function
|
||||
- #126985 pam_stack should always copy the conversation function
|
||||
- #127524 add /etc/security/opasswd to files
|
||||
|
||||
* Tue Sep 28 2004 Phil Knirsch <pknirsch@redhat.com> 0.77-60
|
||||
@ -1466,7 +1466,7 @@ support)
|
||||
|
||||
* Mon Sep 13 2004 Tomas Mraz <tmraz@redhat.com> 0.77-56
|
||||
- #75454 fixed locking when changing password
|
||||
- #127054
|
||||
- #127054
|
||||
- #125653 removed unnecessary getgrouplist call
|
||||
- #124979 added quiet option to pam_succeed_if
|
||||
|
||||
@ -1477,7 +1477,7 @@ support)
|
||||
- Move pam_console.lock to /var/run/console/
|
||||
|
||||
* Thu Jul 29 2004 Dan Walsh <dwalsh@redhat.com> 0.77-53
|
||||
- Close fd[1] before pam_modutilread so that unix_verify will complete
|
||||
- Close fd[1] before pam_modutilread so that unix_verify will complete
|
||||
|
||||
* Tue Jul 27 2004 Alan Cox <alan@redhat.com> 0.77-52
|
||||
- First chunk of Steve Grubb's resource leak and other fixes
|
||||
@ -1589,7 +1589,7 @@ support)
|
||||
- Cleanup unix_chkpwd
|
||||
|
||||
* Mon Nov 03 2003 Dan Walsh <dwalsh@redhat.com> 0.77-17.sel
|
||||
- Fix tty handling
|
||||
- Fix tty handling
|
||||
- Add back multiple handling
|
||||
|
||||
* Mon Oct 27 2003 Dan Walsh <dwalsh@redhat.com> 0.77-16.sel
|
||||
@ -1611,7 +1611,7 @@ support)
|
||||
- Add Russell Coker patch to handle /dev/pty
|
||||
|
||||
* Fri Oct 17 2003 Dan Walsh <dwalsh@redhat.com> 0.77-13.sel
|
||||
- Turn on Selinux
|
||||
- Turn on Selinux
|
||||
|
||||
* Fri Oct 17 2003 Dan Walsh <dwalsh@redhat.com> 0.77-12
|
||||
- Fix pam_timestamp to work when 0 seconds have elapsed
|
||||
@ -1620,7 +1620,7 @@ support)
|
||||
- Turn off selinux
|
||||
|
||||
* Thu Sep 25 2003 Dan Walsh <dwalsh@redhat.com> 0.77-10.sel
|
||||
- Turn on Selinux and remove multiple choice of context.
|
||||
- Turn on Selinux and remove multiple choice of context.
|
||||
|
||||
* Wed Sep 24 2003 Dan Walsh <dwalsh@redhat.com> 0.77-10
|
||||
- Turn off selinux
|
||||
@ -1707,9 +1707,9 @@ support)
|
||||
- use $ISA in default configs
|
||||
|
||||
* Fri Oct 04 2002 Elliot Lee <sopwith@redhat.com> 0.75-42
|
||||
- Since cracklib-dicts location will not be correctly detected without
|
||||
- Since cracklib-dicts location will not be correctly detected without
|
||||
that package being installed, add buildreq for cracklib-dicts.
|
||||
- Add patch57: makes configure use $LIBNAME when searching for cracklib
|
||||
- Add patch57: makes configure use $LIBNAME when searching for cracklib
|
||||
dicts, and error out if not found.
|
||||
|
||||
* Thu Sep 12 2002 Than Ngo <than@redhat.com> 0.75-41.1
|
||||
|
Loading…
Reference in New Issue
Block a user