Compare commits

...

2 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
3 changed files with 40 additions and 9 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.36.tar.bz2
usermode-1.42.tar.bz2
+1 -1
View File
@@ -1 +1 @@
8cefd99346832c82fb12d8fdee50fa74 usermode-1.36.tar.bz2
174eee12925e631cbe23842ad5469c78 usermode-1.42.tar.bz2
+38 -7
View File
@@ -1,18 +1,18 @@
%define build6x 0
Summary: Graphical tools for certain user account management tasks.
Name: usermode
Version: 1.36
Release: 3
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*
@@ -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,36 @@ 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