Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cda42df0a7 | |||
| 79c5193b41 |
@@ -7,3 +7,5 @@ usermode-1.77.tar.bz2
|
||||
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
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
46b55c4d1a5c879ca15b4445237a7e93 usermode-1.80.tar.bz2
|
||||
ae8a578faf6df028674c02656c9de718 usermode-1.81.tar.bz2
|
||||
b7448fa6eb7f91177db4ac8c7f3cf09f usermode-1.82.tar.bz2
|
||||
|
||||
+15
-2
@@ -5,8 +5,8 @@
|
||||
%define build6x 0
|
||||
Summary: Tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.80
|
||||
Release: 4
|
||||
Version: 1.82
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}.tar.bz2
|
||||
@@ -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,15 @@ 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
|
||||
|
||||
* Thu Aug 11 2005 Ray Strode <rstrode@redhat.com> 1.80-4
|
||||
- rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user