Compare commits

..

2 Commits

Author SHA1 Message Date
Miloslav Trmac 2e222b3f81 - 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.
Thu May 1 2008 Miloslav Trmač <mitr@redhat.com> - 1.97-1
- Fix display of '_' in prompts Resolves: #444545
2008-08-03 07:04:23 +00:00
Jesse Keating e25e5f1775 Initialize branch F-9 for usermode 2008-04-22 00:16:00 +00:00
4 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.98.1.tar.bz2
usermode-1.98.tar.bz2
+1
View File
@@ -0,0 +1 @@
F-9
+1 -1
View File
@@ -1 +1 @@
82fe0d58b5af5f9ba043a6ae58a7ca91 usermode-1.98.1.tar.bz2
b1c03b4ecc3eb1287139318f1f71800e usermode-1.98.tar.bz2
+6 -11
View File
@@ -1,7 +1,7 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.98.1
Release: 2
Version: 1.98
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/usermode/
@@ -60,9 +60,12 @@ for wrappedapp in halt reboot poweroff ; do
done
echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
done
for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
redhat-usermount.desktop; do
echo 'NotShowIn=GNOME;KDE;' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
desktop-file-install --vendor redhat --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
$RPM_BUILD_ROOT%{_datadir}/applications/$i
@@ -109,14 +112,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Thu Nov 6 2008 Miloslav Trmač <mitr@redhat.com> - 1.98.1-2
- Hide usermount from GNOME and KDE menus
Resolves: #440029
- Only hide userinfo and userpasswd in GNOME and KDE
* 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