Compare commits

...

3 Commits

Author SHA1 Message Date
Miloslav Trmac 66235cdb84 - New release with updated translations 2007-04-19 14:05:40 +00:00
Matthias Clasen 19e9b6bf65 Clean up desktop files 2007-03-27 19:53:51 +00:00
Miloslav Trmac 23d35be2e4 - Preserve environment variables in consolehelper if specified in the
service config file Related: #213402
2007-03-19 22:20:21 +00:00
3 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.90.tar.bz2
usermode-1.91.1.tar.bz2
+1 -1
View File
@@ -1 +1 @@
2817c21f475572ade410b8610769f671 usermode-1.90.tar.bz2
d036105f567bf0649bbec0c5866a0f81 usermode-1.91.1.tar.bz2
+28 -1
View File
@@ -4,7 +4,7 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.90
Version: 1.91.1
Release: 1
License: GPL
Group: Applications/System
@@ -66,6 +66,22 @@ for wrappedapp in halt reboot poweroff ; do
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
done
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
cat >>$RPM_BUILD_ROOT%{_datadir}/applications/$i <<EOF
NoDisplay=true
EOF
desktop-file-install --vendor redhat --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
--remove-category Application \
--add-category X-GNOME-PersonalSettings \
$RPM_BUILD_ROOT%{_datadir}/applications/$i
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}
%clean
@@ -105,6 +121,17 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Thu Apr 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91.1-1
- New release with updated translations
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> 1.91-2
- Clean up desktop files
* Mon Mar 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91-1
- Preserve environment variables in consolehelper if specified in the service
config file
Related: #213402
* Wed Mar 14 2007 Miloslav Trmac <mitr@redhat.com> - 1.90-1
- Fix GUI=no handling
Resolves: #110701