update to 1.82

This commit is contained in:
Jindrich Novy 2005-10-26 19:41:39 +00:00
parent 79c5193b41
commit cda42df0a7
3 changed files with 12 additions and 1 deletions

View File

@ -8,3 +8,4 @@ usermode-1.78.tar.bz2
usermode-1.79.tar.bz2
usermode-1.80.tar.bz2
usermode-1.81.tar.bz2
usermode-1.82.tar.bz2

View File

@ -1 +1,2 @@
ae8a578faf6df028674c02656c9de718 usermode-1.81.tar.bz2
b7448fa6eb7f91177db4ac8c7f3cf09f usermode-1.82.tar.bz2

View File

@ -5,7 +5,7 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.81
Version: 1.82
Release: 1
License: GPL
Group: Applications/System
@ -60,6 +60,9 @@ make
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# make userformat symlink to usermount
ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
# We set up the shutdown programs to be wrapped in this package. Other
# packages are on their own....
mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT/etc/security/console.apps
@ -104,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
%files gtk
%defattr(-,root,root)
%{_bindir}/usermount
%{_bindir}/userformat
%{_mandir}/man1/usermount.1*
%{_bindir}/userinfo
%{_mandir}/man1/userinfo.1*
@ -116,6 +120,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Wed Oct 26 2005 Jindrich Novy <jnovy@redhat.com> 1.82-1
- don't use pam_stack.so
- introduce userformat to better handle device formatting
and removing usermount from menus (#132559)
* Tue Aug 16 2005 Jindrich Novy <jnovy@redhat.com> 1.81-1
- apply SELinux functionality enhancement patch from Dan Walsh
- rebuilt because of the new cairo