- Fix userhelper hangs in non-UTF8 locales Resolves: #242420
- Clean up menu categories in desktop files
This commit is contained in:
parent
59b85d754a
commit
b17cf718dd
@ -1 +1 @@
|
|||||||
usermode-1.91.2.tar.bz2
|
usermode-1.92.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
84abb408057912b710bf51aea5bc59ce usermode-1.91.2.tar.bz2
|
6b962175592a2b4668b7251fa18d97f4 usermode-1.92.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Tools for certain user account management tasks
|
Summary: Tools for certain user account management tasks
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.91.2
|
Version: 1.92
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -67,20 +67,15 @@ for wrappedapp in halt reboot poweroff ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
||||||
cat >>$RPM_BUILD_ROOT%{_datadir}/applications/$i <<EOF
|
echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||||
NoDisplay=true
|
done
|
||||||
EOF
|
|
||||||
desktop-file-install --vendor redhat --delete-original \
|
for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
redhat-usermount.desktop; do
|
||||||
--remove-category Application \
|
desktop-file-install --vendor redhat --delete-original \
|
||||||
--add-category X-GNOME-PersonalSettings \
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||||
done
|
done
|
||||||
|
|
||||||
desktop-file-install --vendor redhat --delete-original \
|
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
||||||
--remove-category Application \
|
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/redhat-usermount.desktop
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -121,6 +116,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 11 2007 Miloslav Trmač <mitr@redhat.com> - 1.92-1
|
||||||
|
- Fix userhelper hangs in non-UTF8 locales
|
||||||
|
Resolves: #242420
|
||||||
|
- Clean up menu categories in desktop files
|
||||||
|
|
||||||
* Sat Jun 9 2007 Miloslav Trmač <mitr@redhat.com> - 1.91.2-1
|
* Sat Jun 9 2007 Miloslav Trmač <mitr@redhat.com> - 1.91.2-1
|
||||||
- Show the user we're authenticating as in an i18n-safe way.
|
- Show the user we're authenticating as in an i18n-safe way.
|
||||||
Resolves: #233210
|
Resolves: #233210
|
||||||
|
Loading…
Reference in New Issue
Block a user