Browse Source

gdm2setup: add patch8 to disable Autologin if TimedLogin is enabled.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4284 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
258d39099b
1 changed files with 6 additions and 1 deletions
  1. 6 1
      g/gdm2setup/gdm2setup-vl.spec

+ 6 - 1
g/gdm2setup/gdm2setup-vl.spec

@@ -2,7 +2,7 @@ Name:			gdm2setup
 Summary:		GDM2 Setup utility
 Summary(ja):		GDM2 設定ユーティリティ
 Version:		0.5.3
-Release:                3%{?_dist_release}
+Release:                4%{?_dist_release}
 License:		GPLv3
 Group:			User Interface/X
 URL:			https://launchpad.net/gdm2setup
@@ -18,6 +18,7 @@ Patch4:			gdm2setup-0.5.3-fix-case-sensitive.patch
 Patch5:			gdm2setup-0.5.3-fix-typo.patch
 Patch6:			gdm2setup-0.5.3-enable-show-userlist.patch
 Patch7:			gdm2setup-0.5.3-disable-debug.patch
+Patch8:			gdm2setup-0.5.3-fix-timedlogin.patch
 
 BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:		noarch
@@ -46,6 +47,7 @@ functionality back into Ubuntu and other Gnome based Linux distributions.
 %patch5 -p1 -b .fix-typo
 %patch6 -p1 -b .enable-show-userlist
 %patch7 -p1 -b .disable-debug
+%patch8 -p1 -b .fix-timedlogin
 
 cp -f %{SOURCE2} gdm2setup.desktop
 
@@ -73,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/locale/ja/LC_MESSAGES/*
 
 %changelog
+* Tue Jul 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-4
+- add patch8 to disable Autologin if TimedLogin is enabled.
+
 * Tue Jun 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-3
 - add patch4: ConfigParser should be case-sensitive.
 - add patch5 to fix typo