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