- 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
|
Summary: Tools for certain user account management tasks
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.101
|
Version: 1.102
|
||||||
Release: 1
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://fedorahosted.org/usermode/
|
URL: https://fedorahosted.org/usermode/
|
||||||
@ -47,6 +47,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|||||||
|
|
||||||
# make userformat symlink to usermount
|
# make userformat symlink to usermount
|
||||||
ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
|
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
|
# We set up the shutdown programs to be wrapped in this package. Other
|
||||||
# packages are on their own....
|
# packages are on their own....
|
||||||
@ -95,19 +96,25 @@ 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}/userformat
|
||||||
|
%{_mandir}/man1/userformat.1*
|
||||||
%{_bindir}/userinfo
|
%{_bindir}/userinfo
|
||||||
%{_mandir}/man1/userinfo.1*
|
%{_mandir}/man1/userinfo.1*
|
||||||
%{_bindir}/userpasswd
|
%{_bindir}/userpasswd
|
||||||
%{_mandir}/man1/userpasswd.1*
|
%{_mandir}/man1/userpasswd.1*
|
||||||
%{_bindir}/consolehelper-gtk
|
%{_bindir}/consolehelper-gtk
|
||||||
|
%{_mandir}/man8/consolehelper-gtk.8*
|
||||||
%{_bindir}/pam-panel-icon
|
%{_bindir}/pam-panel-icon
|
||||||
|
%{_mandir}/man1/pam-panel-icon.1*
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 15 2009 Miloslav Trmač <mitr@redhat.com> - 1.101-1
|
||||||
- Update to usermode-1.101
|
- Update to usermode-1.101
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user