Compare commits

..

3 Commits

Author SHA1 Message Date
Miloslav Trmac a801c45a23 - Update to usermode-1.98.1-1 2008-10-28 22:12:45 +00:00
Miloslav Trmac 042c0f3fb6 - Support dialogs with no text entries
- Preserve timestamps of some installed files Resolves: #456749
- Remove /usr/X11R6/bin from the default path. Resolves: #446849
- Left-justify messages
- Preserve file timestamps where possible.
2008-08-03 06:52:45 +00:00
Miloslav Trmac b2e118ac49 - Fix display of '_' in prompts Resolves: #444545 2008-05-01 12:57:05 +00:00
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.98.tar.bz2
usermode-1.98.1.tar.bz2
-1
View File
@@ -1 +0,0 @@
F-9
+1 -1
View File
@@ -1 +1 @@
b1c03b4ecc3eb1287139318f1f71800e usermode-1.98.tar.bz2
82fe0d58b5af5f9ba043a6ae58a7ca91 usermode-1.98.1.tar.bz2
+5 -2
View File
@@ -1,7 +1,7 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.98
Release: 1%{?dist}
Version: 1.98.1
Release: 1
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/usermode/
@@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Tue Oct 28 2008 Miloslav Trmač <mitr@redhat.com> - 1.98.1-1
- Update to usermode-1.98.1-1
* Sun Aug 3 2008 Miloslav Trmač <mitr@redhat.com> - 1.98-1
- Support dialogs with no text entries
- Preserve timestamps of some installed files