Compare commits

..
Author SHA1 Message Date
Jindrich Novy 482827ff1c update to 1.83 2005-11-15 20:05:45 +00:00
Jindrich Novy cda42df0a7 update to 1.82 2005-10-26 19:41:39 +00:00
3 changed files with 18 additions and 2 deletions
+2
View File
@@ -8,3 +8,5 @@ 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
usermode-1.83.tar.bz2
+1 -1
View File
@@ -1 +1 @@
ae8a578faf6df028674c02656c9de718 usermode-1.81.tar.bz2
140eea2f0c10eaa46f277af4ec054036 usermode-1.83.tar.bz2
+15 -1
View File
@@ -5,7 +5,7 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.81
Version: 1.83
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,16 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Tue Nov 15 2005 Jindrich Novy <jnovy@redhat.com> 1.83-1
- accept gecos information on commandline for userinfo,
patch by mclasen@redhat.com (#173232)
- update translations
* 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