update to 1.82
This commit is contained in:
parent
79c5193b41
commit
cda42df0a7
@ -8,3 +8,4 @@ usermode-1.78.tar.bz2
|
|||||||
usermode-1.79.tar.bz2
|
usermode-1.79.tar.bz2
|
||||||
usermode-1.80.tar.bz2
|
usermode-1.80.tar.bz2
|
||||||
usermode-1.81.tar.bz2
|
usermode-1.81.tar.bz2
|
||||||
|
usermode-1.82.tar.bz2
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
ae8a578faf6df028674c02656c9de718 usermode-1.81.tar.bz2
|
ae8a578faf6df028674c02656c9de718 usermode-1.81.tar.bz2
|
||||||
|
b7448fa6eb7f91177db4ac8c7f3cf09f usermode-1.82.tar.bz2
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%define build6x 0
|
%define build6x 0
|
||||||
Summary: Tools for certain user account management tasks.
|
Summary: Tools for certain user account management tasks.
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.81
|
Version: 1.82
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -60,6 +60,9 @@ make
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$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
|
# We set up the shutdown programs to be wrapped in this package. Other
|
||||||
# packages are on their own....
|
# packages are on their own....
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT/etc/security/console.apps
|
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
|
%files gtk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/usermount
|
%{_bindir}/usermount
|
||||||
|
%{_bindir}/userformat
|
||||||
%{_mandir}/man1/usermount.1*
|
%{_mandir}/man1/usermount.1*
|
||||||
%{_bindir}/userinfo
|
%{_bindir}/userinfo
|
||||||
%{_mandir}/man1/userinfo.1*
|
%{_mandir}/man1/userinfo.1*
|
||||||
@ -116,6 +120,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 16 2005 Jindrich Novy <jnovy@redhat.com> 1.81-1
|
||||||
- apply SELinux functionality enhancement patch from Dan Walsh
|
- apply SELinux functionality enhancement patch from Dan Walsh
|
||||||
- rebuilt because of the new cairo
|
- rebuilt because of the new cairo
|
||||||
|
Loading…
Reference in New Issue
Block a user