Author: qboosh Date: Sat Oct 14 23:24:35 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added pam_tty patch (fixes auth with supplied pam.d file) - fix apps paths in Xstartup,Xreset scripts - release 0.4
---- Files affected: SPECS: xorg-app-xdm.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/xorg-app-xdm.spec diff -u SPECS/xorg-app-xdm.spec:1.16 SPECS/xorg-app-xdm.spec:1.17 --- SPECS/xorg-app-xdm.spec:1.16 Sun Oct 15 00:25:18 2006 +++ SPECS/xorg-app-xdm.spec Sun Oct 15 01:24:29 2006 @@ -5,7 +5,7 @@ Summary(uk): íĹÎĹÄÖĹŇ ÄÉÓĐĚĹŔ X Name: xorg-app-xdm Version: 1.1.0 -Release: 0.3 +Release: 0.4 License: MIT Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/individual/app/xdm-%{version}.tar.bz2 @@ -16,6 +16,7 @@ Source3: xdm.init Source4: xdm.sysconfig Patch0: %{name}-Xsession.patch +Patch1: %{name}-pam_tty.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -72,10 +73,14 @@ %prep %setup -q -n xdm-%{version} -a1 %patch0 -p1 +%patch1 -p1 sed -i -e 's:DEF_AUTH_DIR, XDMCONFIGDIR,:DEF_AUTH_DIR, /var/lib/xdm,:' configure.ac +# fix old PLD configs sed -i -e 's:/usr/X11R6/bin:/usr/bin:' xdm-xinitrc-*/{Xsetup_0,GiveConsole,TakeConsole} +# fix broken xorg paths +sed -i -e 's:/usr/X11R6/bin:/usr/bin:' config/{Xstartup,Xreset} %build %{__libtoolize} @@ -170,6 +175,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2006/10/14 23:24:29 qboosh +- added pam_tty patch (fixes auth with supplied pam.d file) +- fix apps paths in Xstartup,Xreset scripts +- release 0.4 + Revision 1.16 2006/10/14 22:25:18 qboosh - setup default paths (no, we don't want /usr/ucb in them) - R: xrdb (used by xdm), xterm (default user session) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-app-xdm.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
