[xorg-x11-xinit] xinitrc-common sources ~/.profile (Bug 551508)

Matej Cepl mcepl at fedoraproject.org
Fri May 27 22:42:29 UTC 2011


commit dc9de6ea2a87c4754bd4105042dba4d13870ee30
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Sat May 28 00:15:29 2011 +0200

    xinitrc-common sources ~/.profile (Bug 551508)

 xinitrc-common      |    2 ++
 xorg-x11-xinit.spec |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/xinitrc-common b/xinitrc-common
index 888c42a..000ab67 100644
--- a/xinitrc-common
+++ b/xinitrc-common
@@ -17,6 +17,8 @@ if [ -r /etc/profile.d/lang.sh ]; then
   . /etc/profile.d/lang.sh
 fi
 
+[ -r $HOME/.profile ] && . $HOME/.profile
+
 userresources=$HOME/.Xresources
 usermodmap=$HOME/.Xmodmap
 userxkbmap=$HOME/.Xkbmap
diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec
index f021154..4c9a171 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.0.9
-Release:   20%{?dist}
+Release:   21%{?dist}
 License:   MIT
 Group:     User Interface/X
 URL:       http://www.x.org
@@ -123,6 +123,9 @@ install -p -m644 -D %{SOURCE18} $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compa
 %{_datadir}/xsessions/xinit-compat.desktop
 
 %changelog
+* Sat May 28 2011 Matěj Cepl <mcepl at redhat.com> - 1.0.9-21
+- xinitrc-common sources ~/.profile (Bug 551508)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.9-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list