OnlyShowIn=GNOME;
This commit is contained in:
parent
5e05ce0953
commit
69a1194393
7
gdm.spec
7
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager.
|
Summary: The GNOME Display Manager.
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.6.0.7
|
Version: 2.6.0.7
|
||||||
Release: 3
|
Release: 4
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPL/GPL
|
License: LGPL/GPL
|
||||||
Group: User Interface/X
|
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
|
Patch20: gdm-2.6.0.5-sort-session-list.patch
|
||||||
Patch21: gdm-2.6.0.5-use-cannonical-username.patch
|
Patch21: gdm-2.6.0.5-use-cannonical-username.patch
|
||||||
Patch22: gdm-2.6.0.7-stat-home-dir-as-user.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
|
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
|
%patch20 -p1 -b .sort-session-list
|
||||||
%patch21 -p1 -b .use-cannonical-username
|
%patch21 -p1 -b .use-cannonical-username
|
||||||
%patch22 -p1 -b .stat-home-dir-as-user
|
%patch22 -p1 -b .stat-home-dir-as-user
|
||||||
|
%patch23 -p1 -b .onlyshowin
|
||||||
|
|
||||||
# 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
|
||||||
@ -250,6 +252,9 @@ scrollkeeper-update
|
|||||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 28 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.7-3
|
||||||
- seteuid/egid as user before testing for presence of
|
- seteuid/egid as user before testing for presence of
|
||||||
user's home directory (fixes bug 149899)
|
user's home directory (fixes bug 149899)
|
||||||
|
Loading…
Reference in New Issue
Block a user