- preserve LANGUAGE environment variable in userhelper (#82300)
- use badge instead of keyring icon for pam-panel-icon (#122487) - icon is not showed in the panel when logged as root (#75234) - use new environment variable USERHELPER_UID to identify an user who executed an application via userhelper (#116186)
This commit is contained in:
parent
fee85cc9ad
commit
655d4331e2
@ -3,3 +3,4 @@ usermode-1.73.tar.bz2
|
|||||||
usermode-1.74.tar.bz2
|
usermode-1.74.tar.bz2
|
||||||
usermode-1.75.tar.bz2
|
usermode-1.75.tar.bz2
|
||||||
usermode-1.76.tar.bz2
|
usermode-1.76.tar.bz2
|
||||||
|
usermode-1.77.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
8451a13276c33145c30e143d26294b27 usermode-1.76.tar.bz2
|
225a32a5a82be99ae52762027c204a40 usermode-1.77.tar.bz2
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%define build6x 0
|
%define build6x 0
|
||||||
Summary: Tools for certain user account management tasks.
|
Summary: Tools for certain user account management tasks.
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.76
|
Version: 1.77
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -115,10 +115,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 20 2005 Jindrich Novy <jnovy@redhat.com> 1.77-1
|
||||||
|
- preserve LANGUAGE environment variable in userhelper (#82300)
|
||||||
|
- use badge instead of keyring icon for pam-panel-icon (#122487)
|
||||||
|
- icon is not showed in the panel when logged as root (#75234)
|
||||||
|
- use new environment variable USERHELPER_UID to identify
|
||||||
|
an user who executed an application via userhelper (#116186)
|
||||||
|
|
||||||
* Thu Dec 02 2004 Jindrich Novy <jnovy@redhat.com> 1.76-1
|
* Thu Dec 02 2004 Jindrich Novy <jnovy@redhat.com> 1.76-1
|
||||||
- fix dependencies to perl-XML-Parser #124170
|
- fix dependencies to Perl-XML-Parser #124170
|
||||||
- use "pamconsole" instead of "user" when parsing /etc/fstab with usermount
|
- use pamconsole instead of user in /etc/fstab to let
|
||||||
- no need to declare "perm" when SELinux is not enabled in userhelper
|
usermount work with hal #139820
|
||||||
|
|
||||||
* Tue Nov 16 2004 Jindrich Novy <jnovy@redhat.com>
|
* Tue Nov 16 2004 Jindrich Novy <jnovy@redhat.com>
|
||||||
- update libuser interface to libuser-0.6
|
- update libuser interface to libuser-0.6
|
||||||
|
Loading…
Reference in New Issue
Block a user