- Preserve environment variables in consolehelper if specified in the

service config file Related: #213402
This commit is contained in:
Miloslav Trmac 2007-03-19 22:20:21 +00:00
parent 03d25b3db4
commit 23d35be2e4
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
usermode-1.90.tar.bz2
usermode-1.91.tar.bz2

View File

@ -1 +1 @@
2817c21f475572ade410b8610769f671 usermode-1.90.tar.bz2
3de0199d1393e57ca91e1b965c19908e usermode-1.91.tar.bz2

View File

@ -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 <mitr@redhat.com> - 1.91-1
- Preserve environment variables in consolehelper if specified in the service
config file
Related: #213402
* Wed Mar 14 2007 Miloslav Trmac <mitr@redhat.com> - 1.90-1
- Fix GUI=no handling
Resolves: #110701