- Clean up xses if the session was successfullly completed. (fixes bug
#136382)
This commit is contained in:
parent
34ab07ddb4
commit
50b2e5ee34
10
gdm.spec
10
gdm.spec
@ -16,7 +16,7 @@
|
||||
Summary: The GNOME Display Manager.
|
||||
Name: gdm
|
||||
Version: 2.6.0.5
|
||||
Release: 5
|
||||
Release: 6
|
||||
Epoch: 1
|
||||
License: LGPL/GPL
|
||||
Group: User Interface/X
|
||||
@ -33,6 +33,7 @@ Patch15: gdm-2.6.0.0-update-switchdesk-location.patch
|
||||
Patch16: gdm-2.6.0.0-pie.patch
|
||||
Patch17: gdm-2.6.0.5-check-selection.patch
|
||||
Patch18: gdm-2.6.0.5-fix-norwegian.patch
|
||||
Patch19: gdm-2.6.0.5-cleanup-xses.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
|
||||
|
||||
@ -94,6 +95,7 @@ several different X sessions on your local machine at the same time.
|
||||
%patch16 -p1 -b .pie
|
||||
%patch17 -p1 -b .check-selection
|
||||
%patch18 -p1 -b .fix-norwegian
|
||||
%patch19 -p1 -b .cleanup-xses
|
||||
|
||||
# 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
|
||||
@ -246,7 +248,11 @@ scrollkeeper-update
|
||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||
|
||||
%changelog
|
||||
* Thu Oct 19 2004 Ray Strode <rstrode@redhat.com> 1:2.6.0.5-5
|
||||
* Wed Oct 20 2004 Ray Strode <rstrode@redhat.com> 1:2.6.0.5-6
|
||||
- Clean up xses if the session was successfullly completed.
|
||||
(fixes bug #136382)
|
||||
|
||||
* Tue Oct 19 2004 Ray Strode <rstrode@redhat.com> 1:2.6.0.5-5
|
||||
- Prefer nb_NO over no_NO for Norwegian (fixes bug #136033)
|
||||
|
||||
* Thu Oct 7 2004 Alexander Larsson <alexl@redhat.com> - 1:2.6.0.5-4
|
||||
|
Loading…
Reference in New Issue
Block a user