OnlyShowIn=GNOME;

This commit is contained in:
Than Ngo 2005-03-09 11:53:27 +00:00
parent 5e05ce0953
commit 69a1194393

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager.
Name: gdm
Version: 2.6.0.7
Release: 3
Release: 4
Epoch: 1
License: LGPL/GPL
Group: User Interface/X
@ -35,6 +35,7 @@ Patch19: gdm-2.6.0.5-cleanup-xses.patch
Patch20: gdm-2.6.0.5-sort-session-list.patch
Patch21: gdm-2.6.0.5-use-cannonical-username.patch
Patch22: gdm-2.6.0.7-stat-home-dir-as-user.patch
Patch23: gdm-2.6.0.7-desktop.patch
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
@ -98,6 +99,7 @@ several different X sessions on your local machine at the same time.
%patch20 -p1 -b .sort-session-list
%patch21 -p1 -b .use-cannonical-username
%patch22 -p1 -b .stat-home-dir-as-user
%patch23 -p1 -b .onlyshowin
# 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
@ -250,6 +252,9 @@ scrollkeeper-update
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
%changelog
* Wed Mar 09 2005 Than Ngo <than@redhat.com> 1:2.6.0.7-4
- add OnlyShowIn=GNOME;
* Mon Feb 28 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.7-3
- seteuid/egid as user before testing for presence of
user's home directory (fixes bug 149899)