|
@@ -14,12 +14,12 @@ Summary: The GNOME Display Manager.
|
|
|
Summary(ja): GNOME ディスプレイマネージャ
|
|
|
Name: gdm
|
|
|
Version: 2.32.2
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: LGPL/GPL
|
|
|
Group: User Interface/X
|
|
|
URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm/
|
|
|
|
|
|
-Source: %{name}-%{version}.tar.bz2
|
|
|
+Source: %{name}-%{version}.tar.xz
|
|
|
Source1: gdm-pam
|
|
|
Source2: gdm-autologin-pam
|
|
|
Source10: polkit-gnome-authentication-agent-1.desktop
|
|
@@ -51,8 +51,12 @@ Patch500: gdm-2.32.1-vine-release.patch
|
|
|
## http://git.gnome.org/browse/gdm/commit/?h=gnome-2-28&id=98a1649b17320957b9a2521af07d15ba51c187c9
|
|
|
Patch501: gdm-2.32.0-greeter-login-window-be-dock.patch
|
|
|
|
|
|
+# add translatable tag
|
|
|
Patch502: gdm-2.32.2-simple-greeter-vine.patch
|
|
|
|
|
|
+# disable metacity compositing_manager on gdm
|
|
|
+Patch503: gdm-2.32.2-disable-metacity-compositing_manager.patch
|
|
|
+
|
|
|
# security fix
|
|
|
|
|
|
|
|
@@ -123,13 +127,14 @@ cp -f %{SOURCE130} po/ja.po
|
|
|
%patch500 -p1 -b .vine-release
|
|
|
%patch501 -p1 -b .greeter-login-window-be-dock
|
|
|
%patch502 -p1 -b .greeter-vine
|
|
|
-
|
|
|
-autoreconf -i -f
|
|
|
+%patch503 -p1 -b .disable-metacity-compositing_manager
|
|
|
|
|
|
cp -f %{SOURCE1} data/gdm
|
|
|
cp -f %{SOURCE2} data/gdm-autologin
|
|
|
|
|
|
%build
|
|
|
+
|
|
|
+autoreconf -i -f
|
|
|
%configure --with-sysconfsubdir=X11/gdm \
|
|
|
--with-dmconfdir=%{_sysconfdir}/X11/dm \
|
|
|
--with-pam-prefix=%{_sysconfdir} \
|
|
@@ -346,6 +351,9 @@ fi
|
|
|
%attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Jun 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.2-2
|
|
|
+- add patch503 to disable metacity compositing_manager
|
|
|
+
|
|
|
* Fri Jun 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
|
|
|
- update to 2.32.2
|
|
|
(including security fix for CVE-2011-1709)
|