Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60c5728d59 | |||
| 464b59f836 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.35.tar.bz2
|
||||
usermode-1.37.tar.bz2
|
||||
|
||||
@@ -1 +1 @@
|
||||
b4d2030313b42cee7d340957f12d75ca usermode-1.35.tar.bz2
|
||||
eab8453386ea55831556f6659ec9720b usermode-1.37.tar.bz2
|
||||
|
||||
+25
-2
@@ -1,11 +1,11 @@
|
||||
%define build6x 0
|
||||
Summary: Graphical tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.35
|
||||
Version: 1.37
|
||||
Release: 2
|
||||
Copyright: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{PACKAGE_VERSION}.tar.bz2
|
||||
Source: usermode-%{version}.tar.bz2
|
||||
%if %{build6x}
|
||||
Requires: util-linux, pam >= 0.66-5
|
||||
%else
|
||||
@@ -77,7 +77,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/halt
|
||||
%{_bindir}/reboot
|
||||
%{_bindir}/poweroff
|
||||
%if %{build6x}
|
||||
%{_bindir}/shutdown
|
||||
%endif
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/locale/*/*/*
|
||||
%config(noreplace) /etc/pam.d/halt
|
||||
@@ -88,6 +90,27 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(missingok) /etc/security/console.apps/poweroff
|
||||
|
||||
%changelog
|
||||
* Thu Nov 2 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- fix segfault in userhelper (#20027)
|
||||
|
||||
* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- /sbin/shutdown, not /usr/sbin/shutdown (#19034)
|
||||
|
||||
* Fri Oct 6 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- don't pass on arguments to halt and reboot, because they error out
|
||||
|
||||
* Thu Oct 5 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- fix the /usr/bin/shutdown wrapper so that root can call shutdown
|
||||
- only include the /usr/bin/shutdown wrapper on 6.x
|
||||
- also sanitize LC_MESSAGES
|
||||
- tweak sanitizing checks (from mkj)
|
||||
|
||||
* Wed Oct 4 2000 Jakub Jelinek <jakub@redhat.com>
|
||||
- fix a security bug with LC_ALL/LANG variables (#18046)
|
||||
|
||||
* Mon Aug 28 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- mark defined strings translateable (#17006)
|
||||
|
||||
* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- fix incorrect user name
|
||||
- add a shell wrapper version of /usr/bin/shutdown
|
||||
|
||||
Reference in New Issue
Block a user