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
This commit is contained in:
cvsdist 2004-09-09 13:53:53 +00:00
parent 60c5728d59
commit 8e1c33a7eb
3 changed files with 33 additions and 8 deletions

View File

@ -1 +1 @@
usermode-1.37.tar.bz2
usermode-1.42.tar.bz2

View File

@ -1 +1 @@
eab8453386ea55831556f6659ec9720b usermode-1.37.tar.bz2
174eee12925e631cbe23842ad5469c78 usermode-1.42.tar.bz2

View File

@ -1,8 +1,8 @@
%define build6x 0
Summary: Graphical tools for certain user account management tasks.
Name: usermode
Version: 1.37
Release: 2
Version: 1.42
Release: 1
Copyright: GPL
Group: Applications/System
Source: usermode-%{version}.tar.bz2
@ -12,7 +12,7 @@ Requires: util-linux, pam >= 0.66-5
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*
@ -81,7 +83,6 @@ rm -rf $RPM_BUILD_ROOT
%{_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
@ -90,6 +91,30 @@ 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)