auto-import usermode-1.61-1 from usermode-1.61-1.src.rpm

This commit is contained in:
cvsdist 2004-09-09 13:57:21 +00:00
parent 37f99cae90
commit 7d1ecad376
3 changed files with 15 additions and 3 deletions

View File

@ -1 +1 @@
usermode-1.60.tar.gz
usermode-1.61.tar.gz

View File

@ -1 +1 @@
0f05a2f9f9deb2a08b803dc204416046 usermode-1.60.tar.gz
f82fd8b742a9c1a5bdd79e8e7ae16cdc usermode-1.61.tar.gz

View File

@ -1,7 +1,7 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.60
Version: 1.61
Release: 1
License: GPL
Group: Applications/System
@ -107,6 +107,18 @@ rm -rf $RPM_BUILD_ROOT
# If you're updating translations, do me a favor and bump the RELEASE number,
# and not the VERSION number. Version numbers indicate CODE changes.
%changelog
* Mon Sep 2 2002 Nalin Dahyabhai <nalin@redhat.com> 1.61-1
- userinfo: exit properly on escape. handle site_info field properly. go
insensitive while running child process.
- userpasswd: exit properly on cancel.
- all of the above: reap the child instead of checking for pipe close -- this
way is more robust (#68578,72684).
- usermount: run mount/umount synchronously. capture stderr and display in a
dialog. desensitize action buttons when no filesystems are selected.
- consolehelper: display errors if we're attempting to run bogus programs
(#72127)
- translation updates (#70278)
* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.60-1
- reconnect the "cancel" and "ok" buttons in userinfo
- heed the cancel button when prompting for passwords in userinfo (#68578)