Compare commits

...

3 Commits

Author SHA1 Message Date
cvsdist 8e1c33a7eb auto-import changelog data from usermode-1.42-1.src.rpm
Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
- final translation merge.
Wed Feb 14 2001 Nalin Dahyabhai <nalin@redhat.com>
- clear the supplemental groups list before running binaries as root
    (#26851)
Wed Feb 07 2001 Nalin Dahyabhai <nalin@redhat.com>
- set XAUTHORITY if we fall back to regular behavior (#26343)
- make the suid helper 04711 instead of 04755
Mon Feb 05 2001 Nalin Dahyabhai <nalin@redhat.com>
- refresh translations
Mon Jan 29 2001 Preston Brown <pbrown@redhat.com>
- use lang finding script.
Thu Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
- Some fix for Japanese environment.
- Use gtk_set_locale() instead of setlocale()
- Copyright update.
Sun Jan 07 2001 Yukihiro Nakai <ynakai@redhat.com>
- Add gettextized
2004-09-09 13:53:53 +00:00
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 57 additions and 9 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.35.tar.bz2
usermode-1.42.tar.bz2
+1 -1
View File
@@ -1 +1 @@
b4d2030313b42cee7d340957f12d75ca usermode-1.35.tar.bz2
174eee12925e631cbe23842ad5469c78 usermode-1.42.tar.bz2
+55 -7
View File
@@ -1,18 +1,18 @@
%define build6x 0
Summary: Graphical tools for certain user account management tasks.
Name: usermode
Version: 1.35
Release: 2
Version: 1.42
Release: 1
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
Requires: util-linux, pam >= 0.66-5, /etc/pam.d/system-auth
%endif
Conflicts: SysVinit < 2.74-14
BuildRoot: %{_tmppath}/usermode-root
BuildRoot: %{_tmppath}/%{name}-root
%description
The usermode package contains several graphical tools for users:
@@ -57,16 +57,18 @@ install -m755 shutdown $RPM_BUILD_ROOT%{_bindir}/
# Strip it!
strip $RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_sbindir}/* || :
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/usermount
%{_mandir}/man1/usermount.1*
%{_bindir}/userinfo
%{_mandir}/man1/userinfo.1*
%attr(4755,root,root) /usr/sbin/userhelper
%attr(4711,root,root) /usr/sbin/userhelper
%{_mandir}/man8/userhelper.8*
%{_bindir}/userpasswd
%{_mandir}/man1/userpasswd.1*
@@ -77,9 +79,10 @@ 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
%config(noreplace) /etc/pam.d/reboot
%config(noreplace) /etc/pam.d/poweroff
@@ -88,6 +91,51 @@ rm -rf $RPM_BUILD_ROOT
%config(missingok) /etc/security/console.apps/poweroff
%changelog
* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
- final translation merge.
* Wed Feb 14 2001 Nalin Dahyabhai <nalin@redhat.com>
- clear the supplemental groups list before running binaries as root (#26851)
* Wed Feb 7 2001 Nalin Dahyabhai <nalin@redhat.com>
- set XAUTHORITY if we fall back to regular behavior (#26343)
- make the suid helper 04711 instead of 04755
* Mon Feb 5 2001 Nalin Dahyabhai <nalin@redhat.com>
- refresh translations
* Mon Jan 29 2001 Preston Brown <pbrown@redhat.com>
- use lang finding script.
* Thu Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
- Some fix for Japanese environment.
- Use gtk_set_locale() instead of setlocale()
- Copyright update.
* Sun Jan 7 2001 Yukihiro Nakai <ynakai@redhat.com>
- Add gettextized
* 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