From 23d35be2e43ce759d7ef2a00aa3522d1473d4037 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Mon, 19 Mar 2007 22:20:21 +0000 Subject: [PATCH] - Preserve environment variables in consolehelper if specified in the service config file Related: #213402 --- .cvsignore | 2 +- sources | 2 +- usermode.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 02e327b..b1e3de9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -usermode-1.90.tar.bz2 +usermode-1.91.tar.bz2 diff --git a/sources b/sources index 5498ca7..a0b380f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2817c21f475572ade410b8610769f671 usermode-1.90.tar.bz2 +3de0199d1393e57ca91e1b965c19908e usermode-1.91.tar.bz2 diff --git a/usermode.spec b/usermode.spec index e42232e..5c57a3b 100644 --- a/usermode.spec +++ b/usermode.spec @@ -4,7 +4,7 @@ Summary: Tools for certain user account management tasks Name: usermode -Version: 1.90 +Version: 1.91 Release: 1 License: GPL Group: Applications/System @@ -105,6 +105,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog +* Mon Mar 19 2007 Miloslav Trmac - 1.91-1 +- Preserve environment variables in consolehelper if specified in the service + config file + Related: #213402 + * Wed Mar 14 2007 Miloslav Trmac - 1.90-1 - Fix GUI=no handling Resolves: #110701