Compare commits

...

2 Commits

Author SHA1 Message Date
Miloslav Trmac 2e7272343d - Update to usermode-1.102 2009-10-05 19:04:51 +00:00
Jesse Keating a52f4531bf Initialize branch F-12 for usermode 2009-09-29 07:13:50 +00:00
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.101.tar.bz2
usermode-1.102.tar.bz2
+1
View File
@@ -0,0 +1 @@
F-12
+1 -1
View File
@@ -1 +1 @@
0f29075fc56be213496086c3fdbfa3d7 usermode-1.101.tar.bz2
0a8437ef146b8eabbd733959c5cac851 usermode-1.102.tar.bz2
+10 -3
View File
@@ -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