This commit is contained in:
parent
208abf0fd0
commit
f79622fb96
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7db2ef12ce40bca25e03e0d87e7a7f1032e6af794767eadd411b526ec1ae8b3
|
|
||||||
size 2138828
|
|
15
gdm-2.23.92-gsd-path.patch
Normal file
15
gdm-2.23.92-gsd-path.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Index: gdm-2.23.92/data/greeter-autostart/gnome-settings-daemon.desktop.in.in
|
||||||
|
===================================================================
|
||||||
|
--- gdm-2.23.92.orig/data/greeter-autostart/gnome-settings-daemon.desktop.in.in
|
||||||
|
+++ gdm-2.23.92/data/greeter-autostart/gnome-settings-daemon.desktop.in.in
|
||||||
|
@@ -1,8 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
_Name=GNOME Settings Daemon
|
||||||
|
-TryExec=@LIBEXECDIR@/gnome-settings-daemon
|
||||||
|
-Exec=@LIBEXECDIR@/gnome-settings-daemon --gconf-prefix=/apps/gdm/simple-greeter/settings-manager-plugins
|
||||||
|
+TryExec=/usr/lib/gnome-settings-daemon/gnome-settings-daemon
|
||||||
|
+Exec=/usr/lib/gnome-settings-daemon/gnome-settings-daemon --gconf-prefix=/apps/gdm/simple-greeter/settings-manager-plugins
|
||||||
|
OnlyShowIn=GNOME;
|
||||||
|
X-GNOME-Autostart-Phase=Initialization
|
||||||
|
X-GNOME-Autostart-Notify=true
|
13
gdm-2.23.92-set-xauthlocalhostname-when-local.patch
Normal file
13
gdm-2.23.92-set-xauthlocalhostname-when-local.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: gdm-2.23.92/daemon/gdm-slave.c
|
||||||
|
===================================================================
|
||||||
|
--- gdm-2.23.92.orig/daemon/gdm-slave.c
|
||||||
|
+++ gdm-2.23.92/daemon/gdm-slave.c
|
||||||
|
@@ -218,6 +218,8 @@ get_script_environment (GdmSlave *slav
|
||||||
|
|
||||||
|
if (! slave->priv->display_is_local) {
|
||||||
|
g_hash_table_insert (hash, g_strdup ("REMOTE_HOST"), g_strdup (slave->priv->display_hostname));
|
||||||
|
+ } else {
|
||||||
|
+ g_hash_table_insert (hash, g_strdup ("XAUTHLOCALHOSTNAME"), g_strdup ("localhost"));
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Runs as root */
|
3
gdm-2.23.92.tar.bz2
Normal file
3
gdm-2.23.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0d6b7bb743de9258448a42079d8e9862667feb157d62358c90b9801f9bb50f7
|
||||||
|
size 2654861
|
@ -4,4 +4,3 @@ account include common-account
|
|||||||
password include common-password
|
password include common-password
|
||||||
session required pam_loginuid.so
|
session required pam_loginuid.so
|
||||||
session include common-session
|
session include common-session
|
||||||
session required pam_resmgr.so
|
|
||||||
|
@ -1,105 +0,0 @@
|
|||||||
--- configure.ac
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -631,42 +631,14 @@
|
|
||||||
if test x$with_tcp_wrappers = xno ; then
|
|
||||||
echo "TCP wrappers disabled"
|
|
||||||
else
|
|
||||||
- AC_MSG_CHECKING([whether to use TCP wrappers])
|
|
||||||
LIBWRAP_PATH=""
|
|
||||||
case "$host" in
|
|
||||||
*-*-solaris*)
|
|
||||||
if test -f /usr/sfw/lib/libwrap.so; then
|
|
||||||
- LIBWRAP_PATH=/usr/sfw/lib/libwrap.so
|
|
||||||
- echo "Found $LIBWRAP_PATH" 1>&5
|
|
||||||
- fi
|
|
||||||
- LIBWRAP_LIBS="-L/usr/sfw/lib -R/usr/sfw/lib -lwrap"
|
|
||||||
- ;;
|
|
||||||
- *)
|
|
||||||
- for I in $LDFLAGS $LIBS -L/usr/lib; do
|
|
||||||
- case "$I" in
|
|
||||||
- -L*)
|
|
||||||
- THEFILE="`echo $I | sed -e 's,^-L,,'`"
|
|
||||||
- echo "From $I, checking in dir $THEFILE for libwrap.a" 1>&5
|
|
||||||
- if test -f $THEFILE/libwrap.a; then
|
|
||||||
- LIBWRAP_PATH=$THEFILE/libwrap.a
|
|
||||||
- echo "Found $LIBWRAP_PATH" 1>&5
|
|
||||||
- break
|
|
||||||
- fi
|
|
||||||
- ;;
|
|
||||||
- esac
|
|
||||||
- done
|
|
||||||
- ;;
|
|
||||||
- esac
|
|
||||||
-
|
|
||||||
- if test -n "$LIBWRAP_PATH"; then
|
|
||||||
- AC_MSG_RESULT(yes)
|
|
||||||
- else
|
|
||||||
- AC_MSG_RESULT(no)
|
|
||||||
- fi
|
|
||||||
-
|
|
||||||
- if test -n "$LIBWRAP_PATH"; then
|
|
||||||
- nm $LIBWRAP_PATH | grep 'T setenv' && LIBWRAP_PATH=""
|
|
||||||
- if test -z "$LIBWRAP_PATH"; then
|
|
||||||
+ LIBWRAP_PATH=/usr/sfw/lib/libwrap.so
|
|
||||||
+ echo "Found $LIBWRAP_PATH" 1>&5
|
|
||||||
+ nm $LIBWRAP_PATH | grep 'T setenv' && LIBWRAP_PATH=""
|
|
||||||
+ if test -z "$LIBWRAP_PATH"; then
|
|
||||||
echo "*********************************************************"
|
|
||||||
echo " You have a broken TCP wrappers library (setenv included)"
|
|
||||||
echo " Please get the latest TCP wrappers package from your OS"
|
|
||||||
@@ -675,28 +647,33 @@
|
|
||||||
echo
|
|
||||||
echo "Not using TCP wrappers after all."
|
|
||||||
echo "*********************************************************"
|
|
||||||
- else
|
|
||||||
- AC_DEFINE(HAVE_TCPWRAPPERS)
|
|
||||||
+ else
|
|
||||||
+ LIBWRAP_LIBS="-L/usr/sfw/lib -R/usr/sfw/lib -lwrap"
|
|
||||||
+ AC_DEFINE(HAVE_TCPWRAPPERS)
|
|
||||||
+ fi
|
|
||||||
fi
|
|
||||||
- fi
|
|
||||||
-
|
|
||||||
- case "$host" in
|
|
||||||
- *-*-solaris*)
|
|
||||||
- # No need for extra libwrap checking.
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
- if test -n "$LIBWRAP_PATH"; then
|
|
||||||
- AC_CHECK_LIB(wrap, hosts_ctl, [
|
|
||||||
- LIBWRAP_LIBS="-lwrap"], [
|
|
||||||
- LIBWRAP_LIBS="$LIBWRAP_PATH"])
|
|
||||||
- fi
|
|
||||||
+ AC_CHECK_LIB([wrap], [hosts_ctl], [
|
|
||||||
+ LIBWRAP_LIBS="-lwrap"
|
|
||||||
+ LIBWRAP_PATH=auto
|
|
||||||
+ AC_DEFINE(HAVE_TCPWRAPPERS)])
|
|
||||||
+ ;;
|
|
||||||
+ esac
|
|
||||||
+
|
|
||||||
+ AC_MSG_CHECKING([whether to use TCP wrappers])
|
|
||||||
+ if test -n "$LIBWRAP_PATH"; then
|
|
||||||
+ AC_MSG_RESULT(yes)
|
|
||||||
+ else
|
|
||||||
+ AC_MSG_RESULT(no)
|
|
||||||
+ fi
|
|
||||||
|
|
||||||
dnl find out if we need -lnsl or whatever
|
|
||||||
LIB_NSL=
|
|
||||||
if test -n "$LIBWRAP_PATH"; then
|
|
||||||
AC_MSG_CHECKING(whether -lwrap also requires -lnsl)
|
|
||||||
ORIG_LIBS="$LIBS"
|
|
||||||
- LIBS="$EXTRA_DAEMON_LIBS $LIBS"
|
|
||||||
+ LIBS="$EXTRA_DAEMON_LIBS $LIBS $LIBWRAP_LIBS"
|
|
||||||
AC_TRY_LINK([
|
|
||||||
#include <tcpd.h>
|
|
||||||
int allow_severity, deny_severity;
|
|
||||||
@@ -719,8 +696,6 @@
|
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
- ;;
|
|
||||||
- esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_SUBST(LIBWRAP_LIBS)
|
|
25
gdm.changes
25
gdm.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 11 07:41:55 EDT 2008 - jpr@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.23.92:
|
||||||
|
* Fix selection handling in language and layout choosers
|
||||||
|
* Fixed bgo#545337, grey screen on login
|
||||||
|
* Start g-s-d correctly
|
||||||
|
* Add missing WM desktop file
|
||||||
|
* Add docs
|
||||||
|
* Make set-show-user* into construct properties
|
||||||
|
* Revert the larger greeter font size
|
||||||
|
* Add slave log file
|
||||||
|
* Fix up some log rotation problems
|
||||||
|
* Translations
|
||||||
|
- Set permissions on gconf files in /var/lib/gdm so gdm user can
|
||||||
|
read them
|
||||||
|
- Point to the correct location for gnome-settings-daemon when
|
||||||
|
starting the greeter session with gdm-2.23.92-gsd-path.path
|
||||||
|
- Use the suse standard libexecdir
|
||||||
|
- Remove gdm-libwrap.patch, the issue was solved upstream
|
||||||
|
- Remove resmgr from pam files (bnc#422615)
|
||||||
|
- Obsolete fast-user-switch-applet, the applet was merged into gdm
|
||||||
|
- Add gdm-2.23.92-set-xauthlocalhostname-when-local.patch to fix
|
||||||
|
race when host name changes at start up (bnc #420057)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 22 17:04:10 CEST 2008 - prusnak@suse.cz
|
Fri Aug 22 17:04:10 CEST 2008 - prusnak@suse.cz
|
||||||
|
|
||||||
|
1
gdm.pamd
1
gdm.pamd
@ -4,4 +4,3 @@ account include common-account
|
|||||||
password include common-password
|
password include common-password
|
||||||
session required pam_loginuid.so
|
session required pam_loginuid.so
|
||||||
session include common-session
|
session include common-session
|
||||||
session required pam_resmgr.so
|
|
||||||
|
157
gdm.spec
157
gdm.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdm (Version 2.23.2)
|
# spec file for package gdm (Version 2.23.92)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,8 +19,33 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gdm
|
Name: gdm
|
||||||
BuildRequires: PolicyKit-gnome-devel check-devel docbook_4 fdupes gconf2-devel gnome-common gnome-doc-utils-devel gnome-panel-devel gnome-patch-translation intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel libgnutls-devel librsvg-devel libwnck-devel libxklavier-devel pam-devel perl-XML-Parser pwdutils scrollkeeper tcpd-devel update-desktop-files xorg-x11-server xorg-x11-server-extra zenity
|
BuildRequires: PolicyKit-gnome-devel
|
||||||
|
BuildRequires: check-devel
|
||||||
|
BuildRequires: docbook_4
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: gconf2-devel
|
||||||
|
BuildRequires: gnome-common
|
||||||
|
BuildRequires: gnome-doc-utils-devel
|
||||||
|
BuildRequires: gnome-panel-devel
|
||||||
|
BuildRequires: gnome-patch-translation
|
||||||
|
BuildRequires: intltool
|
||||||
|
BuildRequires: libglade2-devel
|
||||||
|
BuildRequires: libgnomeprintui-devel
|
||||||
|
BuildRequires: libgnomeui-devel
|
||||||
|
BuildRequires: libgnutls-devel
|
||||||
|
BuildRequires: librsvg-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libwnck-devel
|
||||||
|
BuildRequires: libxklavier-devel
|
||||||
|
BuildRequires: pam-devel
|
||||||
|
BuildRequires: perl-XML-Parser
|
||||||
|
BuildRequires: pwdutils
|
||||||
|
BuildRequires: scrollkeeper
|
||||||
|
BuildRequires: tcpd-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: xorg-x11-server
|
||||||
|
BuildRequires: xorg-x11-server-extra
|
||||||
|
BuildRequires: zenity
|
||||||
PreReq: /usr/sbin/groupadd
|
PreReq: /usr/sbin/groupadd
|
||||||
PreReq: /usr/sbin/useradd
|
PreReq: /usr/sbin/useradd
|
||||||
PreReq: /usr/sbin/usermod
|
PreReq: /usr/sbin/usermod
|
||||||
@ -30,8 +55,8 @@ PreReq: %fillup_prereq
|
|||||||
PreReq: %insserv_prereq
|
PreReq: %insserv_prereq
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.23.2
|
Version: 2.23.92
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: The GNOME 2.x Display Manager
|
Summary: The GNOME 2.x Display Manager
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: gdm.pamd
|
Source1: gdm.pamd
|
||||||
@ -41,10 +66,10 @@ Source3: SuSEconfig.gdm
|
|||||||
Source5: sysconfig.displaymanager-gdm
|
Source5: sysconfig.displaymanager-gdm
|
||||||
Patch1: gdm-consolekit-helper-subdir.patch
|
Patch1: gdm-consolekit-helper-subdir.patch
|
||||||
Patch2: gdm-2.21.9-no-fatal-warnings.patch
|
Patch2: gdm-2.21.9-no-fatal-warnings.patch
|
||||||
|
Patch3: gdm-2.23.92-set-xauthlocalhostname-when-local.patch
|
||||||
Patch4: gdm-2.21.5-vt7-temporary-hack.patch
|
Patch4: gdm-2.21.5-vt7-temporary-hack.patch
|
||||||
|
Patch5: gdm-2.23.92-gsd-path.patch
|
||||||
Patch28: gdm-X_SERVER.patch
|
Patch28: gdm-X_SERVER.patch
|
||||||
# PATCH-FIX-UPSTREAM gdm-libwrap.patch bgo548676 sbrabec@suse.cz -- Find tcp_wrappers correctly on bi-arch x86_64
|
|
||||||
Patch29: gdm-libwrap.patch
|
|
||||||
# PATCH-SUSE: enable SELinux
|
# PATCH-SUSE: enable SELinux
|
||||||
Patch60: gdm-selinux.patch
|
Patch60: gdm-selinux.patch
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
@ -52,6 +77,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
DocDir: %{_defaultdocdir}
|
DocDir: %{_defaultdocdir}
|
||||||
Provides: gdm2
|
Provides: gdm2
|
||||||
Obsoletes: gdm2
|
Obsoletes: gdm2
|
||||||
|
Obsoletes: fast-user-switch-applet <= 2.22.0
|
||||||
Requires: gnome-themes klogd xorg-x11-server-extra
|
Requires: gnome-themes klogd xorg-x11-server-extra
|
||||||
Requires: %{name}-branding
|
Requires: %{name}-branding
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
@ -101,23 +127,24 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
%patch28
|
%patch28
|
||||||
%patch29
|
|
||||||
%patch60
|
%patch60
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure\
|
%configure\
|
||||||
--libexecdir=%{_prefix}/lib \
|
--libexecdir=%{_prefix}/lib/gdm \
|
||||||
--localstatedir=%{_localstatedir} \
|
--localstatedir=%{_localstatedir} \
|
||||||
--with-atspi-dir=%{_prefix}/lib/at-spi \
|
--with-atspi-dir=%{_prefix}/lib/at-spi \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
--enable-ipv6\
|
--enable-ipv6\
|
||||||
--disable-scrollkeeper\
|
--disable-scrollkeeper\
|
||||||
--enable-secureremote
|
--enable-secureremote
|
||||||
make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -187,19 +214,21 @@ fi
|
|||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
%{_datadir}/pixmaps/faces
|
%{_datadir}/pixmaps/faces
|
||||||
%{_datadir}/icons/*/*/*/*.*
|
%{_datadir}/icons/*/*/*/*.*
|
||||||
%{_prefix}/lib/gdm-*
|
%dir %{_prefix}/lib/gdm
|
||||||
|
%{_prefix}/lib/gdm/gdm-*
|
||||||
%{_libdir}/bonobo/servers/*
|
%{_libdir}/bonobo/servers/*
|
||||||
/var/lib/gdm
|
/var/lib/gdm
|
||||||
%{_datadir}/gnome-2.0/ui/*
|
%{_datadir}/gnome-2.0/ui/*
|
||||||
%attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm
|
%attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm
|
||||||
%attr(755,gdm,gdm) %dir %{_localstatedir}/run/gdm
|
%attr(755,gdm,gdm) %dir %{_localstatedir}/run/gdm
|
||||||
%attr(750,gdm,gdm) %dir %{_localstatedir}/log/gdm
|
%attr(750,gdm,gdm) %dir %{_localstatedir}/log/gdm
|
||||||
|
%attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm/.gconf.mandatory
|
||||||
|
%attr(640,gdm,gdm) %{_localstatedir}/lib/gdm/.gconf.mandatory/%gconf-tree.xml
|
||||||
|
%attr(640,gdm,gdm) %{_localstatedir}/lib/gdm/.gconf.path
|
||||||
%config /etc/pam.d/*
|
%config /etc/pam.d/*
|
||||||
/sbin/conf.d/SuSEconfig.gdm
|
/sbin/conf.d/SuSEconfig.gdm
|
||||||
%config %{_sysconfdir}/dbus-1/system.d/gdm.conf
|
%config %{_sysconfdir}/dbus-1/system.d/gdm.conf
|
||||||
%config %{_sysconfdir}/gdm/gdm.schemas
|
%config %{_sysconfdir}/gdm/gdm.schemas
|
||||||
%{_localstatedir}/lib/gdm/.gconf.mandatory/%gconf-tree.xml
|
|
||||||
%{_localstatedir}/lib/gdm/.gconf.path
|
|
||||||
|
|
||||||
%files branding-upstream
|
%files branding-upstream
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -208,6 +237,28 @@ fi
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 11 2008 jpr@novell.com
|
||||||
|
- Update to version 2.23.92:
|
||||||
|
* Fix selection handling in language and layout choosers
|
||||||
|
* Fixed bgo#545337, grey screen on login
|
||||||
|
* Start g-s-d correctly
|
||||||
|
* Add missing WM desktop file
|
||||||
|
* Add docs
|
||||||
|
* Make set-show-user* into construct properties
|
||||||
|
* Revert the larger greeter font size
|
||||||
|
* Add slave log file
|
||||||
|
* Fix up some log rotation problems
|
||||||
|
* Translations
|
||||||
|
- Set permissions on gconf files in /var/lib/gdm so gdm user can
|
||||||
|
read them
|
||||||
|
- Point to the correct location for gnome-settings-daemon when
|
||||||
|
starting the greeter session with gdm-2.23.92-gsd-path.path
|
||||||
|
- Use the suse standard libexecdir
|
||||||
|
- Remove gdm-libwrap.patch, the issue was solved upstream
|
||||||
|
- Remove resmgr from pam files (bnc#422615)
|
||||||
|
- Obsolete fast-user-switch-applet, the applet was merged into gdm
|
||||||
|
- Add gdm-2.23.92-set-xauthlocalhostname-when-local.patch to fix
|
||||||
|
race when host name changes at start up (bnc #420057)
|
||||||
* Fri Aug 22 2008 prusnak@suse.cz
|
* Fri Aug 22 2008 prusnak@suse.cz
|
||||||
- enabled SELinux support [Fate#303662]
|
- enabled SELinux support [Fate#303662]
|
||||||
* Wed Aug 20 2008 sbrabec@suse.cz
|
* Wed Aug 20 2008 sbrabec@suse.cz
|
||||||
@ -235,7 +286,7 @@ fi
|
|||||||
up in /usr/lib64 correctly
|
up in /usr/lib64 correctly
|
||||||
- Remove the empty %%post section
|
- Remove the empty %%post section
|
||||||
- Mark several files as config files.
|
- Mark several files as config files.
|
||||||
* Sat Aug 02 2008 hpj@suse.de
|
* Fri Aug 01 2008 hpj@suse.de
|
||||||
- Major upgrade to GDM 2.22.0, which is pretty much a complete rewrite upstream:
|
- Major upgrade to GDM 2.22.0, which is pretty much a complete rewrite upstream:
|
||||||
+ Added gdm-consolekit-helper-subdir.patch, which lets GDM find ConsoleKit's
|
+ Added gdm-consolekit-helper-subdir.patch, which lets GDM find ConsoleKit's
|
||||||
helper executable in the subdir where it's installed.
|
helper executable in the subdir where it's installed.
|
||||||
@ -341,7 +392,7 @@ fi
|
|||||||
displays.
|
displays.
|
||||||
+ Build/configure fixes for Solaris.
|
+ Build/configure fixes for Solaris.
|
||||||
+ Translation updates.
|
+ Translation updates.
|
||||||
* Wed Nov 14 2007 hpj@suse.de
|
* Tue Nov 13 2007 hpj@suse.de
|
||||||
- Removed second --with-atspi-dir from configure.
|
- Removed second --with-atspi-dir from configure.
|
||||||
- Added gdm-tab-triggers-enter.patch, which fixes Novell bug
|
- Added gdm-tab-triggers-enter.patch, which fixes Novell bug
|
||||||
[#334446].
|
[#334446].
|
||||||
@ -350,7 +401,7 @@ fi
|
|||||||
(#337428)
|
(#337428)
|
||||||
- Updated gdm-xdm-sessions.patch to run again the /etc/X11/xdm
|
- Updated gdm-xdm-sessions.patch to run again the /etc/X11/xdm
|
||||||
scripts (#304399)
|
scripts (#304399)
|
||||||
* Fri Nov 09 2007 hpj@suse.de
|
* Thu Nov 08 2007 hpj@suse.de
|
||||||
- Pass the --with-atspi-dir= flag to configure so the
|
- Pass the --with-atspi-dir= flag to configure so the
|
||||||
at-spi-registryd is started correctly. Fixes Novell bug #337428.
|
at-spi-registryd is started correctly. Fixes Novell bug #337428.
|
||||||
* Thu Oct 18 2007 maw@suse.de
|
* Thu Oct 18 2007 maw@suse.de
|
||||||
@ -358,7 +409,7 @@ fi
|
|||||||
- Add abuild.patch.
|
- Add abuild.patch.
|
||||||
* Thu Oct 11 2007 sbrabec@suse.cz
|
* Thu Oct 11 2007 sbrabec@suse.cz
|
||||||
- Removed bogus dependency on mDNSResponder.
|
- Removed bogus dependency on mDNSResponder.
|
||||||
* Mon Sep 24 2007 hpj@suse.de
|
* Sun Sep 23 2007 hpj@suse.de
|
||||||
- Added gdm-2.20.0-wait-for-restart.patch, which fixes Novell bug
|
- Added gdm-2.20.0-wait-for-restart.patch, which fixes Novell bug
|
||||||
[#326281].
|
[#326281].
|
||||||
* Thu Sep 20 2007 banderso@suse.de
|
* Thu Sep 20 2007 banderso@suse.de
|
||||||
@ -452,7 +503,7 @@ fi
|
|||||||
- The greeter.dtd file has been updated. Now the default GDM themes
|
- The greeter.dtd file has been updated. Now the default GDM themes
|
||||||
validate with this dtd. (Dave Fincher)
|
validate with this dtd. (Dave Fincher)
|
||||||
- Plus translation updates for a plethora of locales.
|
- Plus translation updates for a plethora of locales.
|
||||||
* Fri Aug 17 2007 hpj@suse.de
|
* Thu Aug 16 2007 hpj@suse.de
|
||||||
- Fixed missing configuration variable definition in
|
- Fixed missing configuration variable definition in
|
||||||
gdm-2.8.0.7-domain-entry.patch.
|
gdm-2.8.0.7-domain-entry.patch.
|
||||||
* Fri Aug 10 2007 sbrabec@suse.cz
|
* Fri Aug 10 2007 sbrabec@suse.cz
|
||||||
@ -492,11 +543,11 @@ fi
|
|||||||
* Tue Jul 24 2007 jpr@suse.de
|
* Tue Jul 24 2007 jpr@suse.de
|
||||||
- Add xorg-x11-server-extras for Xnest/Xephyr so that the defaults
|
- Add xorg-x11-server-extras for Xnest/Xephyr so that the defaults
|
||||||
are set correctly (not an installation dep)
|
are set correctly (not an installation dep)
|
||||||
* Fri Jul 20 2007 maw@suse.de
|
* Thu Jul 19 2007 maw@suse.de
|
||||||
- Reenable gdm-conf.patch (#292837).
|
- Reenable gdm-conf.patch (#292837).
|
||||||
* Tue Jul 17 2007 coolo@suse.de
|
* Tue Jul 17 2007 coolo@suse.de
|
||||||
- fix pointer arithmetic
|
- fix pointer arithmetic
|
||||||
* Tue Jul 17 2007 mauro@suse.de
|
* Mon Jul 16 2007 mauro@suse.de
|
||||||
- Update to version 2.19.3
|
- Update to version 2.19.3
|
||||||
- Clean up of the not applicable patches.
|
- Clean up of the not applicable patches.
|
||||||
- Bugfixes for #448547, #448548, #443557.
|
- Bugfixes for #448547, #448548, #443557.
|
||||||
@ -540,15 +591,15 @@ fi
|
|||||||
Fontenelle, Pema Geyleg, Priit Laes, Kjartan Maraas, Inaki Larranaga
|
Fontenelle, Pema Geyleg, Priit Laes, Kjartan Maraas, Inaki Larranaga
|
||||||
Murgoitio, Kostas Papadimas, Ignacio Casal Quinteiro, Hendrik Richter,
|
Murgoitio, Kostas Papadimas, Ignacio Casal Quinteiro, Hendrik Richter,
|
||||||
Changwoo Ryu, Claudio Saavedra)
|
Changwoo Ryu, Claudio Saavedra)
|
||||||
* Sat Mar 31 2007 maw@suse.de
|
* Fri Mar 30 2007 maw@suse.de
|
||||||
- Update to version 2.18.0
|
- Update to version 2.18.0
|
||||||
- b.g.o 415513, 417350, 415181, 409801, 409693, 406226, and 407687.
|
- b.g.o 415513, 417350, 415181, 409801, 409693, 406226, and 407687.
|
||||||
* Fri Mar 30 2007 aj@suse.de
|
* Fri Mar 30 2007 aj@suse.de
|
||||||
- Add pwdutils to BuildRequires.
|
- Add pwdutils to BuildRequires.
|
||||||
* Thu Mar 22 2007 hpj@suse.de
|
* Wed Mar 21 2007 hpj@suse.de
|
||||||
- Add gdm-2.17.7-vt-fallback.patch. This is a port of the fix for
|
- Add gdm-2.17.7-vt-fallback.patch. This is a port of the fix for
|
||||||
https://bugzilla.novell.com/show_bug.cgi?id=206804
|
https://bugzilla.novell.com/show_bug.cgi?id=206804
|
||||||
* Wed Mar 14 2007 maw@suse.de
|
* Tue Mar 13 2007 maw@suse.de
|
||||||
- Update to version 2.17.7
|
- Update to version 2.17.7
|
||||||
- Removeupstreamed gdm-autobuild-warning.patch,
|
- Removeupstreamed gdm-autobuild-warning.patch,
|
||||||
gdm-bufferoverrun.patch
|
gdm-bufferoverrun.patch
|
||||||
@ -556,10 +607,10 @@ fi
|
|||||||
[#400698], #399486, #352263, #395790, #394421.
|
[#400698], #399486, #352263, #395790, #394421.
|
||||||
* Fri Mar 02 2007 sbrabec@suse.cz
|
* Fri Mar 02 2007 sbrabec@suse.cz
|
||||||
- Do not own /usr/share/xsessions (#229172).
|
- Do not own /usr/share/xsessions (#229172).
|
||||||
* Tue Feb 27 2007 hpj@suse.de
|
* Mon Feb 26 2007 hpj@suse.de
|
||||||
- Added gdm-2.13.0.4-audit-login.patch, which fixes Novell bug
|
- Added gdm-2.13.0.4-audit-login.patch, which fixes Novell bug
|
||||||
[#234133] (GDM cannot log authentication attempts).
|
[#234133] (GDM cannot log authentication attempts).
|
||||||
* Wed Feb 14 2007 hpj@suse.de
|
* Tue Feb 13 2007 hpj@suse.de
|
||||||
- Add gdm-trunk-string-literal-cmp.patch. Fixes #233655.
|
- Add gdm-trunk-string-literal-cmp.patch. Fixes #233655.
|
||||||
* Mon Feb 12 2007 sbrabec@suse.cz
|
* Mon Feb 12 2007 sbrabec@suse.cz
|
||||||
- Fixed reversed interpretation of
|
- Fixed reversed interpretation of
|
||||||
@ -606,7 +657,7 @@ fi
|
|||||||
* Fri Oct 27 2006 jhargadon@suse.de
|
* Fri Oct 27 2006 jhargadon@suse.de
|
||||||
- changed TryExec to be the same as Exec in gdmsetup.desktop to
|
- changed TryExec to be the same as Exec in gdmsetup.desktop to
|
||||||
resolve bug #210943
|
resolve bug #210943
|
||||||
* Tue Oct 24 2006 jhargadon@suse.de
|
* Mon Oct 23 2006 jhargadon@suse.de
|
||||||
- mkdir /var/log/gdm (#213737)
|
- mkdir /var/log/gdm (#213737)
|
||||||
* Thu Oct 12 2006 danw@suse.de
|
* Thu Oct 12 2006 danw@suse.de
|
||||||
- Remove some dead patches. Rename a few for consistency
|
- Remove some dead patches. Rename a few for consistency
|
||||||
@ -628,7 +679,7 @@ fi
|
|||||||
* Tue Sep 26 2006 jhargadon@suse.de
|
* Tue Sep 26 2006 jhargadon@suse.de
|
||||||
- removed am_devperm.so from gdm.pamd and gdm-autologin.pamd
|
- removed am_devperm.so from gdm.pamd and gdm-autologin.pamd
|
||||||
to resolve bug #206963
|
to resolve bug #206963
|
||||||
* Thu Sep 21 2006 jhargadon@suse.de
|
* Wed Sep 20 2006 jhargadon@suse.de
|
||||||
- modified SuSEconfig.gdm to reflect the name change of gdm.conf
|
- modified SuSEconfig.gdm to reflect the name change of gdm.conf
|
||||||
to custom.conf. bug #206904
|
to custom.conf. bug #206904
|
||||||
* Thu Sep 14 2006 jhargadon@suse.de
|
* Thu Sep 14 2006 jhargadon@suse.de
|
||||||
@ -640,7 +691,7 @@ fi
|
|||||||
- 341619 - No longer save "Failsafe" sessions as user's default login
|
- 341619 - No longer save "Failsafe" sessions as user's default login
|
||||||
* Mon Sep 04 2006 kukuk@suse.de
|
* Mon Sep 04 2006 kukuk@suse.de
|
||||||
- Add pam_loginuid.so to gdm.pamd and gdm-autologin.pamd
|
- Add pam_loginuid.so to gdm.pamd and gdm-autologin.pamd
|
||||||
* Thu Aug 31 2006 jhargadon@suse.de
|
* Wed Aug 30 2006 jhargadon@suse.de
|
||||||
- update to version 2.15.10
|
- update to version 2.15.10
|
||||||
- Now gdmlogin centers cursor in the GUI to ensure that the login
|
- Now gdmlogin centers cursor in the GUI to ensure that the login
|
||||||
window always has focus
|
window always has focus
|
||||||
@ -722,21 +773,21 @@ fi
|
|||||||
- Per-display configuration is now supported.
|
- Per-display configuration is now supported.
|
||||||
- Greeter themes now support real GTK+ button types, making gdmgreeter
|
- Greeter themes now support real GTK+ button types, making gdmgreeter
|
||||||
better support a11y and allow GTK themeable buttons.
|
better support a11y and allow GTK themeable buttons.
|
||||||
* Sat Jun 10 2006 hpj@suse.de
|
* Fri Jun 09 2006 hpj@suse.de
|
||||||
- Update domain entry patch to default to the currently joined
|
- Update domain entry patch to default to the currently joined
|
||||||
Active Directory domain if there was no stored preference. Fixes
|
Active Directory domain if there was no stored preference. Fixes
|
||||||
Novell bug #167344.
|
Novell bug #167344.
|
||||||
* Thu Jun 01 2006 hpj@suse.de
|
* Wed May 31 2006 hpj@suse.de
|
||||||
- Don't let any user configure GDM from the login screen if a
|
- Don't let any user configure GDM from the login screen if a
|
||||||
theme with user list is in effect. Fixes Novell bug #180219.
|
theme with user list is in effect. Fixes Novell bug #180219.
|
||||||
* Thu Jun 01 2006 dreveman@suse.de
|
* Wed May 31 2006 dreveman@suse.de
|
||||||
- Fix bg patch and change gdm.conf patch so we pass -br to X
|
- Fix bg patch and change gdm.conf patch so we pass -br to X
|
||||||
server for black root window. (bnc 179847)
|
server for black root window. (bnc 179847)
|
||||||
* Wed May 24 2006 sbrabec@suse.cz
|
* Wed May 24 2006 sbrabec@suse.cz
|
||||||
- Do not display Japanese string in terminal, which doesn't support
|
- Do not display Japanese string in terminal, which doesn't support
|
||||||
it (#168736).
|
it (#168736).
|
||||||
- Disabled beep on start (#174786).
|
- Disabled beep on start (#174786).
|
||||||
* Fri May 19 2006 hpj@suse.de
|
* Thu May 18 2006 hpj@suse.de
|
||||||
- Made GDM use the more graphically intensive, but prettier,
|
- Made GDM use the more graphically intensive, but prettier,
|
||||||
gdmgreeter for remote logins. Fixes Novell bug #176661.
|
gdmgreeter for remote logins. Fixes Novell bug #176661.
|
||||||
* Tue May 16 2006 sbrabec@suse.cz
|
* Tue May 16 2006 sbrabec@suse.cz
|
||||||
@ -774,7 +825,7 @@ fi
|
|||||||
service, bug #158786.
|
service, bug #158786.
|
||||||
* Sat Mar 11 2006 coolo@suse.de
|
* Sat Mar 11 2006 coolo@suse.de
|
||||||
- fix the only-show-in-gnome patch to patch the .desktop.in
|
- fix the only-show-in-gnome patch to patch the .desktop.in
|
||||||
* Tue Mar 07 2006 federico@novell.com
|
* Mon Mar 06 2006 federico@novell.com
|
||||||
- Fix installation of the earlygdm service; we were not calling
|
- Fix installation of the earlygdm service; we were not calling
|
||||||
fillup_and_insserv with "displaymanager" for the configuration
|
fillup_and_insserv with "displaymanager" for the configuration
|
||||||
filename.
|
filename.
|
||||||
@ -783,9 +834,9 @@ fi
|
|||||||
in PLUS (148468#c17).
|
in PLUS (148468#c17).
|
||||||
* Tue Feb 28 2006 sbrabec@suse.cz
|
* Tue Feb 28 2006 sbrabec@suse.cz
|
||||||
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
||||||
* Sat Feb 25 2006 hpj@suse.de
|
* Fri Feb 24 2006 hpj@suse.de
|
||||||
- Add patch to fix tab keynav.
|
- Add patch to fix tab keynav.
|
||||||
* Sat Feb 18 2006 sreeves@suse.de
|
* Fri Feb 17 2006 sreeves@suse.de
|
||||||
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
||||||
* Fri Feb 17 2006 gekker@suse.de
|
* Fri Feb 17 2006 gekker@suse.de
|
||||||
- Fix background color in GDM, it should be black
|
- Fix background color in GDM, it should be black
|
||||||
@ -811,10 +862,10 @@ fi
|
|||||||
- Added patch to require root auth to halt or reboot.
|
- Added patch to require root auth to halt or reboot.
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Jan 19 2006 hpj@suse.de
|
* Wed Jan 18 2006 hpj@suse.de
|
||||||
- Updated the domain logon patch with numerous new features and
|
- Updated the domain logon patch with numerous new features and
|
||||||
cosmetic fixes.
|
cosmetic fixes.
|
||||||
* Tue Jan 17 2006 hpj@suse.de
|
* Mon Jan 16 2006 hpj@suse.de
|
||||||
- Fixed a bug in logon code that prevented domain logons from
|
- Fixed a bug in logon code that prevented domain logons from
|
||||||
working. Updated domain logon patch.
|
working. Updated domain logon patch.
|
||||||
* Fri Jan 13 2006 schwab@suse.de
|
* Fri Jan 13 2006 schwab@suse.de
|
||||||
@ -837,31 +888,31 @@ fi
|
|||||||
* Fri Oct 14 2005 hpj@suse.de
|
* Fri Oct 14 2005 hpj@suse.de
|
||||||
- Updated xauthority-across-hostname-changes patch to use
|
- Updated xauthority-across-hostname-changes patch to use
|
||||||
XAUTHLOCALHOSTNAME environment variable.
|
XAUTHLOCALHOSTNAME environment variable.
|
||||||
* Fri Oct 14 2005 gekker@suse.de
|
* Thu Oct 13 2005 gekker@suse.de
|
||||||
- Update to version 2.8.0.5
|
- Update to version 2.8.0.5
|
||||||
* Wed Oct 05 2005 gekker@suse.de
|
* Tue Oct 04 2005 gekker@suse.de
|
||||||
- Rediff patch for background colors
|
- Rediff patch for background colors
|
||||||
* Tue Oct 04 2005 gekker@suse.de
|
* Tue Oct 04 2005 gekker@suse.de
|
||||||
- Fix background colors to be consistent on startup
|
- Fix background colors to be consistent on startup
|
||||||
* Tue Sep 20 2005 sbrabec@suse.cz
|
* Tue Sep 20 2005 sbrabec@suse.cz
|
||||||
- Removed references to build directory in installed .la files.
|
- Removed references to build directory in installed .la files.
|
||||||
* Fri Sep 16 2005 gekker@suse.de
|
* Thu Sep 15 2005 gekker@suse.de
|
||||||
- Make Industrial the default Gtk+ theme (114173)
|
- Make Industrial the default Gtk+ theme (114173)
|
||||||
* Tue Sep 06 2005 sbrabec@suse.cz
|
* Tue Sep 06 2005 sbrabec@suse.cz
|
||||||
- Updated to version 2.8.0.4.
|
- Updated to version 2.8.0.4.
|
||||||
* Tue Aug 23 2005 gekker@suse.de
|
* Mon Aug 22 2005 gekker@suse.de
|
||||||
- Update to version 2.8.0.3
|
- Update to version 2.8.0.3
|
||||||
- Remove upstreamed autologin patch
|
- Remove upstreamed autologin patch
|
||||||
- Now installs .desktop files in correct location no need to move
|
- Now installs .desktop files in correct location no need to move
|
||||||
* Sat Aug 20 2005 hpj@suse.de
|
* Fri Aug 19 2005 hpj@suse.de
|
||||||
- Make the default session option work on autologin; we now get GNOME.
|
- Make the default session option work on autologin; we now get GNOME.
|
||||||
* Tue Aug 16 2005 sbrabec@suse.cz
|
* Tue Aug 16 2005 sbrabec@suse.cz
|
||||||
- Use gnome-screensaver instead of xscreensaver.
|
- Use gnome-screensaver instead of xscreensaver.
|
||||||
* Sat Aug 13 2005 hpj@suse.de
|
* Fri Aug 12 2005 hpj@suse.de
|
||||||
- Made gdm-autologin.pam not require a password.
|
- Made gdm-autologin.pam not require a password.
|
||||||
* Fri Aug 12 2005 jpr@suse.de
|
* Fri Aug 12 2005 jpr@suse.de
|
||||||
- require xorg-x11-xnest for the gdmflexiserver -n option
|
- require xorg-x11-xnest for the gdmflexiserver -n option
|
||||||
* Fri Aug 12 2005 gekker@suse.de
|
* Thu Aug 11 2005 gekker@suse.de
|
||||||
- Update to version 2.8.0.2
|
- Update to version 2.8.0.2
|
||||||
- Make 64bit clean
|
- Make 64bit clean
|
||||||
* Sun Jul 31 2005 jpr@suse.de
|
* Sun Jul 31 2005 jpr@suse.de
|
||||||
@ -898,7 +949,7 @@ fi
|
|||||||
* Fri Feb 11 2005 sbrabec@suse.cz
|
* Fri Feb 11 2005 sbrabec@suse.cz
|
||||||
- Resource only /usr/share/xsessions for session desktop files.
|
- Resource only /usr/share/xsessions for session desktop files.
|
||||||
- Fixed tcp_wrappers support on bi-arch.
|
- Fixed tcp_wrappers support on bi-arch.
|
||||||
* Fri Feb 11 2005 gekker@suse.de
|
* Thu Feb 10 2005 gekker@suse.de
|
||||||
- Update to version 2.6.0.7
|
- Update to version 2.6.0.7
|
||||||
* Wed Feb 09 2005 sbrabec@suse.cz
|
* Wed Feb 09 2005 sbrabec@suse.cz
|
||||||
- Cleaned-up configuration and patches.
|
- Cleaned-up configuration and patches.
|
||||||
@ -913,7 +964,7 @@ fi
|
|||||||
- add X-KDE-RootOnly to gdmsetup.desktop (#45807)
|
- add X-KDE-RootOnly to gdmsetup.desktop (#45807)
|
||||||
* Mon Nov 15 2004 kukuk@suse.de
|
* Mon Nov 15 2004 kukuk@suse.de
|
||||||
- Use common-* PAM config files for gdm and gdm-autologin
|
- Use common-* PAM config files for gdm and gdm-autologin
|
||||||
* Wed Oct 27 2004 mmj@suse.de
|
* Tue Oct 26 2004 mmj@suse.de
|
||||||
- Locale rename no to nb
|
- Locale rename no to nb
|
||||||
* Fri Oct 15 2004 sbrabec@suse.cz
|
* Fri Oct 15 2004 sbrabec@suse.cz
|
||||||
- Implemented sysconfig displaymanager support.
|
- Implemented sysconfig displaymanager support.
|
||||||
@ -922,7 +973,7 @@ fi
|
|||||||
the industrial theme (#44330)
|
the industrial theme (#44330)
|
||||||
* Wed Aug 25 2004 clahey@suse.de
|
* Wed Aug 25 2004 clahey@suse.de
|
||||||
- Cache gdm help and show gdm in khelpcenter.
|
- Cache gdm help and show gdm in khelpcenter.
|
||||||
* Tue Aug 17 2004 ro@suse.de
|
* Mon Aug 16 2004 ro@suse.de
|
||||||
- fixed specfile
|
- fixed specfile
|
||||||
* Mon Aug 16 2004 shprasad@suse.de
|
* Mon Aug 16 2004 shprasad@suse.de
|
||||||
- Fixes bug #60020
|
- Fixes bug #60020
|
||||||
@ -936,10 +987,10 @@ fi
|
|||||||
time of login.
|
time of login.
|
||||||
(In the spec file, the diff file, gdm-session-startkde.diff, is
|
(In the spec file, the diff file, gdm-session-startkde.diff, is
|
||||||
applied at the %%install section)
|
applied at the %%install section)
|
||||||
* Thu Jun 24 2004 dave@suse.de
|
* Wed Jun 23 2004 dave@suse.de
|
||||||
- Added gdm-presession-kde-path.patch, adds /opt/kde3/bin to the
|
- Added gdm-presession-kde-path.patch, adds /opt/kde3/bin to the
|
||||||
gdm path
|
gdm path
|
||||||
* Sat Jun 12 2004 clahey@suse.de
|
* Fri Jun 11 2004 clahey@suse.de
|
||||||
- Added gdm-support-gdmctl.patch.
|
- Added gdm-support-gdmctl.patch.
|
||||||
* Wed Jun 02 2004 mibarra@suse.de
|
* Wed Jun 02 2004 mibarra@suse.de
|
||||||
- Fixed gdm.conf to use the correct group
|
- Fixed gdm.conf to use the correct group
|
||||||
@ -953,7 +1004,7 @@ fi
|
|||||||
- honor xdm scripts (#37852)
|
- honor xdm scripts (#37852)
|
||||||
* Tue Mar 23 2004 sbrabec@suse.cz
|
* Tue Mar 23 2004 sbrabec@suse.cz
|
||||||
- Non-UTF-8 locales removed from language menu.
|
- Non-UTF-8 locales removed from language menu.
|
||||||
* Tue Mar 23 2004 hhetter@suse.de
|
* Mon Mar 22 2004 hhetter@suse.de
|
||||||
- remove SuSEconfig.gdm; it's no longer needed to manage
|
- remove SuSEconfig.gdm; it's no longer needed to manage
|
||||||
the available sessions for gdm, as it is now using desktop
|
the available sessions for gdm, as it is now using desktop
|
||||||
files to define it's sessions (#36267)
|
files to define it's sessions (#36267)
|
||||||
@ -989,7 +1040,7 @@ fi
|
|||||||
- updated to version 2.4.1.6
|
- updated to version 2.4.1.6
|
||||||
* Mon Jul 28 2003 kukuk@suse.de
|
* Mon Jul 28 2003 kukuk@suse.de
|
||||||
- Make sure /var/lib/gdm has correct permissions
|
- Make sure /var/lib/gdm has correct permissions
|
||||||
* Fri Jul 25 2003 hhetter@suse.de
|
* Thu Jul 24 2003 hhetter@suse.de
|
||||||
- move capplets to correct position
|
- move capplets to correct position
|
||||||
- fix build
|
- fix build
|
||||||
* Wed Jul 16 2003 sbrabec@suse.cz
|
* Wed Jul 16 2003 sbrabec@suse.cz
|
||||||
@ -1002,7 +1053,7 @@ fi
|
|||||||
- Updated neededforbuild.
|
- Updated neededforbuild.
|
||||||
- Use %%find_lang.
|
- Use %%find_lang.
|
||||||
- Prefix clash fix (capplets).
|
- Prefix clash fix (capplets).
|
||||||
* Wed May 28 2003 ro@suse.de
|
* Tue May 27 2003 ro@suse.de
|
||||||
- remove unpackaged files from buildroot
|
- remove unpackaged files from buildroot
|
||||||
* Mon May 26 2003 sbrabec@suse.cz
|
* Mon May 26 2003 sbrabec@suse.cz
|
||||||
- Re-enabled UTF-8 alternatives for all locales.
|
- Re-enabled UTF-8 alternatives for all locales.
|
||||||
@ -1026,7 +1077,7 @@ fi
|
|||||||
- updated to 2.4.1.3 [GNOME 2.2.0]
|
- updated to 2.4.1.3 [GNOME 2.2.0]
|
||||||
* Fri Feb 07 2003 kukuk@suse.de
|
* Fri Feb 07 2003 kukuk@suse.de
|
||||||
- Use pam_unix2.so instead of pam_unix.so
|
- Use pam_unix2.so instead of pam_unix.so
|
||||||
* Thu Jan 16 2003 ro@suse.de
|
* Wed Jan 15 2003 ro@suse.de
|
||||||
- use gtk2-devel-packages and libjpeg in neededforbuild
|
- use gtk2-devel-packages and libjpeg in neededforbuild
|
||||||
* Tue Jan 07 2003 sbrabec@suse.cz
|
* Tue Jan 07 2003 sbrabec@suse.cz
|
||||||
- Update to version 2.4.1.0.
|
- Update to version 2.4.1.0.
|
||||||
@ -1039,7 +1090,7 @@ fi
|
|||||||
- Removed sox from neededforbuild.
|
- Removed sox from neededforbuild.
|
||||||
* Thu Nov 28 2002 hhetter@suse.de
|
* Thu Nov 28 2002 hhetter@suse.de
|
||||||
- updated to version 2.4.0.12 [GNOME 2.0.3]
|
- updated to version 2.4.0.12 [GNOME 2.0.3]
|
||||||
* Tue Nov 12 2002 ro@suse.de
|
* Mon Nov 11 2002 ro@suse.de
|
||||||
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
|
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
|
||||||
* Sun Nov 03 2002 mfabian@suse.de
|
* Sun Nov 03 2002 mfabian@suse.de
|
||||||
- Bug Id #21407: correct wrong spelling of UTF-8 locale names
|
- Bug Id #21407: correct wrong spelling of UTF-8 locale names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user