From cb491903b09ef94ef7b8e18f9c34f21953627223 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 18 May 2015 09:47:13 +0200 Subject: [PATCH] Fix typo in Xsession file (rhbz#1222299) --- Xsession | 2 +- xorg-x11-xinit.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Xsession b/Xsession index 367a46d..2cffea1 100644 --- a/Xsession +++ b/Xsession @@ -30,7 +30,7 @@ SWITCHDESKPATH=/usr/share/switchdesk # Xsession and xinitrc scripts which has been factored out to avoid duplication . /etc/X11/xinit/xinitrc-common -# This Xsession.d implementation, is intended to obsolte and replace the +# This Xsession.d implementation, is intended to obsolete and replace the # various mechanisms present in the 'case' statement which follows, and to # eventually be able to easily remove all hard coded window manager specific # content from this script. See bug #142260 for additional explanation and diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 515e630..f05761f 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 X Window System xinit startup scripts Name: xorg-x11-%{pkgname} Version: 1.3.4 -Release: 8%{?dist} +Release: 9%{?dist} License: MIT URL: http://www.x.org @@ -115,6 +115,9 @@ install -p -m644 -D %{SOURCE18} $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compa %{_datadir}/xsessions/xinit-compat.desktop %changelog +* Mon May 18 2015 Hans de Goede - 1.3.4-9 +- Fix typo in Xsession file (rhbz#1222299) + * Thu Apr 30 2015 Hans de Goede - 1.3.4-8 - Only set XORG_RUN_AS_USER_OK when no vt is specified (#1203780)