- Update to usermode-1.102
This commit is contained in:
parent
94108bb695
commit
1d58676420
@ -1 +1 @@
|
||||
usermode-1.101.tar.bz2
|
||||
usermode-1.102.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
0f29075fc56be213496086c3fdbfa3d7 usermode-1.101.tar.bz2
|
||||
0a8437ef146b8eabbd733959c5cac851 usermode-1.102.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.101
|
||||
Release: 1
|
||||
Version: 1.102
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/usermode/
|
||||
@ -47,6 +47,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
||||
|
||||
# make userformat symlink to usermount
|
||||
ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
|
||||
ln -s usermount.1 $RPM_BUILD_ROOT%{_mandir}/man1/userformat.1
|
||||
|
||||
# We set up the shutdown programs to be wrapped in this package. Other
|
||||
# packages are on their own....
|
||||
@ -95,19 +96,25 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files gtk
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/usermount
|
||||
%{_bindir}/userformat
|
||||
%{_mandir}/man1/usermount.1*
|
||||
%{_bindir}/userformat
|
||||
%{_mandir}/man1/userformat.1*
|
||||
%{_bindir}/userinfo
|
||||
%{_mandir}/man1/userinfo.1*
|
||||
%{_bindir}/userpasswd
|
||||
%{_mandir}/man1/userpasswd.1*
|
||||
%{_bindir}/consolehelper-gtk
|
||||
%{_mandir}/man8/consolehelper-gtk.8*
|
||||
%{_bindir}/pam-panel-icon
|
||||
%{_mandir}/man1/pam-panel-icon.1*
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 5 2009 Miloslav Trmač <mitr@redhat.com> - 1.102-1
|
||||
- Update to usermode-1.102
|
||||
|
||||
* Tue Sep 15 2009 Miloslav Trmač <mitr@redhat.com> - 1.101-1
|
||||
- Update to usermode-1.101
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user