- add initial wtmp and btmp logging support
2.15.6-4 - fix bug in security token support
This commit is contained in:
parent
b0fe998fd9
commit
ecc2b32536
12
gdm.spec
12
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager.
|
Summary: The GNOME Display Manager.
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.15.6
|
Version: 2.15.6
|
||||||
Release: 3
|
Release: 5
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPL/GPL
|
License: LGPL/GPL
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -49,6 +49,7 @@ Patch20: gdm-2.15.5-reset-pam.patch
|
|||||||
Patch21: gdm-2.15.5-security-tokens.patch
|
Patch21: gdm-2.15.5-security-tokens.patch
|
||||||
Patch22: gdm-2.15.5-session-keyring.patch
|
Patch22: gdm-2.15.5-session-keyring.patch
|
||||||
Patch23: gdm-2.15.6-fix-setup-hang.patch
|
Patch23: gdm-2.15.6-fix-setup-hang.patch
|
||||||
|
Patch24: gdm-2.15.6-wtmp.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
|
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
|
||||||
|
|
||||||
@ -129,8 +130,9 @@ several different X sessions on your local machine at the same time.
|
|||||||
%patch19 -p1 -b .move-default-message
|
%patch19 -p1 -b .move-default-message
|
||||||
%patch20 -p1 -b .reset-pam
|
%patch20 -p1 -b .reset-pam
|
||||||
%patch21 -p1 -b .security-tokens
|
%patch21 -p1 -b .security-tokens
|
||||||
%patch22 -p1 -b .session-keyring
|
#%patch22 -p1 -b .session-keyring
|
||||||
%patch23 -p1 -b .fix-setup-hang
|
%patch23 -p1 -b .fix-setup-hang
|
||||||
|
%patch24 -p1 -b .wtmp
|
||||||
|
|
||||||
# fix the time format for ja
|
# fix the time format for ja
|
||||||
perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po
|
perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po
|
||||||
@ -326,6 +328,12 @@ fi
|
|||||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 16 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-5
|
||||||
|
- add initial wtmp and btmp logging support
|
||||||
|
|
||||||
|
* Fri Jul 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-4
|
||||||
|
- fix bug in security token support
|
||||||
|
|
||||||
* Fri Jul 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-3
|
* Fri Jul 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-3
|
||||||
- fix hang in gdmsetup
|
- fix hang in gdmsetup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user