Compare commits

...

2 Commits

Author SHA1 Message Date
cvsdist 3b8e78ae61 auto-import usermode-1.62-1 from usermode-1.62-1.src.rpm 2004-09-09 13:57:48 +00:00
cvsdist 7d1ecad376 auto-import usermode-1.61-1 from usermode-1.61-1.src.rpm 2004-09-09 13:57:21 +00:00
3 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.60.tar.gz
usermode-1.62.tar.gz
+1 -1
View File
@@ -1 +1 @@
0f05a2f9f9deb2a08b803dc204416046 usermode-1.60.tar.gz
439a28bf08cc4aea576d2ba243557f45 usermode-1.62.tar.gz
+17 -1
View File
@@ -1,7 +1,7 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.60
Version: 1.62
Release: 1
License: GPL
Group: Applications/System
@@ -107,6 +107,22 @@ 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
* Tue Sep 3 2002 Nalin Dahyabhai <nalin@redhat.com> 1.62-1
- consolehelper: suppress dialog on successful execution
- userhelper: return 0 on success, not 1 (what was I *thinking*?)
* 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)