Compare commits

...

2 Commits

Author SHA1 Message Date
cvsdist 60c5728d59 auto-import changelog data from usermode-1.37-2.src.rpm
Thu Nov 02 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)
2004-09-09 13:53:25 +00:00
cvsdist 464b59f836 auto-import changelog data from usermode-1.36-3.src.rpm
Fri Oct 06 2000 Nalin Dahyabhai <nalin@redhat.com>
- don't pass on arguments to halt and reboot, because they error out
Thu Oct 05 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 04 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)
2004-09-09 13:53:05 +00:00
3 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.35.tar.bz2
usermode-1.37.tar.bz2
+1 -1
View File
@@ -1 +1 @@
b4d2030313b42cee7d340957f12d75ca usermode-1.35.tar.bz2
eab8453386ea55831556f6659ec9720b usermode-1.37.tar.bz2
+25 -2
View File
@@ -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