From 27bc216f47e2a4e774ae1f46206607c97981cbc9 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:01:29 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20gdm-2.0?= =?UTF-8?q?beta2-45.src.rpm=20Fri=20Mar=2023=202001=20Nalin=20Dahyabhai=20?= =?UTF-8?q?=20-=20reinitialize=20pam=20credentials=20aft?= =?UTF-8?q?er=20calling=20initgroups()=20--=20the=20=20=20=20=20credential?= =?UTF-8?q?s=20may=20be=20group=20memberships=20Tue=20Mar=2020=202001=20Ow?= =?UTF-8?q?en=20Taylor=20=20-=20Fix=20colors=20patch?= =?UTF-8?q?=20Fri=20Mar=2016=202001=20Havoc=20Pennington=20?= =?UTF-8?q?=20-=20translations=20Tue=20Mar=2006=202001=20Preston=20Brown?= =?UTF-8?q?=20=20-=20don't=20screw=20up=20color=20map?= =?UTF-8?q?=20on=208=20bit=20displays=20Sat=20Feb=2024=202001=20Trond=20Ei?= =?UTF-8?q?vind=20Glomsr=F8d=20=20-=20langify=20-=20Don't?= =?UTF-8?q?=20define=20and=20use=20"ver"=20and=20"nam"=20at=20the=20top=20?= =?UTF-8?q?of=20the=20spec=20file=20-=20use=20%{=5Ftmppath}=20Wed=20Feb=20?= =?UTF-8?q?14=202001=20Tim=20Powers=20=20-=20don't=20allo?= =?UTF-8?q?w=20gdm=20to=20show=20some=20system=20accounts=20in=20the=20bro?= =?UTF-8?q?wser=20bugzilla=20Sat=20Jan=2020=202001=20Akira=20TAGOH=20=20-=20Updated=20Japanese=20translation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + gdm.spec | 64 ++++++++++++++++++++++++++++++++++++++++-------------- sources | 1 + 3 files changed, 50 insertions(+), 16 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8b8a80c..28fe092 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ gdm-2.0beta2.tar.gz +gdm-po.tar.gz diff --git a/gdm.spec b/gdm.spec index 2ed9a37..5571051 100644 --- a/gdm.spec +++ b/gdm.spec @@ -1,12 +1,10 @@ # Note that this is NOT a relocatable package -%define ver 2.0beta2 -%define rel 37tc1 %define prefix /usr Summary: The GNOME Display Manager. Name: gdm -Version: %ver -Release: %rel +Version: 2.0beta2 +Release: 45 Epoch: 1 Copyright: LGPL/GPL Group: User Interface/X @@ -14,6 +12,7 @@ Source: ftp://ftp.socsci.auc.dk/pub/empl/mkp/gdm-%{PACKAGE_VERSION}.tar.gz Source1: Gnome.session Source2: Default.session Source5: Failsafe.session +Source6: gdm-po.tar.gz # FIXME: remove dead patches once we are sure they are really dead. :-) Patch0: gdm-2.0beta2-rhconf.patch @@ -74,9 +73,14 @@ Patch42: gdm-2.0beta2-fdleak.patch Patch43: gdm-2.0beta2-loopofdeath.patch Patch44: gdm-2.0beta2-it.patch Patch45: gdm-2.0beta2-ja.po.patch -Patch46: gdm-2.0beta2-zh_TW.po.patch +Patch46: gdm-2.0beta2-rhconf3.patch +Patch47: gdm-2.0beta2-localeh.patch +Patch48: gdm-2.0beta2-colors.patch +Patch49: gdm-2.0beta2-setcred.patch -BuildRoot: /var/tmp/gdm-%{PACKAGE_VERSION}-root +Patch99: gdm-2.0beta-ppchack.patch + +BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root Prereq: /usr/sbin/useradd Requires: pam >= 0.68 @@ -134,11 +138,18 @@ several different X sessions on your local machine at the same time. %patch43 -p1 -b .loopofdeath %patch44 -p1 -b .it %patch45 -p1 -b .jaupdate -%patch46 -p1 -b .zh_TW +%patch46 -p1 -b .rhconf3 +%patch47 -p1 -b .localeh +%patch48 -p1 -b .colors +%patch49 -p1 -b .setcred +%patch99 -p1 -b .ppchack # So it doesn't get automatically rebuilt touch -t '199001010000' configure.in +# translations +tar zxf %{SOURCE6} + %build libtoolize --force automake @@ -180,9 +191,10 @@ ln -sf ../../xdm/TakeConsole $RPM_BUILD_ROOT/etc/X11/gdm/PostSession/Default # move pam.d stuff to right place mv $RPM_BUILD_ROOT/etc/X11/pam.d $RPM_BUILD_ROOT/etc -# strip binaries rm $RPM_BUILD_ROOT%{prefix}/bin/gdmconfig -# strip $RPM_BUILD_ROOT%{prefix}/bin/* + +%find_lang %name + %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT @@ -193,7 +205,7 @@ rm $RPM_BUILD_ROOT%{prefix}/bin/gdmconfig # and couldn't create account with the current adduser. exit 0 -%files +%files -f %{name}.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README @@ -206,17 +218,37 @@ exit 0 %config /etc/X11/gdm/Init/* %config /etc/X11/gdm/PreSession/* %config /etc/X11/gdm/PostSession/* -%{prefix}/share/locale/*/*/* %{prefix}/share/pixmaps/* %attr(750, gdm, gdm) %dir /var/gdm %changelog -* Sun Jan 7 2001 Jason Wilson -- added Traditional Chinese translations -- added Chinese and Korean to locale list +* Thu Mar 22 2001 Nalin Dahyabhai +- reinitialize pam credentials after calling initgroups() -- the + credentials may be group memberships -* Tue Sep 12 2000 Matt Wilson -- updated Japanese translation from Nakai-san +* Mon Mar 19 2001 Owen Taylor +- Fix colors patch + +* Thu Mar 15 2001 Havoc Pennington +- translations + +* Mon Mar 5 2001 Preston Brown +- don't screw up color map on 8 bit displays + +* Fri Feb 23 2001 Trond Eivind Glomsrød +- langify +- Don't define and use "ver" and "nam" at the top of the spec file +- use %%{_tmppath} + +* Tue Feb 13 2001 Tim Powers +- don't allow gdm to show some system accounts in the browser bugzilla + #26898 + +* Fri Jan 19 2001 Akira TAGOH +- Updated Japanese translation. + +* Tue Jan 02 2001 Havoc Pennington +- add another close() to the fdleak patch, bugzilla #22794 * Sun Aug 13 2000 Owen Taylor - Return to toplevel main loop and start Xdcmp if enabled diff --git a/sources b/sources index e3f463d..5c966ad 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 78d0fb2f7ab7f072cfcb6755d25b99e2 gdm-2.0beta2.tar.gz +35639260eadea8a14b8f518e3097f575 gdm-po.tar.gz