Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8a704d664 | |||
| d14eecbbaf | |||
| 3b8e78ae61 | |||
| 7d1ecad376 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.60.tar.gz
|
||||
usermode-1.67.tar.gz
|
||||
|
||||
@@ -1 +1 @@
|
||||
0f05a2f9f9deb2a08b803dc204416046 usermode-1.60.tar.gz
|
||||
36763e2fcac643af9a7f61cedc3e9e75 usermode-1.67.tar.gz
|
||||
|
||||
+51
-7
@@ -1,8 +1,8 @@
|
||||
%define build6x 0
|
||||
Summary: Tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.60
|
||||
Release: 1
|
||||
Version: 1.67
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}.tar.gz
|
||||
@@ -59,10 +59,9 @@ for wrappedapp in halt reboot poweroff ; do
|
||||
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
|
||||
%endif
|
||||
done
|
||||
|
||||
%if ! %{build6x}
|
||||
install -m644 pam_timestamp_init.console $RPM_BUILD_ROOT/etc/security/console.apps/pam_timestamp_init
|
||||
install -m644 pam_timestamp_init.pamd $RPM_BUILD_ROOT/etc/pam.d/pam_timestamp_init
|
||||
ln -sf consolehelper $RPM_BUILD_ROOT/%{_bindir}/pam_timestamp_init
|
||||
rm -f $RPM_BUILD_ROOT/%{_bindir}/shutdown
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
@@ -104,9 +103,54 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/applications/*
|
||||
|
||||
# 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 Feb 24 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Feb 20 2003 Nalin Dahyabhai <nalin@redhat.com> 1.67-1
|
||||
- work around GTK+ clearing DESKTOP_STARTUP_ID at gtk_init() time, so that
|
||||
startup notification actually works (#84684)
|
||||
|
||||
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 1.66-1
|
||||
- consolehelper-gtk: complete startup notification at startup
|
||||
- userhelper: pass startup notification data to consolehelper-gtk
|
||||
- consolehelper-gtk: setup startup notification for children if userhelper
|
||||
requests it
|
||||
|
||||
* Mon Jan 27 2003 Nalin Dahyabhai <nalin@redhat.com> 1.65-2
|
||||
- rebuild
|
||||
|
||||
* Mon Jan 20 2003 Nalin Dahyabhai <nalin@redhat.com> 1.65-1
|
||||
- pass-through DESKTOP_STARTUP_ID
|
||||
|
||||
* Mon Jan 6 2003 Nalin Dahyabhai <nalin@redhat.com> 1.64-1
|
||||
- set the requesting user PAM item to the invoking user's name (#81255)
|
||||
|
||||
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-2
|
||||
- remove directory names from PAM config files, allowing the same config
|
||||
files to work for both arches on multilib boxes
|
||||
- translation updates
|
||||
|
||||
* Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-1
|
||||
- userhelper: swallow the exec'd program's exit stauts, which would be
|
||||
misinterpreted by consolehelper anyway
|
||||
|
||||
* 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)
|
||||
|
||||
Reference in New Issue
Block a user