- Change to use getseuserbyname
This commit is contained in:
parent
2b8648c3fb
commit
c40f049eec
10
gdm.spec
10
gdm.spec
@ -1,3 +1,4 @@
|
|||||||
|
%define libselinuxver 1.27.7
|
||||||
%define pango_version 1.2.0
|
%define pango_version 1.2.0
|
||||||
%define gtk2_version 2.6.0
|
%define gtk2_version 2.6.0
|
||||||
%define libglade2_version 2.0.0
|
%define libglade2_version 2.0.0
|
||||||
@ -13,7 +14,7 @@
|
|||||||
Summary: The GNOME Display Manager.
|
Summary: The GNOME Display Manager.
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.8.0.4
|
Version: 2.8.0.4
|
||||||
Release: 3
|
Release: 4
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPL/GPL
|
License: LGPL/GPL
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -76,7 +77,8 @@ BuildRequires: libtool automake14 autoconf
|
|||||||
BuildRequires: libcroco-devel
|
BuildRequires: libcroco-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel >= %{libselinuxver}
|
||||||
|
Requires: libselinux >= %{libselinuxver}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gdm (the GNOME Display Manager) is a highly configurable
|
Gdm (the GNOME Display Manager) is a highly configurable
|
||||||
@ -90,6 +92,7 @@ several different X sessions on your local machine at the same time.
|
|||||||
%patch1 -p1 -b .change-defaults
|
%patch1 -p1 -b .change-defaults
|
||||||
%patch2 -p1 -b .add-pam-timestamp-module
|
%patch2 -p1 -b .add-pam-timestamp-module
|
||||||
%patch3 -p1 -b .fix-selinux-check
|
%patch3 -p1 -b .fix-selinux-check
|
||||||
|
exit
|
||||||
%patch4 -p1 -b .session-errors-in-tmp
|
%patch4 -p1 -b .session-errors-in-tmp
|
||||||
%patch5 -p1 -b .update-switchdesk-location
|
%patch5 -p1 -b .update-switchdesk-location
|
||||||
##%patch6 -p1 -b .wait-for-bootup
|
##%patch6 -p1 -b .wait-for-bootup
|
||||||
@ -263,6 +266,9 @@ fi
|
|||||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 13 2005 Dan Walsh <dwalsh@redhat.com> 1:2.8.0.4-4
|
||||||
|
- Change to use getseuserbyname
|
||||||
|
|
||||||
* Thu Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1:2.8.0.4-3
|
* Thu Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1:2.8.0.4-3
|
||||||
- Fix selinux not to fail when in permissive mode
|
- Fix selinux not to fail when in permissive mode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user